summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QtBiomeVisualiser: Added mouse hover info.Mattes D2014-10-037-147/+228
|
* QtBiomeVisualiser: Zoom is now limited and aligned to steps.madmaxoft2014-10-034-59/+169
|
* QtBiomeVisualiser: Seed is read properly.madmaxoft2014-09-292-9/+8
|
* QtBiomeVisualiser: fixed compilation.madmaxoft2014-09-271-1/+10
|
* QtBiomeVisualiser: Fixed MSVC path-crossing.madmaxoft2014-09-247-10/+15
| | | | MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
* QtBiomeVisualiser: Fixed confusion about Globals.h.madmaxoft2014-09-235-21/+21
|
* QtBiomeVisualiser: Implemented live-update for the generator setup.madmaxoft2014-09-225-17/+49
|
* QtBiomeVisualiser: generator source is read from generator setup ini.madmaxoft2014-09-223-16/+13
|
* QtBiomeVisualiser: Moved the generator setup into a side-pane.madmaxoft2014-09-225-39/+96
|
* QtBiomeVisualiser: Added the base for INI editting.madmaxoft2014-09-215-20/+266
|
* QtBiomeVisualiser: Added list of vanilla worlds.madmaxoft2014-09-202-7/+145
|
* QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft2014-09-204-5/+320
|
* QtBiomeVisualiser: More gcc fixes.madmaxoft2014-09-181-2/+2
|
* QtBiomeVisualiser: Fixed linux compilation.madmaxoft2014-09-185-0/+6
|
* QtBiomeVisualiser: Fixed colors and read failures.madmaxoft2014-09-151-6/+5
|
* QtBiomeVisualiser: Added reloading.Mattes D2014-09-156-4/+49
|
* QtBiomeVisualiser: removed multithreading.Mattes D2014-09-152-65/+10
| | | | It was slowing things down, the granularity is too fine.
* QtBiomeVisualiser: Added multithreading.Mattes D2014-09-153-23/+102
| | | | For some reason this makes the UI less responsive.
* QtBiomeVisualiser: Extended zoom down below 100%.Mattes D2014-09-142-16/+80
|
* QtBiomeVisualiser: Added mouse and keyboard view control.Mattes D2014-09-142-4/+137
| | | | Mouse dragging or WASD pans view, mouse wheel or QE zooms.
* QtBiomeVisualiser: Removed build-specific variables.Mattes D2014-09-141-3/+0
| | | | These should be set in the project configuration instead, passed directly to qmake.
* Added new Qt-based biome visualiser.Mattes D2014-09-1416-0/+1481
Compile with Qt 5.1+