Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-03 | Prevent placing of hangables on illegal blocks and break when support block broken (#5301) | Ethan Jones | 1 | -18/+8 | |
+ Prevent placing of hangables on illegal items and break when support block is broken Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -1/+1 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -4/+4 | |
2018-02-05 | Deal with covered switches consistently (#4161) | peterbell10 | 1 | -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-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-06-24 | Added a forgotten break in cHangingEntity constructor. | Mattes D | 1 | -0/+1 | |
This had caused loading the cHangingEntity to fail in debug builds. | |||||
2015-06-02 | Fixed warnings in MSVC. | Mattes D | 1 | -3/+12 | |
It complained about undefined return values or using uninitialized variables. | |||||
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -1/+3 | |
Ad fix a load of warnings | |||||
2015-04-19 | HangingEntity: Fixed a needless clang warning. | Mattes D | 1 | -2/+5 | |
2015-03-14 | Fixed style violations | Tiger Wang | 1 | -2/+2 | |
2015-03-14 | cPainting saving implemented | Tiger Wang | 1 | -4/+9 | |
Additionally, it now inherits from cHangingEntity. | |||||
2015-03-13 | Fixed confusion over Item Frame directions | Tiger Wang | 1 | -13/+62 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-10-21 | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 1 | -12/+17 | |
2014-09-25 | Comment style | Howaner | 1 | -1/+1 | |
2014-09-25 | Fixed hanging direction bugs. | Howaner | 1 | -1/+1 | |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -2/+2 | |
2014-03-15 | Add item frame saving. | Howaner | 1 | -0/+49 | |