summaryrefslogtreecommitdiffstats
path: root/src/Entities/EnderCrystal.cpp (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-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.
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Made -Weverything an error.tycho2015-05-241-1/+1
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Removed more unessicary includesTycho2014-09-261-1/+1
|
* On destroy ender crystal, create bedrock and firearchshift2014-08-061-3/+3
|
* Tailored death messagesTiger Wang2014-07-041-2/+2
|
* Ender crystalsandrew2014-03-251-0/+56