summaryrefslogtreecommitdiffstats
path: root/src/BlockTracer.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-25Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol131-1/+1
* Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h.
2020-05-08Use Vector3 for cLineBlockTracer and cBlockTracer (#4715)mBornand1-15/+9
* cLineBlockTracer uses Vector
2017-05-11Tracer replacement (#3704)Mattes D1-1/+7
* Replaced cTracer usage with cLineBlockTracer. * Exported new cLineBlockTracer utility functions to Lua API.
2016-02-05Bulk clearing of whitespaceLogicParrot1-14/+14
2015-07-31Unified the doxy-comment format.Mattes D1-5/+5
2014-07-17Fixed basic whitespace problems.madmaxoft1-8/+8
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
2014-04-02Fixed more virtual destructors for interfaces.madmaxoft1-0/+3
2013-12-31fixed warnings in World.cppTycho Bickerstaff1-3/+22
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-27Implemented basic physics for projectiles.madmaxoft1-2/+2
2013-08-04LineBlockTracer: Fixed initial errorsmadmaxoft1-3/+3
2013-08-04First attempt at implementing a cLineBlockTracer classmadmaxoft1-0/+104
Not yet tested, will probably have lots of bugs, if it is at all usable.