1
0
Fork 0
cuberite-2a/Tools/QtBiomeVisualiser
KingCol13 a78fd671b2
Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)
* 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-09-25 09:13:59 +00:00
..
.gitignore Added new Qt-based biome visualiser. 2014-09-14 01:33:05 +02:00
BiomeView.cpp Fix style of Tools 2017-12-24 14:23:23 +00:00
BiomeView.h QtBiomeVisualiser: Reduced memory usage. 2014-10-28 20:52:04 +01:00
ChunkSource.cpp QtBiomeVisualiser: Generator uses all machine threads. 2014-10-29 23:04:59 +01:00
ChunkSource.h QtBiomeVisualiser: Generator uses all machine threads. 2014-10-29 23:04:59 +01:00
GeneratorSetup.cpp QtBiomeVisualiser: Fixed compilation and INI loading. 2015-03-28 20:47:24 +01:00
GeneratorSetup.h QtBiomeVisualiser: Implemented live-update for the generator setup. 2014-09-22 21:52:38 +02:00
Globals.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 2020-09-25 09:13:59 +00:00
MainWindow.cpp Changing the shared_ptr/unique_ptr constructors to the make_shared/make_unique functions 2015-07-12 21:02:47 +02:00
MainWindow.h QtBiomeVisualiser: Added mouse hover info. 2014-10-03 19:41:42 +02:00
QtBiomeVisualiser.cpp QtBiomeVisualiser: Fixed MSVC path-crossing. 2014-09-24 11:21:59 +02:00
QtBiomeVisualiser.pro QtBiomeVisualiser: Fixed compilation and INI loading. 2015-03-28 20:47:24 +01:00
QtChunk.cpp QtBiomeVisualiser: Reduced memory usage. 2014-10-28 20:52:04 +01:00
QtChunk.h QtBiomeVisualiser: Reduced memory usage. 2014-10-28 20:52:04 +01:00
Region.cpp QtBiomeVisualiser: Switched caching to entire regions. 2014-10-27 23:58:09 +01:00
Region.h QtBiomeVisualiser: Fixed random regions not rendered. 2014-10-28 20:49:29 +01:00
RegionCache.cpp QtBiomeVisualiser: Switched caching to entire regions. 2014-10-27 23:58:09 +01:00
RegionCache.h QtBiomeVisualiser: Switched caching to entire regions. 2014-10-27 23:58:09 +01:00
RegionLoader.cpp QtBiomeVisualiser: Added quick shutdown to region loaders. 2014-10-28 22:19:24 +01:00
RegionLoader.h QtBiomeVisualiser: Added quick shutdown to region loaders. 2014-10-28 22:19:24 +01:00