summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/ChunkSource.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QtBiomeVisualiser: Generator uses all machine threads.Mattes D2014-10-291-2/+22
| | | | The previous limit of 1 thread was lifted, now the generator source runs on all CPU threads available.
* Merged remote-tracking branch 'origin/master'.Mattes D2014-10-281-1/+1
|\
| * QtBiomeVisualiser: Fixed compilation on Linux.Mattes D2014-10-281-1/+1
| |
* | QtBiomeVisualiser: Switched caching to entire regions.Mattes D2014-10-271-3/+3
|/ | | | This speeds up the rendering preparation for small zooms.
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-1/+1
|
* 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+