summaryrefslogtreecommitdiffstats
path: root/source/cNoise.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Noise: made interpolation methods public static, so that they can be used by the outside world as wellmadmaxoft@gmail.com2012-07-221-3/+3
* Added the Biomal height generator, made it the default height generator.madmaxoft@gmail.com2012-06-021-0/+3
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-6/+73
* Noise function optimization (chunk generation now about 1.5x faster :)madmaxoft@gmail.com2012-02-221-1/+1
* Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speedfaketruth2011-12-261-0/+54