summaryrefslogtreecommitdiffstats
path: root/source/cNoise.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes.madmaxoft@gmail.com2012-07-291-0/+11
* Noise: made interpolation methods public static, so that they can be used by the outside world as wellmadmaxoft@gmail.com2012-07-221-3/+5
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-81/+81
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-0/+5
* Noise function optimization (chunk generation now about 1.5x faster :)madmaxoft@gmail.com2012-02-221-2/+18
* Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speedfaketruth2011-12-261-7/+29
* Using SSE instructions for noise (terrain generation)faketruth2011-10-251-0/+5
* MCServer c++ source filesfaketruth2011-10-031-0/+33