summaryrefslogtreecommitdiffstats
path: root/source/HeiGen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-302/+0
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-302/+302
* Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max()madmaxoft@gmail.com2012-06-021-1/+1
* Added a cHeiGenCache object for caching generated heightmaps. World generation is now about twice as fast as before Rev 535 :)madmaxoft@gmail.com2012-06-021-0/+90
* Added the Biomal height generator, made it the default height generator.madmaxoft@gmail.com2012-06-021-0/+121
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-0/+91