summaryrefslogtreecommitdiffstats
path: root/src/Generating/StructGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generator: Fixed crash with trees too high.Mattes D2014-11-151-2/+7
|
* Gen refactor: Implemented CompositedHeiGen.Mattes D2014-11-131-0/+1
| | | | This fixes crashes in the Village generator due to the missing generator.
* Generator: Shape initial refactoring.Mattes D2014-11-121-18/+8
| | | | The code compiles, but several structure generators are broken, crash on start.
* Generator: Rewritten to use SharedPtrs.Mattes D2014-10-191-1/+1
|
* Added Granite, Diorite and Andesite to the NaturalPatches generator.STRWarrior2014-09-281-2/+4
|
* Bunch of tweaks:STRWarrior2014-08-101-1/+1
| | | | | | Renamed Quarts to Quartz Using const_iterator instead of iterator Used CheckBasicStyle script to find style errors
* Changed cStructGenOreNests to take a list of ores + the block to replace.STRWarrior2014-08-101-48/+10
|
* CheckBasicStyle: multi-level indent change.madmaxoft2014-08-041-3/+3
|
* Generator: removed rnd definitions that are never readarchshift2014-07-181-1/+0
|
* Basic style fixes.madmaxoft2014-07-171-7/+7
|
* Normalized comments.madmaxoft2014-07-171-6/+6
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Fixed a few more switch warnings.archshift2014-05-121-15/+13
|
* Implemented faster upscaling using templates.madmaxoft2014-03-211-2/+2
| | | | Fixes #819.
* Unified StructureGens and FinisherGens.madmaxoft2014-03-011-5/+5
| | | | Now they are all Finishers. Fixes #398.
* Thread safe cMap managerandrew2014-02-201-9/+0
|
* Fixed compile and some warnings in MSVSTiger Wang2014-02-091-9/+0
|
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-2/+6
|
* Trees will generate in the new biomes.madmaxoft2013-11-281-14/+51
| | | | Only the generic trees, the special variants haven't yet been implemented.
* Moved source to srcAlexander Harkness2013-11-241-0/+675