summaryrefslogtreecommitdiffstats
path: root/src/Noise (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentstycho2015-05-281-1/+2
|
* Made -Weverything an error.tycho2015-05-242-5/+10
|
* Fixed a lot of warningstycho2015-05-192-18/+18
|
* More style checking.Mattes D2015-05-091-29/+29
| | | | Spaces around some operators are checked.
* Fixed QtBiomeVisualiser compilation.Mattes D2014-11-291-1/+0
|
* OctavedNoise: Another unshadowed local variable.Mattes D2014-11-271-9/+11
|
* RidgedNoise: Replaced fabs with std::abs().Mattes D2014-11-271-2/+2
|
* OctavedNoise: Unshadowed a local variable.Mattes D2014-11-271-10/+12
|
* cInterpolNoise: Implemented optimized 2D generating.Mattes D2014-11-191-24/+163
|
* cOctavedNoise: Removed misleading comment, fixed assert texts.Mattes D2014-11-191-3/+3
|
* cOctavedNoise: Added a forgotten comment.Mattes D2014-11-181-1/+1
|
* Added a cInterpolNoise template for faster noise generator.Mattes D2014-11-181-0/+385
| | | | Used an instance of it in the Noise3D generator.
* Moved all Noise-related files into a separate folder.Mattes D2014-11-185-0/+1665