Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-18 | Mob heads, banners cannot be used | Tiger Wang | 1 | -6/+6 | |
* Fixed UsedBy returning true, blocking block placement | |||||
2020-10-24 | Remove BLOCKENTITY_PROTODEF | Tiger Wang | 1 | -6/+0 | |
2020-09-25 | Unify block entity pickup conversion | Tiger Wang | 1 | -0/+1 | |
- Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -4/+4 | |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 1 | -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. | |||||
2017-08-25 | Add cUUID class (#3871) | peterbell10 | 1 | -7/+11 | |
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -2/+4 | |
2016-07-18 | Updated API documentation. | Mattes D | 1 | -1/+1 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -11/+11 | |
2016-01-11 | Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8 | bibo38 | 1 | -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 | |||||
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+1 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 1 | -6/+6 | |
2014-11-27 | BlockEntities: Removed the extra semicolon. | Mattes D | 1 | -1/+1 | |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -8/+0 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-19 | cLuaState: cBlockEntity descendants are pushed with proper class type. | Mattes D | 1 | -2/+2 | |
2014-09-30 | Removed WSSCompact | Tiger Wang | 1 | -3/+0 | |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -1/+1 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -0/+79 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -0/+79 | |