summaryrefslogtreecommitdiffstats
path: root/src/Entities/ItemFrame.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-03Prevent placing of hangables on illegal blocks and break when support block broken (#5301)Ethan Jones1-40/+48
+ Prevent placing of hangables on illegal items and break when support block is broken Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
2021-07-09Item frame maps (#5258)KingCol131-1/+12
+ Send map data when item frame spawns. + Add some casts to placate compiler warnings. * size_t for array access. * Mark chunk dirty when rotation or item in item frame is changed.
2021-03-07Some emplace_back replacements (#5149)12xx121-1/+1
* replace push_back with emplace_back when a new object was created in the function call
2020-05-01Unify entity spawn packet sendingTiger Wang1-5/+1
2020-04-20Delet SpawnObject paramsTiger Wang1-1/+1
* Fix #4679 awkward...
2020-04-16Using Super.Mattes D1-4/+4
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-2/+2
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
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.
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-1/+0
Add check for number of empty lines between functions and fix the corresponding failures
2015-05-24Made -Weverything an error.tycho1-3/+3
2015-03-14cPainting saving implementedTiger Wang1-0/+11
Additionally, it now inherits from cHangingEntity.
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-10-21Properly exported cItemFrame and cHangingEntity to Lua.Mattes D1-8/+8
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-2/+2
2014-09-111.8: Fixed hangings.Howaner1-1/+1
2014-09-01Added name tagHowaner1-0/+2
2014-08-29Removed unused codeTiger Wang1-1/+0
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-1/+1
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
2014-07-04Tailored death messagesTiger Wang1-3/+3
2014-06-04Fix itemframe break.Howaner1-1/+3
2014-03-15Add item frame saving.Howaner1-36/+3
2014-02-18Changed BlockFace type to eBlockFaceTiger Wang1-11/+24
2014-02-18Added a braceTiger Wang1-0/+2
==== { } { __ } { | | } ==== REMOVE ALL THE BRACES!!
2014-02-18Implemented item frames, a part of #689Tiger Wang1-0/+109
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!)