summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-18QtBiomeVisualiser: More gcc fixes.madmaxoft1-2/+2
2014-09-18QtBiomeVisualiser: Fixed linux compilation.madmaxoft5-0/+6
2014-09-15QtBiomeVisualiser: Fixed colors and read failures.madmaxoft1-6/+5
2014-09-15QtBiomeVisualiser: Added reloading.Mattes D6-4/+49
2014-09-15QtBiomeVisualiser: removed multithreading.Mattes D2-65/+10
It was slowing things down, the granularity is too fine.
2014-09-15QtBiomeVisualiser: Added multithreading.Mattes D3-23/+102
For some reason this makes the UI less responsive.
2014-09-14QtBiomeVisualiser: Extended zoom down below 100%.Mattes D2-16/+80
2014-09-14QtBiomeVisualiser: Added mouse and keyboard view control.Mattes D2-4/+137
Mouse dragging or WASD pans view, mouse wheel or QE zooms.
2014-09-14QtBiomeVisualiser: Removed build-specific variables.Mattes D1-3/+0
These should be set in the project configuration instead, passed directly to qmake.
2014-09-14Added new Qt-based biome visualiser.Mattes D16-0/+1481
Compile with Qt 5.1+