Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtBiomeVisualiser: Fixed MSVC path-crossing. | madmaxoft | 2014-09-24 | 7 | -10/+15 |
| | | | | MSVC would occasionally compile the wrong CPP file - the same name, but wrong path. | ||||
* | QtBiomeVisualiser: Fixed confusion about Globals.h. | madmaxoft | 2014-09-23 | 5 | -21/+21 |
| | |||||
* | QtBiomeVisualiser: Implemented live-update for the generator setup. | madmaxoft | 2014-09-22 | 5 | -17/+49 |
| | |||||
* | QtBiomeVisualiser: generator source is read from generator setup ini. | madmaxoft | 2014-09-22 | 3 | -16/+13 |
| | |||||
* | QtBiomeVisualiser: Moved the generator setup into a side-pane. | madmaxoft | 2014-09-22 | 5 | -39/+96 |
| | |||||
* | QtBiomeVisualiser: Added the base for INI editting. | madmaxoft | 2014-09-21 | 5 | -20/+266 |
| | |||||
* | QtBiomeVisualiser: Added list of vanilla worlds. | madmaxoft | 2014-09-20 | 2 | -7/+145 |
| | |||||
* | QtBiomeVisualiser: Added support for loading Anvil worlds. | madmaxoft | 2014-09-20 | 4 | -5/+320 |
| | |||||
* | QtBiomeVisualiser: More gcc fixes. | madmaxoft | 2014-09-18 | 1 | -2/+2 |
| | |||||
* | QtBiomeVisualiser: Fixed linux compilation. | madmaxoft | 2014-09-18 | 5 | -0/+6 |
| | |||||
* | QtBiomeVisualiser: Fixed colors and read failures. | madmaxoft | 2014-09-15 | 1 | -6/+5 |
| | |||||
* | QtBiomeVisualiser: Added reloading. | Mattes D | 2014-09-15 | 6 | -4/+49 |
| | |||||
* | QtBiomeVisualiser: removed multithreading. | Mattes D | 2014-09-15 | 2 | -65/+10 |
| | | | | It was slowing things down, the granularity is too fine. | ||||
* | QtBiomeVisualiser: Added multithreading. | Mattes D | 2014-09-15 | 3 | -23/+102 |
| | | | | For some reason this makes the UI less responsive. | ||||
* | QtBiomeVisualiser: Extended zoom down below 100%. | Mattes D | 2014-09-14 | 2 | -16/+80 |
| | |||||
* | QtBiomeVisualiser: Added mouse and keyboard view control. | Mattes D | 2014-09-14 | 2 | -4/+137 |
| | | | | Mouse dragging or WASD pans view, mouse wheel or QE zooms. | ||||
* | QtBiomeVisualiser: Removed build-specific variables. | Mattes D | 2014-09-14 | 1 | -3/+0 |
| | | | | These should be set in the project configuration instead, passed directly to qmake. | ||||
* | Added new Qt-based biome visualiser. | Mattes D | 2014-09-14 | 16 | -0/+1481 |
Compile with Qt 5.1+ |