summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/HopperEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lock hopper when powered by redstone (#4347)Bond-0092020-03-271-0/+8
| | | | | | | | | * Lock hopper when powered by redstone * Add to manual bindings * Add hopper API documentation Co-authored-by: Mat <mail@mathias.is>
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-8/+12
|
* BlockEntities: Support cloning self.Mattes D2017-06-161-2/+3
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-14/+14
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+1
|
* Unified the doxy-comment format.Mattes D2015-07-311-15/+14
|
* Improved hoppersTiger Wang2015-05-111-1/+1
| | | | * Fixes #1994
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
|
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-2/+2
|
* Removed WSSCompactTiger Wang2014-09-301-1/+0
|
* Code style: Fixed braces on separate lines.madmaxoft2014-07-191-1/+2
|
* Changed inheritance a bitTiger Wang2014-02-121-3/+1
| | | | * cBlockEntityWithItems now inherits from cBlockEntityWindowOwner
* Fixed multiple inheritance in ToLua++.madmaxoft2013-12-161-4/+4
| | | | This fixes #422.
* Moved source to srcAlexander Harkness2013-11-241-0/+96