summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/MobHeadEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify block entity pickup conversionTiger Wang2020-09-251-0/+1
| | | | | - Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it
* Using Super.Mattes D2020-04-161-1/+1
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-4/+4
|
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-2/+2
| | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
* Add cUUID class (#3871)peterbell102017-08-251-7/+11
|
* BlockEntities: Support cloning self.Mattes D2017-06-161-2/+4
|
* Updated API documentation.Mattes D2016-07-181-1/+1
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-11/+11
|
* Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8bibo382016-01-111-4/+20
| | | | | | 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/+1
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes.Howaner2014-11-291-6/+6
|
* Merge branch 'master' into MobSpawnerHowaner2014-11-291-1/+1
|\
| * BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
| |
* | Finished mob spawner implementation.Howaner2014-11-181-8/+0
|/
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-2/+2
|
* Removed WSSCompactTiger Wang2014-09-301-3/+0
|
* Removed more unessicary includesTycho2014-09-261-1/+1
|
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Rename SkullEntity to MobHeadEntityHowaner2014-02-191-0/+79