Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-20 | Updated protocol functions to Vector3x | x12xx12x | 1 | -1/+1 | |
also added support in included functions | |||||
2021-03-28 | Unify DoWithBlockEntity (#5168) | Tiger Wang | 1 | -5/+0 | |
+ DoWith calls now broadcast the block entity and mark the chunk dirty + Add block entity change queue to synchronise BE updates with block updates * Fixed a few incorrect assertions about BE type - Remove manual overloads | |||||
2021-03-18 | Mob heads, banners cannot be used | Tiger Wang | 1 | -35/+31 | |
* Fixed UsedBy returning true, blocking block placement | |||||
2020-09-25 | Unify block entity pickup conversion | Tiger Wang | 1 | -0/+9 | |
- Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -2/+2 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -4/+4 | |
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -0/+1 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2018-05-02 | Prefer static_cast to reinterpret_cast (#4223) | peterbell10 | 1 | -1/+1 | |
* Change reinterpret_cast -> static_cast wherever possible * Remove more unnecessary `const_cast`s. reinterpret_casts should be avoided for the same reason as c-style casts - they don't do any type-checking. reinterpret_cast was mainly being used for down-casting in inheritance hierarchies but static_cast works just as well while also making sure that there is actually an inheritance relationship there. | |||||
2017-09-25 | BroadcastBlockBreakAnimation and BroadcastBlockEntity use vectors (#4038) | Bond-009 | 1 | -5/+5 | |
2017-08-25 | Add cUUID class (#3871) | peterbell10 | 1 | -2/+3 | |
2017-06-16 | BlockEntities: Support cloning self. | Mattes D | 1 | -2/+18 | |
2017-05-28 | Broadcast mob head changes | mathiascode | 1 | -0/+5 | |
2016-11-18 | Removed ClientHandle.h dependencies from common headers. | Mattes D | 1 | -0/+2 | |
2016-01-11 | Changed the format of the MobHead data to allow MobHeads working on MInecraft 1.8 | bibo38 | 1 | -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 | |||||
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+2 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2014-09-30 | Removed WSSCompact | Tiger Wang | 1 | -32/+0 | |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -1/+0 | |
2014-05-28 | Code improvements | Howaner | 1 | -5/+2 | |
2014-05-28 | Fix skull bugs. | Howaner | 1 | -0/+5 | |
2014-04-27 | Added static const, initialized fields. | archshift | 1 | -0/+2 | |
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -0/+108 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -0/+108 | |