summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/ChunkSource.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QtBiomeVisualiser: Generator uses all machine threads.Mattes D2014-10-291-7/+50
| | | | The previous limit of 1 thread was lifted, now the generator source runs on all CPU threads available.
* QtBiomeVisualiser: Attempt at fixing Linux compilation.Mattes D2014-10-281-1/+1
|
* QtBiomeVisualiser: Switched caching to entire regions.Mattes D2014-10-271-5/+5
| | | | This speeds up the rendering preparation for small zooms.
* QtBiomeVisualiser: Moved the IniFile lib.Mattes D2014-10-231-1/+1
|
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-1/+1
|
* QtBiomeVisualiser: Added mouse hover info.Mattes D2014-10-031-140/+3
|
* QtBiomeVisualiser: Seed is read properly.madmaxoft2014-09-291-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: Fixed confusion about Globals.h.madmaxoft2014-09-231-3/+3
|
* QtBiomeVisualiser: Implemented live-update for the generator setup.madmaxoft2014-09-221-1/+1
|
* QtBiomeVisualiser: generator source is read from generator setup ini.madmaxoft2014-09-221-8/+4
|
* QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft2014-09-201-0/+241
|
* QtBiomeVisualiser: More gcc fixes.madmaxoft2014-09-181-2/+2
|
* QtBiomeVisualiser: Fixed colors and read failures.madmaxoft2014-09-151-6/+5
|
* QtBiomeVisualiser: removed multithreading.Mattes D2014-09-151-48/+7
| | | | It was slowing things down, the granularity is too fine.
* QtBiomeVisualiser: Added multithreading.Mattes D2014-09-151-6/+68
| | | | For some reason this makes the UI less responsive.
* Added new Qt-based biome visualiser.Mattes D2014-09-141-0/+164
Compile with Qt 5.1+