summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/Globals.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-5/+0
| | | * Make our CMake slightly less insane
* Cleanup unneeded globals (#4736)peterbell102020-05-101-85/+0
|
* Remove old Android leftovers (#4722)Mat2020-05-071-6/+0
|
* Fix style of ToolsAlexander Lyons Harkness2017-12-241-7/+8
|
* Removed offending tr1 references.Alexander Harkness2015-12-221-18/+2
|
* QtBiomeVisualiser: Fixed compilation and INI loading.Mattes D2015-03-281-4/+1
|
* QtBiomeVisualiser: fixed compilation.madmaxoft2014-09-271-1/+10
|
* QtBiomeVisualiser: Fixed confusion about Globals.h.madmaxoft2014-09-231-12/+12
|
* Added new Qt-based biome visualiser.Mattes D2014-09-141-0/+386
Compile with Qt 5.1+