Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) | KingCol13 | 2020-09-25 | 1 | -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 Wang | 2020-05-16 | 1 | -5/+0 |
| | | | * Make our CMake slightly less insane | ||||
* | Cleanup unneeded globals (#4736) | peterbell10 | 2020-05-10 | 1 | -85/+0 |
| | |||||
* | Remove old Android leftovers (#4722) | Mat | 2020-05-07 | 1 | -6/+0 |
| | |||||
* | Fix style of Tools | Alexander Lyons Harkness | 2017-12-24 | 1 | -7/+8 |
| | |||||
* | Removed offending tr1 references. | Alexander Harkness | 2015-12-22 | 1 | -18/+2 |
| | |||||
* | QtBiomeVisualiser: Fixed compilation and INI loading. | Mattes D | 2015-03-28 | 1 | -4/+1 |
| | |||||
* | QtBiomeVisualiser: fixed compilation. | madmaxoft | 2014-09-27 | 1 | -1/+10 |
| | |||||
* | QtBiomeVisualiser: Fixed confusion about Globals.h. | madmaxoft | 2014-09-23 | 1 | -12/+12 |
| | |||||
* | Added new Qt-based biome visualiser. | Mattes D | 2014-09-14 | 1 | -0/+386 |
Compile with Qt 5.1+ |