summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/BiomeView.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QtBiomeVisualiser: Reduced memory usage.Mattes D2014-10-281-16/+142
|
* QtBiomeVisualiser: Switched caching to entire regions.Mattes D2014-10-271-13/+29
| | | | This speeds up the rendering preparation for small zooms.
* QtBiomeVisualiser: Added mouse hover info.Mattes D2014-10-031-2/+17
|
* QtBiomeVisualiser: Zoom is now limited and aligned to steps.madmaxoft2014-10-031-53/+25
|
* 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: Added reloading.Mattes D2014-09-151-0/+15
|
* QtBiomeVisualiser: Extended zoom down below 100%.Mattes D2014-09-141-16/+71
|
* QtBiomeVisualiser: Added mouse and keyboard view control.Mattes D2014-09-141-1/+112
| | | | Mouse dragging or WASD pans view, mouse wheel or QE zooms.
* Added new Qt-based biome visualiser.Mattes D2014-09-141-0/+246
Compile with Qt 5.1+