Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added RainbowRoads finisher generator. | madmaxoft | 2014-06-07 | 1 | -3/+11 |
| | |||||
* | Added an initial version of the underwater base generator. | madmaxoft | 2014-05-31 | 1 | -0/+8 |
| | |||||
* | Villages have min and max density setting. | madmaxoft | 2014-05-22 | 1 | -4/+6 |
| | | | | | | Also made roads use 3+9 scheme, instead of 3+5, for the house connectors. Fixes #1020. | ||||
* | Changed village generator defaults to more reasonable values. | madmaxoft | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | VillageGen rewritten using BFSPieceGenerator. | madmaxoft | 2014-05-15 | 1 | -0/+9 |
| | | | | Piece composition is not good yet, the buildings aren't height-adjusted and the road pieces will need special processing. This is mainly for adjusting the per-piece params. | ||||
* | NetherFortGen: Added several more prefabs. | madmaxoft | 2014-03-28 | 1 | -1/+1 |
| | | | | Also extended the defauls MaxDepth value to 12. | ||||
* | Initial NetherFortGen import. | madmaxoft | 2014-03-28 | 1 | -1/+16 |
| | | | | Simple fortresses of 2 different rooms will generate. | ||||
* | A working POCPiece generator. | madmaxoft | 2014-03-09 | 1 | -0/+5 |
| | |||||
* | Unified StructureGens and FinisherGens. | madmaxoft | 2014-03-01 | 1 | -86/+71 |
| | | | | Now they are all Finishers. Fixes #398. | ||||
* | Alpha-sorted the finishers. | madmaxoft | 2014-01-18 | 1 | -4/+4 |
| | |||||
* | Merged branch 'NetherFinish'. | madmaxoft | 2014-01-18 | 1 | -3/+7 |
|\ | |||||
| * | Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo's | STRWarrior | 2014-01-18 | 1 | -2/+2 |
| | | |||||
| * | Added cFinishGenNetherSprinkleFoliage. | STRWarrior | 2014-01-10 | 1 | -2/+6 |
| | | |||||
* | | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -5/+6 |
| | | | | | | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS. | ||||
* | | Fixed generator adding values to ini file. | madmaxoft | 2014-01-10 | 1 | -1/+2 |
| | | |||||
* | | Composition generator creating moved to a separate function. | madmaxoft | 2014-01-09 | 1 | -61/+77 |
| | | | | | | | | Also it forces the defaults into the INI file. | ||||
* | | Height generator creating moved info HeiGen.cpp. | madmaxoft | 2014-01-09 | 1 | -53/+1 |
|/ | | | | 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 | -48/+1 |
| | | | | This way it can be shared between MCServer and BiomeVisualiser. | ||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Hopefully fixed last of the Linux compile errors | Tiger Wang | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+501 |