summaryrefslogtreecommitdiffstats
path: root/src/Noise.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved all Noise-related files into a separate folder.Mattes D2014-11-181-347/+0
|
* Refactored cRidgedNoise into a separate template.Mattes D2014-11-181-64/+2
| | | | This allows us to make the ridges out of any noise and to combine the cRidgedNoise with cOctavedNoise.
* Added cOctavedNoise template.Mattes D2014-11-171-84/+14
| | | | This allows us to use any noise generator in the combination of octaves.
* Added cImprovedNoise implementation.Mattes D2014-11-171-5/+100
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-6/+6
|
* 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