summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-161-1/+1
* Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2013-08-112-56/+110
* Removed the unused BlockY parameter from cChunkDef::BlockToChunk()madmaxoft2013-08-032-2/+2
* Changed everyting to Unix line endings.Alexander Harkness2013-07-2913-1779/+1779
* Dispensers spawn fire if it has Flint and steel.nielsbreu@gmail.com2013-06-221-0/+16
* Dispensers dispense primed TNTmadmaxoft@gmail.com2013-06-211-0/+13
* Furnace window progressbars are initialized when the window is openedmadmaxoft@gmail.com2013-06-202-0/+4
* Furnaces light up visually when they're cookingmadmaxoft@gmail.com2013-06-203-21/+54
* Implemented hopper outputmadmaxoft@gmail.com2013-06-202-5/+233
* Fixed a crash when placing new furnacesmadmaxoft@gmail.com2013-06-201-0/+2
* Rewritten furnacesmadmaxoft@gmail.com2013-06-164-231/+439
* Fixed Linux compilationmadmaxoft@gmail.com2013-06-151-1/+2
* Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com2013-06-132-0/+372
* cItemGrid: Added IsSlotEmpty() functionsmadmaxoft@gmail.com2013-06-132-8/+13
* ChestEntity: fixed bindingsmadmaxoft@gmail.com2013-06-121-4/+4
* Implemented the Hopper block handlermadmaxoft@gmail.com2013-06-121-10/+10
* Fixed a crash when generating a chestmadmaxoft@gmail.com2013-06-041-2/+4
* Window contents are sent whenever the window is opened by a player.madmaxoft@gmail.com2013-05-303-3/+0
* Moved BlockEntities to a separate foldermadmaxoft@gmail.com2013-05-2818-0/+2078