summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness21-3033/+0
2013-11-20Added cWorld:ForEachBlockEntityInChunk() and cWorld:DoWithBlockEntityAt() functions.madmaxoft1-0/+5
2013-11-15Removed cBlockEntity:CreateByBlockType() from the Lua API.madmaxoft1-2/+2
2013-11-15Removed BlockEntities' constructors from the API.madmaxoft12-92/+2
2013-11-14Added cNoteEntity to Lua API.madmaxoft2-30/+27
2013-11-14Exported cJukeboxEntity to Lua API.madmaxoft2-33/+33
2013-11-14Added cSignEntity into API, added cChunkDesc:GetBlockEntity().madmaxoft8-49/+145
2013-11-10Bundled fixes [SEE DESC]Tiger Wang2-4/+4
2013-11-10Bundled fixes [SEE DESC]Tiger Wang1-1/+1
2013-11-02Fixed dropspensing speed and positionTiger Wang1-1/+22
2013-10-23Fixed bindings for cHopperEntity:GetOutputBlockPos().madmaxoft1-5/+2
2013-10-23Fixed cDropSpenserEntity bindings generating an extra var.madmaxoft1-4/+4
2013-10-23Exported cHopperEntity to API.madmaxoft1-1/+1
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