1
0
Fork 0
cuberite-2a/Tools/GrownBiomeGenVisualiser
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 GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00
CMakeLists.txt Address comments 2020-07-12 22:00:07 +01:00
Globals.cpp Added GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00
Globals.h Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) 2020-09-25 09:13:59 +00:00
GrownBiomeGenVisualiser.cpp Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
README.md Added GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00

README.md

GrownBiomeGenVisualiser

This project aims to provide the visualisation of "Grown" biome generator used in Cuberite. It uses the generator to generate several bitmaps showcasing the generator; these images are then used in the generator documentation ($/docs/Generator.html)