summaryrefslogtreecommitdiffstats
path: root/src/Generating/RoughRavines.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior2014-07-291-22/+4
| | | | I might have forgotten some of them though
* RoughRavines: Made floor and ceiling settings-adjustable.madmaxoft2014-07-271-9/+42
| | | | The world.ini has settings for the minimum and maximum height for each at the ravines' center and edges.
* RoughRavines: Added per-height radius modifier. Ledges!madmaxoft2014-07-271-32/+73
|
* RoughRavines: More settings - size, width, roughnessmadmaxoft2014-07-271-18/+48
|
* RoughRavines: Initial generator implementation.madmaxoft2014-07-271-0/+214
This provides the basic shape of the ravines, with the basic settings based on GridStructGen, and good default values.