summaryrefslogtreecommitdiffstats
path: root/src/Entities/HangingEntity.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Using Super.Mattes D1-1/+1
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-4/+4
2018-02-05Deal with covered switches consistently (#4161)peterbell101-26/+11
* Fixes a number of "<function>: not all control paths return a value" warnings on MSVC. * Introduces the UNREACHABLE global macro and uses it instead of conditionally compiled switch defaults. * Move cNBTParseErrorCategory from FastNBT.h into FastNBT.cpp to prevent bad calls to message()
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-06-24Added a forgotten break in cHangingEntity constructor.Mattes D1-0/+1
This had caused loading the cHangingEntity to fail in debug builds.
2015-06-02Fixed warnings in MSVC.Mattes D1-3/+12
It complained about undefined return values or using uninitialized variables.
2015-05-19Make -Werror disabling file onlytycho1-1/+3
Ad fix a load of warnings
2015-04-19HangingEntity: Fixed a needless clang warning.Mattes D1-2/+5
2015-03-14Fixed style violationsTiger Wang1-2/+2
2015-03-14cPainting saving implementedTiger Wang1-4/+9
Additionally, it now inherits from cHangingEntity.
2015-03-13Fixed confusion over Item Frame directionsTiger Wang1-13/+62
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
2014-10-21Properly exported cItemFrame and cHangingEntity to Lua.Mattes D1-12/+17
2014-09-25Comment styleHowaner1-1/+1
2014-09-25Fixed hanging direction bugs.Howaner1-1/+1
2014-07-24Removed redundant semicolons and re-added warningarchshift1-2/+2
2014-03-15Add item frame saving.Howaner1-0/+49