summaryrefslogtreecommitdiffstats
path: root/source/cChunkGenerator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-226/+226
2012-06-02Added the Biomal composition generator.madmaxoft@gmail.com1-0/+1
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-9/+164
2012-03-14Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com1-1/+1
2012-02-20Removed some more cChunkPtr usagemadmaxoft@gmail.com1-1/+2
2012-02-18Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com1-0/+5
2012-02-17Chunk coords mostly "upgraded" to include the Y coord for future compatibilitymadmaxoft@gmail.com1-4/+6
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-10/+52
2012-01-29ChunkGenerator: rewritten thread-locking using the new RAII CSLock classmadmaxoft@gmail.com1-3/+0
2011-12-25The missing file! cChunkGenerator.h/cppfaketruth1-0/+23