Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored cRidgedNoise into a separate template. | Mattes D | 2014-11-18 | 1 | -64/+2 |
| | | | | This allows us to make the ridges out of any noise and to combine the cRidgedNoise with cOctavedNoise. | ||||
* | Added cOctavedNoise template. | Mattes D | 2014-11-17 | 1 | -84/+14 |
| | | | | This allows us to use any noise generator in the combination of octaves. | ||||
* | Added cImprovedNoise implementation. | Mattes D | 2014-11-17 | 1 | -5/+100 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -6/+6 |
| | |||||
* | Added a missing include for abs(float). | madmaxoft | 2014-07-27 | 1 | -0/+6 |
| | |||||
* | RoughRavines: Made floor and ceiling settings-adjustable. | madmaxoft | 2014-07-27 | 1 | -0/+6 |
| | | | | The world.ini has settings for the minimum and maximum height for each at the ravines' center and edges. | ||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | 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 basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | ||||
* | Added cRidgedMultiNoise, fixed cPerlinNoise. | madmaxoft | 2014-06-09 | 1 | -0/+64 |
| | |||||
* | Fixed a warning in Noise. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Changed cNoise seed to signed. | madmaxoft | 2014-04-04 | 1 | -3/+3 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+308 |