summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/CommandBlockEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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