summaryrefslogtreecommitdiffstats
path: root/src/Entities/HangingEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-1/+1
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-2/+2
|
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-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.
* cPainting saving implementedTiger Wang2015-03-141-2/+0
| | | | Additionally, it now inherits from cHangingEntity.
* Fixed confusion over Item Frame directionsTiger Wang2015-03-131-52/+3
|
* Properly exported cItemFrame and cHangingEntity to Lua.Mattes D2014-10-211-11/+19
|
* Merge branch 'master' into FixesHowaner2014-09-251-2/+8
|\
| * HangingEntity: Silenced a crash.madmaxoft2014-09-251-2/+8
| | | | | | | | Vanilla worlds sometimes contain data that this was asserting upon. Changed into a log.
* | Fixed hanging direction bugs.Howaner2014-09-251-0/+15
|/
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-1/+1
|
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | 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.
* Add item frame saving.Howaner2014-03-151-0/+53