summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-5/+37
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-0/+7
2011-12-26 - Linux compatible fixes including updated makefilemtilden@gmail.com1-8/+9
2011-12-26Moved the actual world generation from cChunk.cpp to a more isolated file cWorldGenerator.cppfaketruth1-0/+247