Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
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-09-26 | Removed more unessicary includes | Tycho | 1 | -1/+1 | |
2014-08-06 | On destroy ender crystal, create bedrock and fire | archshift | 1 | -3/+3 | |
2014-07-04 | Tailored death messages | Tiger Wang | 1 | -2/+2 | |
2014-03-25 | Ender crystals | andrew | 1 | -0/+56 | |