summaryrefslogtreecommitdiffstats
path: root/source/DispenserEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved BlockEntities to a separate foldermadmaxoft@gmail.com2013-05-281-196/+0
* Block entities now receive the cChunk param in their Tick() functionmadmaxoft@gmail.com2013-05-281-19/+29
* Fixed cItemGrid API, no more changeable GetSlot().madmaxoft@gmail.com2013-05-261-40/+99
* Implemented droppersmadmaxoft@gmail.com2013-05-261-189/+21
* cChestEntity and cDispenserEntity now inherit from a common ancestor, cBlockEntityWithItemsmadmaxoft@gmail.com2013-05-251-17/+14
* Dispensers rewritten to use ItemGridmadmaxoft@gmail.com2013-04-101-132/+117
* Proper fix for FS #347. Also unification of ticking block entities.madmaxoft@gmail.com2013-04-011-31/+0
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-6/+6
* Dispensers can spawn mobsluksor111@gmail.com2012-12-261-10/+19
* Dispensers can dispense items and liquids nowluksor111@gmail.com2012-12-261-2/+145
* Added dispensers (they can't dispense items yet)luksor111@gmail.com2012-12-191-0/+192