summaryrefslogtreecommitdiffstats
path: root/source/cNoise.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-94/+0
2012-07-29DistortedVoronoi 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.com1-0/+11
2012-07-22Noise: made interpolation methods public static, so that they can be used by the outside world as wellmadmaxoft@gmail.com1-3/+5
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-81/+81
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-0/+5
2012-02-22Noise function optimization (chunk generation now about 1.5x faster :)madmaxoft@gmail.com1-2/+18
2011-12-26Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speedfaketruth1-7/+29
2011-10-25Using SSE instructions for noise (terrain generation)faketruth1-0/+5
2011-10-03MCServer c++ source filesfaketruth1-0/+33