Commit Graph

7 Commits

Author SHA1 Message Date
9e142655ea Removed redundant count parameter from item constructors, added some documentation and tightened safety checks
the count parameter is useless since Item ctor should now only be used for constructing item _types_, not actual items. All item creations for inventories etc, should go through the ItemFactory.
2017-08-25 19:06:23 +01:00
51b0673b4b Bite the bullet and enable strict types on everything 2017-06-07 12:53:16 +01:00
9004417456 Fixed file headers (#255) 2017-01-13 16:57:05 +00:00
4d95c65d95 Changed TIER_IRON to TIER_STONE 2015-07-27 20:31:55 +02:00
dda9c598f1 Added new Tool type selection constants 2014-10-07 10:16:05 +02:00
169c55443a Fixed #1213 2014-06-16 23:00:54 +02:00
9a5ffbe56c Added Tool for Items, new items 2014-04-02 04:26:53 +02:00