Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a forgotten break in cHangingEntity constructor. | Mattes D | 2015-06-24 | 1 | -0/+1 |
| | | | | This had caused loading the cHangingEntity to fail in debug builds. | ||||
* | Fixed warnings in MSVC. | Mattes D | 2015-06-02 | 1 | -3/+12 |
| | | | | It complained about undefined return values or using uninitialized variables. | ||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+3 |
| | | | | Ad fix a load of warnings | ||||
* | HangingEntity: Fixed a needless clang warning. | Mattes D | 2015-04-19 | 1 | -2/+5 |
| | |||||
* | Fixed style violations | Tiger Wang | 2015-03-14 | 1 | -2/+2 |
| | |||||
* | cPainting saving implemented | Tiger Wang | 2015-03-14 | 1 | -4/+9 |
| | | | | Additionally, it now inherits from cHangingEntity. | ||||
* | Fixed confusion over Item Frame directions | Tiger Wang | 2015-03-13 | 1 | -13/+62 |
| | |||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | Properly exported cItemFrame and cHangingEntity to Lua. | Mattes D | 2014-10-21 | 1 | -12/+17 |
| | |||||
* | Comment style | Howaner | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Fixed hanging direction bugs. | Howaner | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | Add item frame saving. | Howaner | 2014-03-15 | 1 | -0/+49 |