summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/ChestEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-4/+4
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Temporarily commented out override directives.Samuel Barney2014-08-211-4/+4
|
* Code style: Fixed braces on separate lines.madmaxoft2014-07-191-1/+2
|
* cChestEntity: Renamed a member to avoid confusion.madmaxoft2014-07-121-7/+8
|
* Implemented trapped chests & othersTiger Wang2014-07-071-1/+12
| | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes
* Removed some unneeded BroadcastWholeWindow()sTiger Wang2014-02-121-1/+0
|
* Changed inheritance a bitTiger Wang2014-02-121-3/+1
| | | | * cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
* Fixed #612Tiger Wang2014-02-111-0/+1
| | | | * Chests send contents updates to client
* Fixed multiple inheritance in ToLua++.madmaxoft2013-12-161-4/+4
| | | | This fixes #422.
* Moved source to srcAlexander Harkness2013-11-241-0/+59