summaryrefslogtreecommitdiffstats
path: root/source/Noise.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved noise debugging into the Noise.* filesmadmaxoft@gmail.com2013-05-151-0/+83
* Fixed 2D linear upscale to compile on Linux, added a test for it.madmaxoft@gmail.com2013-05-151-1/+1
* Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file.madmaxoft@gmail.com2013-05-121-50/+0
* Noise: Fixed optimized Cubic noise calculationmadmaxoft@gmail.com2013-05-111-1/+64
* Noise: Added an efficient 3D cubic noise generationmadmaxoft@gmail.com2013-05-091-0/+252
* Noise: Implemented 2D Perlin noise, removed unused parameters.madmaxoft@gmail.com2013-04-221-7/+138
* Noise: removed the unused SSE branches and unused interpolation methods. Removed the Noise.inc file.madmaxoft@gmail.com2013-04-171-307/+115
* Implemented the new cCubicNoise in 2Dmadmaxoft@gmail.com2013-04-161-9/+296
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+377