summaryrefslogtreecommitdiffstats
path: root/src/Entities/HangingEntity.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-14cPainting saving implementedTiger Wang1-2/+0
Additionally, it now inherits from cHangingEntity.
2015-03-13Fixed confusion over Item Frame directionsTiger Wang1-52/+3
2014-10-21Properly exported cItemFrame and cHangingEntity to Lua.Mattes D1-11/+19
2014-09-25Fixed hanging direction bugs.Howaner1-0/+15
2014-09-25HangingEntity: Silenced a crash.madmaxoft1-2/+8
Vanilla worlds sometimes contain data that this was asserting upon. Changed into a log.
2014-08-04CheckBasicStyle: multi-level indent change.madmaxoft1-1/+1
2014-07-17Fixed tabs used for alignment.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-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.
2014-03-15Add item frame saving.Howaner1-0/+53