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