summaryrefslogtreecommitdiffstats
path: root/src/Entities/Painting.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-2/+2
|
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
| | | | | | | Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* Made -Weverything an error.tycho2015-05-241-1/+1
|
* cPainting saving implementedTiger Wang2015-03-141-14/+4
| | | | 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
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
|
* Fixed multiple gcc warnings about unused params.madmaxoft2014-02-281-0/+11
|
* Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+43
+ Implemented paintings