summaryrefslogtreecommitdiffstats
path: root/src/Noise.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-29/+29
|
* Code style: Fixed braces on separate lines.madmaxoft2014-07-191-4/+8
|
* Normalized comments.madmaxoft2014-07-171-7/+7
| | | | | 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-25/+25
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Nullify deleted pointers.archshift2014-06-191-0/+4
|
* Fixed clang warnings about abs() in Noise.cpp.madmaxoft2014-06-101-2/+2
| | | | MSVC provides a float overload of abs(), clang does not. Using the proper fabs().
* Fixed gcc compilation.madmaxoft2014-06-101-2/+2
|
* Added cRidgedMultiNoise, fixed cPerlinNoise.madmaxoft2014-06-091-1/+169
|
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
|
* Fixes to uninitallsed array access in Noise.cppTycho2014-04-271-0/+2
| | | | CID 43634, 43634
* Should fix CIDs 43631, 43632 and 43633jfhumann2014-04-251-0/+2
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-9/+13
|
* Changed cNoise seed to signed.madmaxoft2014-04-041-1/+1
|
* Fixed a couple of missing defsTycho2014-03-141-8/+0
|
* Fixed clang warnings in Noise.cpp.madmaxoft2013-12-201-20/+20
| | | | Fix-a-random-warning-per-day :)
* Moved source to srcAlexander Harkness2013-11-241-0/+951