Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-29 | QtBiomeVisualiser: Generator uses all machine threads. | Mattes D | 1 | -2/+22 | |
The previous limit of 1 thread was lifted, now the generator source runs on all CPU threads available. | |||||
2014-10-28 | QtBiomeVisualiser: Fixed compilation on Linux. | Mattes D | 1 | -1/+1 | |
2014-10-27 | QtBiomeVisualiser: Switched caching to entire regions. | Mattes D | 1 | -3/+3 | |
This speeds up the rendering preparation for small zooms. | |||||
2014-10-19 | Generator: Rewritten to use SharedPtrs. | Mattes D | 1 | -1/+1 | |
2014-09-24 | QtBiomeVisualiser: Fixed MSVC path-crossing. | madmaxoft | 1 | -1/+1 | |
MSVC would occasionally compile the wrong CPP file - the same name, but wrong path. | |||||
2014-09-22 | QtBiomeVisualiser: generator source is read from generator setup ini. | madmaxoft | 1 | -3/+4 | |
2014-09-20 | QtBiomeVisualiser: Added support for loading Anvil worlds. | madmaxoft | 1 | -2/+32 | |
2014-09-18 | QtBiomeVisualiser: Fixed linux compilation. | madmaxoft | 1 | -0/+1 | |
2014-09-15 | QtBiomeVisualiser: removed multithreading. | Mattes D | 1 | -17/+3 | |
It was slowing things down, the granularity is too fine. | |||||
2014-09-15 | QtBiomeVisualiser: Added multithreading. | Mattes D | 1 | -4/+33 | |
For some reason this makes the UI less responsive. | |||||
2014-09-14 | Added new Qt-based biome visualiser. | Mattes D | 1 | -0/+60 | |
Compile with Qt 5.1+ |