summaryrefslogtreecommitdiffstats
path: root/source/cChunkGenerator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com2012-09-231-226/+0
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-226/+226
* Added the Biomal composition generator.madmaxoft@gmail.com2012-06-021-0/+1
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-9/+164
* Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com2012-03-141-1/+1
* Removed some more cChunkPtr usagemadmaxoft@gmail.com2012-02-201-1/+2
* Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com2012-02-181-0/+5
* Chunk coords mostly "upgraded" to include the Y coord for future compatibilitymadmaxoft@gmail.com2012-02-171-4/+6
* Rewritten 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.com2012-02-131-10/+52
* ChunkGenerator: rewritten thread-locking using the new RAII CSLock classmadmaxoft@gmail.com2012-01-291-3/+0
* The missing file! cChunkGenerator.h/cppfaketruth2011-12-251-0/+23