summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/QtBiomeVisualiser.pro (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-28QtBiomeVisualiser: Fixed compilation and INI loading.Mattes D1-0/+2
2014-11-29Fixed QtBiomeVisualiser compilation.Mattes D1-2/+17
2014-10-30QtBiomeVisualiser: Added a prototyping int generator flavor.Mattes D1-0/+2
This generator is easier to manipulate, since it doesn't require rewriting the sizes in the template parameters. On the other hand, it doesn't optimize so well, so it's a bit slower.
2014-10-27QtBiomeVisualiser: Switched caching to entire regions.Mattes D1-8/+10
This speeds up the rendering preparation for small zooms.
2014-10-26Added new biomegen: GrownMattes D1-67/+68
2014-10-23QtBiomeVisualiser: Moved the IniFile lib.Mattes D1-2/+2
2014-09-24QtBiomeVisualiser: Fixed MSVC path-crossing.madmaxoft1-5/+11
MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
2014-09-23QtBiomeVisualiser: Fixed confusion about Globals.h.madmaxoft1-2/+2
2014-09-22QtBiomeVisualiser: Implemented live-update for the generator setup.madmaxoft1-3/+1
2014-09-22QtBiomeVisualiser: Moved the generator setup into a side-pane.madmaxoft1-2/+2
2014-09-21QtBiomeVisualiser: Added the base for INI editting.madmaxoft1-2/+4
2014-09-20QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft1-2/+36
2014-09-18QtBiomeVisualiser: Fixed linux compilation.madmaxoft1-0/+1
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 D1-0/+62
Compile with Qt 5.1+