summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/CommandBlockEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | * Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug
* Improved command blocksTiger Wang2014-01-191-5/+37
| | | | | | | * Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity
* 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