Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+0 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -3/+3 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -22/+22 |
| | |||||
* | Fix old style casts and implicit conversions | Matti Hänninen | 2015-08-12 | 1 | -7/+7 |
| | |||||
* | More fixed warnings | tycho | 2015-05-19 | 1 | -8/+8 |
| | |||||
* | Added cBlockInfo::CanBeTerraformed and made finishers use it | STRWarrior | 2014-07-29 | 1 | -22/+4 |
| | | | | I might have forgotten some of them though | ||||
* | RoughRavines: Made floor and ceiling settings-adjustable. | madmaxoft | 2014-07-27 | 1 | -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! | madmaxoft | 2014-07-27 | 1 | -32/+73 |
| | |||||
* | RoughRavines: More settings - size, width, roughness | madmaxoft | 2014-07-27 | 1 | -18/+48 |
| | |||||
* | RoughRavines: Initial generator implementation. | madmaxoft | 2014-07-27 | 1 | -0/+214 |
This provides the basic shape of the ravines, with the basic settings based on GridStructGen, and good default values. |