Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-05-28 | Moved BlockEntities to a separate folder | madmaxoft@gmail.com | 1 | -0/+0 |
2013-05-28 | Block entities now receive the cChunk param in their Tick() function | madmaxoft@gmail.com | 1 | -2/+2 |
2013-05-26 | Fixed cItemGrid API, no more changeable GetSlot(). | madmaxoft@gmail.com | 1 | -0/+6 |
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 1 | -40/+5 |
2013-05-25 | cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems | madmaxoft@gmail.com | 1 | -14/+24 |
2013-04-10 | Dispensers rewritten to use ItemGrid | madmaxoft@gmail.com | 1 | -8/+12 |
2013-04-01 | Proper fix for FS #347. Also unification of ticking block entities. | madmaxoft@gmail.com | 1 | -10/+6 |
2012-12-26 | Dispensers can dispense items and liquids now | luksor111@gmail.com | 1 | -0/+5 |
2012-12-19 | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 1 | -0/+55 |