• R/O
  • SSH

List of commits

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Just a simple, and painful to use calculator for the game Factorio written in Python


RSS
Rev. Time Author
5b2a0077e913 tip 2019-10-20 06:06:58 Eric Hopper

Merge.

5aca86ec5453 2019-10-20 06:06:00 Eric Hopper

Pickle database update.

540b2fa05cec 2019-03-30 11:08:48 Eric Hopper

Update to 0.17 item database and the XML based format.

0114c5c1cd03 2019-03-30 11:06:38 Eric Hopper

Update to preferentially read items.xml as the item database.

0d7388324768 2018-02-09 14:49:39 Eric Hopper

I never use cooked, remove it.

3d95e6a47f05 2018-02-07 01:25:29 Eric Hopper

Adjustments for 0.16 times.

e1107f46ab6b 2018-02-06 13:46:18 Eric Hopper

Added Grenade, Turret, and Black Science to XML.

a1dab0324be6 2018-02-06 13:43:20 Eric Hopper

Begin version controlling the XML version of the database.

20ee3b22eaf7 2018-02-03 05:31:16 Eric Hopper

Arrange for XML to be sorted in a predictable order.

This will make the results of version controlling the resulting XML file
much saner.

462d2d0e4160 2018-02-03 03:37:30 Eric Hopper

Added code to read and parse XML database.

92eacb0dd71e 2017-12-19 01:05:13 Eric Hopper

Added the Artillery Shell (and dependencies) to DB.

3ea2aa48e624 2017-10-03 12:54:25 Eric Hopper

Clean up item database to regularize no ingredient items.

f0447abbcf09 2017-10-03 12:43:45 Eric Hopper

Ignore various Python and emacs droppings.

1d158af04cb1 2017-10-03 12:36:24 Eric Hopper

Merge with wind.

3afaf153ddef 2017-10-03 11:58:19 Eric Hopper

Add more items.

a34e66bbcad3 2017-10-03 11:56:13 Eric Hopper

Implement a way to save itemdb (but not yet load) as XML.

1563a1a4466e 2017-09-09 08:03:06 Eric Hopper

Update the item-db pickle with new items.

e1e9d8116ea8 2017-08-10 07:49:29 Eric Hopper

Fix example to no longer have very long line.

de411c29bbb4 2017-08-09 04:24:31 Eric Hopper

Mention that the GitHub repo is just a mirror.

5613f81605a9 2017-08-09 04:22:27 Eric Hopper

Add a README file for repositories to show to people to explain.

51ae56df1fb5 2017-08-07 23:53:33 Eric Hopper

More items!

67b3fb9439f1 2017-08-07 23:53:24 Eric Hopper

Allow ingredient specification by name in constructor.

f3360cc79f32 2017-08-07 06:40:20 Eric Hopper

More items!

6483f0e78fbe 2017-08-07 06:40:12 Eric Hopper

Stringifying an item just gives its name.

c208115a8fa7 2017-08-07 06:39:51 Eric Hopper

This doesn't have a 'main', so #/usr/bin/python3 not appropriate.

ac3186b09fc3 2017-08-07 06:39:01 Eric Hopper

Allow specifying which materials are considered 'raw'.

d24cc2481fca 2017-08-06 05:46:49 Eric Hopper

Add a pretty display for factory lists.

fb2acd03a0a2 2017-08-06 04:55:22 Eric Hopper

Next iteration. Factory planning list, actual production estimate.

8f46c1620439 2017-08-06 03:23:09 Eric Hopper

Initial checkin.