summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DropSpenserEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-10/+10
|
* Reorganised the redstone simulatorTiger Wang2015-12-181-8/+0
| | | | | | -> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan! * Uses classes and inheritance now * Speed should be improved
* 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-6/+6
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Merge branch 'master' into MobSpawnerHowaner2014-11-291-1/+1
|\
| * BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
| |
* | Finished mob spawner implementation.Howaner2014-11-181-4/+0
|/
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-2/+2
|
* Removed WSSCompactTiger Wang2014-09-301-3/+0
|
* Removed more unessicary includesTycho2014-09-261-1/+0
|
* Fixed multiple inhertance being output by toluaTycho2014-08-061-4/+6
|
* Refactored Redstone simulator not to depend on TNTEntity or DropSpenserENtity DirectlyTycho2014-08-051-3/+4
|
* 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/+89