Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtBiomeVisualiser: Generator uses all machine threads. | Mattes D | 2014-10-29 | 1 | -7/+50 |
| | | | | The previous limit of 1 thread was lifted, now the generator source runs on all CPU threads available. | ||||
* | QtBiomeVisualiser: Attempt at fixing Linux compilation. | Mattes D | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | QtBiomeVisualiser: Switched caching to entire regions. | Mattes D | 2014-10-27 | 1 | -5/+5 |
| | | | | This speeds up the rendering preparation for small zooms. | ||||
* | QtBiomeVisualiser: Moved the IniFile lib. | Mattes D | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Generator: Rewritten to use SharedPtrs. | Mattes D | 2014-10-19 | 1 | -1/+1 |
| | |||||
* | QtBiomeVisualiser: Added mouse hover info. | Mattes D | 2014-10-03 | 1 | -140/+3 |
| | |||||
* | QtBiomeVisualiser: Seed is read properly. | madmaxoft | 2014-09-29 | 1 | -1/+1 |
| | |||||
* | QtBiomeVisualiser: Fixed MSVC path-crossing. | madmaxoft | 2014-09-24 | 1 | -1/+1 |
| | | | | MSVC would occasionally compile the wrong CPP file - the same name, but wrong path. | ||||
* | QtBiomeVisualiser: Fixed confusion about Globals.h. | madmaxoft | 2014-09-23 | 1 | -3/+3 |
| | |||||
* | QtBiomeVisualiser: Implemented live-update for the generator setup. | madmaxoft | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | QtBiomeVisualiser: generator source is read from generator setup ini. | madmaxoft | 2014-09-22 | 1 | -8/+4 |
| | |||||
* | QtBiomeVisualiser: Added support for loading Anvil worlds. | madmaxoft | 2014-09-20 | 1 | -0/+241 |
| | |||||
* | QtBiomeVisualiser: More gcc fixes. | madmaxoft | 2014-09-18 | 1 | -2/+2 |
| | |||||
* | QtBiomeVisualiser: Fixed colors and read failures. | madmaxoft | 2014-09-15 | 1 | -6/+5 |
| | |||||
* | QtBiomeVisualiser: removed multithreading. | Mattes D | 2014-09-15 | 1 | -48/+7 |
| | | | | It was slowing things down, the granularity is too fine. | ||||
* | QtBiomeVisualiser: Added multithreading. | Mattes D | 2014-09-15 | 1 | -6/+68 |
| | | | | For some reason this makes the UI less responsive. | ||||
* | Added new Qt-based biome visualiser. | Mattes D | 2014-09-14 | 1 | -0/+164 |
Compile with Qt 5.1+ |