summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/CommandBlockEntity.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+4
2017-06-16BlockEntities: Support cloning self.Mattes D1-2/+4
2016-02-05Bulk clearing of whitespaceLogicParrot1-6/+6
2015-12-18Reorganised the redstone simulatorTiger Wang1-7/+1
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+1
2015-07-31Unified the doxy-comment format.Mattes D1-8/+8
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
2014-11-27BlockEntities: Removed the extra semicolon.Mattes D1-1/+1
2014-11-18Finished mob spawner implementation.Howaner1-8/+0
2014-10-19cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D1-0/+2
2014-09-30Removed WSSCompactTiger Wang1-3/+0
2014-09-11Possibly decoupled IncrementalRedstoneSimulator from the rest of the serverTycho1-3/+4
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-2/+2
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-01-18Command block fixesandrew1-5/+2
2014-01-18Command block (de)serializationandrew1-2/+11
2014-01-18Basic command block implementationandrew1-0/+85