summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/ChunkSource.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-24QtBiomeVisualiser: Fixed MSVC path-crossing.madmaxoft1-1/+1
MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
2014-09-22QtBiomeVisualiser: generator source is read from generator setup ini.madmaxoft1-3/+4
2014-09-20QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft1-2/+32
2014-09-18QtBiomeVisualiser: Fixed linux compilation.madmaxoft1-0/+1
2014-09-15QtBiomeVisualiser: removed multithreading.Mattes D1-17/+3
It was slowing things down, the granularity is too fine.
2014-09-15QtBiomeVisualiser: Added multithreading.Mattes D1-4/+33
For some reason this makes the UI less responsive.
2014-09-14Added new Qt-based biome visualiser.Mattes D1-0/+60
Compile with Qt 5.1+