summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/ChunkSource.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-29QtBiomeVisualiser: Generator uses all machine threads.Mattes D1-2/+22
The previous limit of 1 thread was lifted, now the generator source runs on all CPU threads available.
2014-10-28QtBiomeVisualiser: Fixed compilation on Linux.Mattes D1-1/+1
2014-10-27QtBiomeVisualiser: Switched caching to entire regions.Mattes D1-3/+3
This speeds up the rendering preparation for small zooms.
2014-10-19Generator: Rewritten to use SharedPtrs.Mattes D1-1/+1
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+