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