Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |