summaryrefslogtreecommitdiffstats
path: root/Tools/QtBiomeVisualiser/QtBiomeVisualiser.pro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* QtBiomeVisualiser: Fixed compilation and INI loading.Mattes D2015-03-281-0/+2
|
* Fixed QtBiomeVisualiser compilation.Mattes D2014-11-291-2/+17
|
* QtBiomeVisualiser: Added a prototyping int generator flavor.Mattes D2014-10-301-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.
* Merged branch 'master' into GrownBiomes.Mattes D2014-10-281-11/+18
|\
| * QtBiomeVisualiser: Switched caching to entire regions.Mattes D2014-10-271-8/+10
| | | | | | | | This speeds up the rendering preparation for small zooms.
* | Added new biomegen: GrownMattes D2014-10-261-67/+68
|/
* QtBiomeVisualiser: Moved the IniFile lib.Mattes D2014-10-231-2/+2
|
* QtBiomeVisualiser: Fixed MSVC path-crossing.madmaxoft2014-09-241-5/+11
| | | | MSVC would occasionally compile the wrong CPP file - the same name, but wrong path.
* QtBiomeVisualiser: Fixed confusion about Globals.h.madmaxoft2014-09-231-2/+2
|
* QtBiomeVisualiser: Implemented live-update for the generator setup.madmaxoft2014-09-221-3/+1
|
* QtBiomeVisualiser: Moved the generator setup into a side-pane.madmaxoft2014-09-221-2/+2
|
* QtBiomeVisualiser: Added the base for INI editting.madmaxoft2014-09-211-2/+4
|
* QtBiomeVisualiser: Added support for loading Anvil worlds.madmaxoft2014-09-201-2/+36
|
* QtBiomeVisualiser: Fixed linux compilation.madmaxoft2014-09-181-0/+1
|
* 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-141-0/+62
Compile with Qt 5.1+