summaryrefslogtreecommitdiffstats
path: root/src/Noise.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a missing include for abs(float).madmaxoft2014-07-271-0/+6
|
* RoughRavines: Made floor and ceiling settings-adjustable.madmaxoft2014-07-271-0/+6
| | | | The world.ini has settings for the minimum and maximum height for each at the ravines' center and edges.
* Normalized comments.madmaxoft2014-07-171-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.madmaxoft2014-07-171-1/+1
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Added cRidgedMultiNoise, fixed cPerlinNoise.madmaxoft2014-06-091-0/+64
|
* Fixed a warning in Noise.madmaxoft2014-05-011-1/+1
|
* Changed cNoise seed to signed.madmaxoft2014-04-041-3/+3
|
* Moved source to srcAlexander Harkness2013-11-241-0/+308