summaryrefslogtreecommitdiffstats
path: root/src/ChunkGeneratorThread.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-25Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol131-1/+1
2020-07-14cWorld * -> cWorld (#4771)Tiger Wang1-1/+1
2019-09-06Separated chunk generator from world / plugin interfaces.Mattes D1-68/+36
2017-10-21cWorld: Move Initialization from Start to the constructor.peterbell101-2/+4
2017-08-03Remove double includes part 2 (#3890)peterbell101-1/+0
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-23/+23
2015-07-31Unified the doxy-comment format.Mattes D1-16/+11
2014-12-10Added a cWorld:PrepareChunk function.Mattes D1-9/+38
2014-09-05Rewritten chunk status to specify whether the chunk is in queue.Mattes D1-0/+4
2014-09-03re-add the missing "s" too cChunkCoordsWithBoolListLO1ZB1-4/+4
2014-09-03hopefully the last commit for removing y-coord from chunks. :)LO1ZB1-5/+5
2014-08-28remove y-coord from chunksLO1ZB1-2/+2
2014-07-24Removed redundant semicolons and re-added warningarchshift1-1/+1
2014-01-10Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft1-7/+56
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-02-08Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.madmaxoft@gmail.com1-2/+2
2013-01-25Merged the usable portion of the "gens" branch.madmaxoft@gmail.com1-150/+37
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: Generating-related files in a separate subfoldermadmaxoft@gmail.com1-2/+2
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