summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobHeadEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Broadcast mob head changesmathiascode2017-05-281-0/+5
|
* Removed ClientHandle.h dependencies from common headers.Mattes D2016-11-181-0/+2
|
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-7/+36
| | | | | | The NBT format now carries the texture data and transmit it to the client. See: http://minecraft.gamepedia.com/Head#Block_entity Related to #2674
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Removed WSSCompactTiger Wang2014-09-301-32/+0
|
* Removed more unessicary includesTycho2014-09-261-1/+0
|
* Code improvementsHowaner2014-05-281-5/+2
|
* Fix skull bugs.Howaner2014-05-281-0/+5
|
* Added static const, initialized fields.archshift2014-04-271-0/+2
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-191-0/+108