summaryrefslogtreecommitdiffstats
path: root/src/Noise.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved all Noise-related files into a separate folder.Mattes D2014-11-181-1053/+0
* Refactored cRidgedNoise into a separate template.Mattes D2014-11-181-170/+1
* Added cOctavedNoise template.Mattes D2014-11-171-174/+0
* Fixed include path.Mattes D2014-11-171-1/+1
* Added cImprovedNoise implementation.Mattes D2014-11-171-5/+269
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-8/+8
* Added initializers for class members.Mattes D2014-08-211-0/+5
* 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
* Fixed basic whitespace problems.madmaxoft2014-07-171-25/+25
* Nullify deleted pointers.archshift2014-06-191-0/+4
* Fixed clang warnings about abs() in Noise.cpp.madmaxoft2014-06-101-2/+2
* 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
* 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
* Moved source to srcAlexander Harkness2013-11-241-0/+951