Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-10-03 | Prevent placing of hangables on illegal blocks and break when support block broken (#5301) | Ethan Jones | 1 | -5/+2 | |
+ Prevent placing of hangables on illegal items and break when support block is broken Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2021-07-28 | Paintings: add sound effects, remove critical hitting (#5276) | Rorkh | 1 | -0/+9 | |
2021-03-07 | Some emplace_back replacements (#5149) | 12xx12 | 1 | -1/+1 | |
* replace push_back with emplace_back when a new object was created in the function call | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -2/+2 | |
2019-09-29 | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 1 | -2/+2 | |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 1 | -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. | |||||
2018-07-26 | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 1 | -1/+0 | |
Add check for number of empty lines between functions and fix the corresponding failures | |||||
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
2015-03-14 | cPainting saving implemented | Tiger Wang | 1 | -14/+4 | |
Additionally, it now inherits from cHangingEntity. | |||||
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -1/+1 | |
2014-02-28 | Fixed multiple gcc warnings about unused params. | madmaxoft | 1 | -0/+11 | |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 1 | -0/+43 | |
+ Implemented paintings |