summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/ChunkSource.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QtBiomeVisualiser: Fixed MSVC path-crossing.madmaxoft2014-09-241-1/+1
| | | | MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
* QtBiomeVisualiser: generator source is read from generator setup ini.madmaxoft2014-09-221-3/+4
|
* QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft2014-09-201-2/+32
|
* QtBiomeVisualiser: Fixed linux compilation.madmaxoft2014-09-181-0/+1
|
* QtBiomeVisualiser: removed multithreading.Mattes D2014-09-151-17/+3
| | | | It was slowing things down, the granularity is too fine.
* QtBiomeVisualiser: Added multithreading.Mattes D2014-09-151-4/+33
| | | | For some reason this makes the UI less responsive.
* Added new Qt-based biome visualiser.Mattes D2014-09-141-0/+60
Compile with Qt 5.1+