summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-2421-3033/+0
* Removed cBlockEntity:CreateByBlockType() from the Lua API.madmaxoft2013-11-151-2/+2
* Removed BlockEntities' constructors from the API.madmaxoft2013-11-1512-92/+2
* Added cNoteEntity to Lua API.madmaxoft2013-11-142-30/+27
* Exported cJukeboxEntity to Lua API.madmaxoft2013-11-142-33/+33
* Added cSignEntity into API, added cChunkDesc:GetBlockEntity().madmaxoft2013-11-148-49/+145
* Bundled fixes [SEE DESC]Tiger Wang2013-11-102-4/+4
* Bundled fixes [SEE DESC]Tiger Wang2013-11-101-1/+1
* Fixed dropspensing speed and positionTiger Wang2013-11-021-1/+22
* Fixed bindings for cHopperEntity:GetOutputBlockPos().madmaxoft2013-10-231-5/+2
* Fixed cDropSpenserEntity bindings generating an extra var.madmaxoft2013-10-231-4/+4
* Exported cHopperEntity to API.madmaxoft2013-10-231-1/+1
* Moved entities into the Entities subfolder.madmaxoft2013-08-198-9/+8
* Added cWindow property manipulation API.madmaxoft2013-08-181-1/+1
* 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