summaryrefslogtreecommitdiffstats
path: root/source/cNoise.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-377/+0
* 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-1/+73
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-304/+304
* Noise function optimization (chunk generation now about 1.5x faster :)madmaxoft@gmail.com2012-02-221-7/+14
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-0/+7
* Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speedfaketruth2011-12-261-43/+11
* Using SSE instructions for noise (terrain generation)faketruth2011-10-251-0/+70
* MCServer c++ source filesfaketruth2011-10-031-0/+253