summaryrefslogtreecommitdiffstats
path: root/Tools/GrownBiomeGenVisualiser (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-25Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol131-7/+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-07-12Address commentsTiger Wang1-3/+3
2020-07-12More CMake cleanupTiger Wang1-12/+2
2020-05-31Resolve IPO flags mismatchTiger Wang1-1/+0
2020-05-10Cleanup unneeded globals (#4736)peterbell101-52/+0
2020-05-09Enable C++17 in buildPeter Bell1-0/+7
2020-05-07Remove old Android leftovers (#4722)Mat1-10/+0
2020-05-05Update fmt to 6.2.0 (#4718)peterbell101-1/+1
* Update fmt to 6.2.0
2019-12-22Improved large jungle and acacia tree generation (#4413)NiLSPACE1-0/+22
2018-01-03Add the fmt library (#4065)peterbell103-38/+10
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style.
2017-12-24Fix style of ToolsAlexander Lyons Harkness1-26/+22
2017-10-21Fix tool builds on AppleClangpeterbell101-36/+30
2017-08-03Remove double includes part 2 (#3890)peterbell101-1/+5
2017-06-19Removed the LeakFinder for Windows. (#3777)Mattes D1-4/+2
2016-08-24Fixed type-casting-related warnings.Mattes D1-8/+1
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-3/+0
2016-05-29Added GrownBiomeGenVisualiser.Mattes D6-0/+838