Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2013-05-26 | Fixed cItemGrid API, no more changeable GetSlot(). | madmaxoft@gmail.com | 1 | -5/+2 |
2013-05-26 | Clarified documentation on the cItemGrid:RemoveItem() functions | madmaxoft@gmail.com | 1 | -2/+6 |
2013-05-26 | ItemGrid: Added the RemoveOneItem() function | madmaxoft@gmail.com | 1 | -0/+6 |
2013-05-25 | cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems | madmaxoft@gmail.com | 1 | -0/+9 |
2013-05-24 | Slight cleanup in the cInventory / cItemGrid API | madmaxoft@gmail.com | 1 | -2/+14 |
2013-05-24 | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 1 | -7/+59 |
2013-04-10 | ItemGrid: Renamed all Item to Slot - better and consistent naming | madmaxoft@gmail.com | 1 | -11/+11 |
2013-04-10 | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 1 | -0/+94 |