summaryrefslogtreecommitdiffstats
path: root/source/Generating/DistortedHeightmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* DistortedHeightmap: Rewritten to use the optimized cPerlinNoise and linear upscalingmadmaxoft@gmail.com2013-05-161-113/+48
* Noise3D generator is now using linear upscalingmadmaxoft@gmail.com2013-05-141-3/+3
* LinearUpscale: postfixed with InPlace to differentiate from a future src/dst versionmadmaxoft@gmail.com2013-05-121-3/+3
* DistortedHeightmap: Deserts are now covered with sand and mushroom islands with mycelium (patch contributed by STR_Warrior)madmaxoft@gmail.com2013-05-121-3/+39
* Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file.madmaxoft@gmail.com2013-05-121-3/+4
* DistortedHeightmap: Added info comment about the parameters tablemadmaxoft@gmail.com2013-05-121-1/+8
* DistortedHeightmap: Optimized by linear interpolationmadmaxoft@gmail.com2013-05-061-46/+85
* DistortedHeightmap: Small optimizations, memory leak fix.madmaxoft@gmail.com2013-05-061-1/+12
* DistortedHeightmap: Slight speed increasemadmaxoft@gmail.com2013-05-061-0/+7
* Added the DistortedHeightmap height and composition generator.madmaxoft@gmail.com2013-05-051-0/+341