summaryrefslogtreecommitdiffstats
path: root/src/Entities/Painting.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-2/+2
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-4/+4
|
* cPainting saving implementedTiger Wang2015-03-141-12/+6
| | | | Additionally, it now inherits from cHangingEntity.
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-3/+10
| | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
* Removed redundant semicolons and re-added warningarchshift2014-07-241-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.
* Tailored death messagesTiger Wang2014-07-041-2/+2
|
* Fixed multiple gcc warnings about unused params.madmaxoft2014-02-281-1/+1
|
* Properly exported and documented paintingsTiger Wang2014-02-181-2/+2
|
* Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+42
+ Implemented paintings