Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed cItemGrid API, no more changeable GetSlot(). | madmaxoft@gmail.com | 2013-05-26 | 1 | -25/+0 |
* | ItemGrid: Added the RemoveOneItem() function | madmaxoft@gmail.com | 2013-05-26 | 1 | -0/+47 |
* | cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItems | madmaxoft@gmail.com | 2013-05-25 | 1 | -0/+41 |
* | Slight cleanup in the cInventory / cItemGrid API | madmaxoft@gmail.com | 2013-05-24 | 1 | -0/+18 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 1 | -14/+189 |
* | ItemGrid: Renamed all Item to Slot - better and consistent naming | madmaxoft@gmail.com | 2013-04-10 | 1 | -40/+40 |
* | Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid. | madmaxoft@gmail.com | 2013-04-10 | 1 | -0/+349 |