summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-19Moved entities into the Entities subfolder.madmaxoft8-9/+8
2013-08-18Added cWindow property manipulation API.madmaxoft1-1/+1
2013-08-16Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft1-1/+1
2013-08-11Added the OnHopperPullingItem and OnHopperPushingItem hooks.madmaxoft2-56/+110
2013-08-03Removed the unused BlockY parameter from cChunkDef::BlockToChunk()madmaxoft2-2/+2
2013-07-29Changed everyting to Unix line endings.Alexander Harkness13-1779/+1779
2013-06-22Dispensers spawn fire if it has Flint and steel.nielsbreu@gmail.com1-0/+16
2013-06-21Dispensers dispense primed TNTmadmaxoft@gmail.com1-0/+13
2013-06-20Furnace window progressbars are initialized when the window is openedmadmaxoft@gmail.com2-0/+4
2013-06-20Furnaces light up visually when they're cookingmadmaxoft@gmail.com3-21/+54
2013-06-20Implemented hopper outputmadmaxoft@gmail.com2-5/+233
2013-06-20Fixed a crash when placing new furnacesmadmaxoft@gmail.com1-0/+2
2013-06-16Rewritten furnacesmadmaxoft@gmail.com4-231/+439
2013-06-15Fixed Linux compilationmadmaxoft@gmail.com1-1/+2
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com2-0/+372
2013-06-13cItemGrid: Added IsSlotEmpty() functionsmadmaxoft@gmail.com2-8/+13
2013-06-12ChestEntity: fixed bindingsmadmaxoft@gmail.com1-4/+4
2013-06-12Implemented the Hopper block handlermadmaxoft@gmail.com1-10/+10
2013-06-04Fixed a crash when generating a chestmadmaxoft@gmail.com1-2/+4
2013-05-30Window contents are sent whenever the window is opened by a player.madmaxoft@gmail.com3-3/+0
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com18-0/+2078