summaryrefslogtreecommitdiffstats
path: root/src/Entities/HangingEntity.h (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-4/+4
|
* Deal with covered switches consistently (#4161)peterbell102018-02-051-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()
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Added a forgotten break in cHangingEntity constructor.Mattes D2015-06-241-0/+1
| | | | This had caused loading the cHangingEntity to fail in debug builds.
* Fixed warnings in MSVC.Mattes D2015-06-021-3/+12
| | | | It complained about undefined return values or using uninitialized variables.
* Make -Werror disabling file onlytycho2015-05-191-1/+3
| | | | Ad fix a load of warnings
* HangingEntity: Fixed a needless clang warning.Mattes D2015-04-191-2/+5
|
* Fixed style violationsTiger Wang2015-03-141-2/+2
|
* cPainting saving implementedTiger Wang2015-03-141-4/+9
| | | | Additionally, it now inherits from cHangingEntity.
* Fixed confusion over Item Frame directionsTiger Wang2015-03-131-13/+62
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Properly exported cItemFrame and cHangingEntity to Lua.Mattes D2014-10-211-12/+17
|
* Comment styleHowaner2014-09-251-1/+1
|
* Fixed hanging direction bugs.Howaner2014-09-251-1/+1
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-2/+2
|
* Add item frame saving.Howaner2014-03-151-0/+49