Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generator: Shape initial refactoring. | Mattes D | 2014-11-12 | 1 | -30/+65 |
| | | | | The code compiles, but several structure generators are broken, crash on start. | ||||
* | Generator: Rewritten to use SharedPtrs. | Mattes D | 2014-10-19 | 1 | -15/+18 |
| | |||||
* | Unified StructureGens and FinisherGens. | madmaxoft | 2014-03-01 | 1 | -38/+18 |
| | | | | Now they are all Finishers. Fixes #398. | ||||
* | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -1/+1 |
| | | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS. | ||||
* | Composition generator creating moved to a separate function. | madmaxoft | 2014-01-09 | 1 | -0/+6 |
| | | | | Also it forces the defaults into the INI file. | ||||
* | Height generator creating moved info HeiGen.cpp. | madmaxoft | 2014-01-09 | 1 | -1/+8 |
| | | | | The generator also explicitly sets the default back into the INI file. | ||||
* | Moved BiomeGen creation from INI file data to BioGen.cpp. | madmaxoft | 2013-11-28 | 1 | -0/+7 |
| | | | | This way it can be shared between MCServer and BiomeVisualiser. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+181 |