summaryrefslogtreecommitdiffstats
path: root/src/Entities/HangingEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cPainting saving implementedTiger Wang2015-03-141-2/+0
| | | | Additionally, it now inherits from cHangingEntity.
* Fixed confusion over Item Frame directionsTiger Wang2015-03-131-52/+3
|
* Properly exported cItemFrame and cHangingEntity to Lua.Mattes D2014-10-211-11/+19
|
* Merge branch 'master' into FixesHowaner2014-09-251-2/+8
|\
| * HangingEntity: Silenced a crash.madmaxoft2014-09-251-2/+8
| | | | | | | | Vanilla worlds sometimes contain data that this was asserting upon. Changed into a log.
* | Fixed hanging direction bugs.Howaner2014-09-251-0/+15
|/
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-1/+1
|
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-2/+2
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Add item frame saving.Howaner2014-03-151-0/+53