summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/CommandBlockEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added override specifiers to overridden functions.Mattes D2021-04-121-1/+1
* Unify DoWithBlockEntity (#5168)Tiger Wang2021-03-281-11/+0
* Command Blocks: fix a crashTiger Wang2020-12-301-3/+3
* Streamline startup sequenceTiger Wang2020-09-051-1/+1
* Using Super.Mattes D2020-04-161-2/+2
* Remove leading slash from command block commands (#4502)Mat2020-03-191-6/+20
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-3/+3
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038)Bond-0092017-09-251-2/+2
* BlockEntities: Support cloning self.Mattes D2017-06-161-3/+19
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
* Reorganised the redstone simulatorTiger Wang2015-12-181-14/+0
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Removed WSSCompactTiger Wang2014-09-301-32/+0
* Removed more unessicary includesTycho2014-09-261-4/+2
* Fixed style.madmaxoft2014-09-011-1/+2
* Changed null check to assertworktycho2014-08-311-5/+3
* Fixed style.madmaxoft2014-08-301-2/+3
* Improved command block securityTiger Wang2014-08-291-6/+19
* Normalized comments.madmaxoft2014-07-171-1/+1
* Added static const, initialized fields.archshift2014-04-271-1/+2
* Fixed a few MSVC type warnings.Mattes D2014-04-031-1/+1
* Fixed compilation in MSVC (forward class definitions).madmaxoft2014-02-241-0/+1
* BlockEntities is warnings freeTycho2014-02-241-0/+2
* Minor style improvements for the merged PR.Mattes D2014-01-231-4/+4
* Command block fixes 2andrew2014-01-231-6/+20
* Removed unneeded paramtersTiger Wang2014-01-191-1/+1
* Changed SendBlockEntity format slightlyTiger Wang2014-01-191-24/+2
* Improved command blocksTiger Wang2014-01-191-5/+37
* Command block fixesandrew2014-01-181-33/+3
* Parse the MC|AdvCdm plugin messageandrew2014-01-181-0/+2
* Command blocks: Execute()andrew2014-01-181-5/+27
* Command block (de)serializationandrew2014-01-181-1/+31
* Basic command block implementationandrew2014-01-181-0/+173