summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-03QtBiomeVisualiser: Added mouse hover info.Mattes D7-147/+228
2014-10-03QtBiomeVisualiser: Zoom is now limited and aligned to steps.madmaxoft4-59/+169
2014-09-29QtBiomeVisualiser: Seed is read properly.madmaxoft2-9/+8
2014-09-27QtBiomeVisualiser: fixed compilation.madmaxoft1-1/+10
2014-09-24QtBiomeVisualiser: Fixed MSVC path-crossing.madmaxoft7-10/+15
MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
2014-09-23QtBiomeVisualiser: Fixed confusion about Globals.h.madmaxoft5-21/+21
2014-09-22QtBiomeVisualiser: Implemented live-update for the generator setup.madmaxoft5-17/+49
2014-09-22QtBiomeVisualiser: generator source is read from generator setup ini.madmaxoft3-16/+13
2014-09-22QtBiomeVisualiser: Moved the generator setup into a side-pane.madmaxoft5-39/+96
2014-09-21QtBiomeVisualiser: Added the base for INI editting.madmaxoft5-20/+266
2014-09-20QtBiomeVisualiser: Added list of vanilla worlds.madmaxoft2-7/+145
2014-09-20QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft4-5/+320
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+