summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved the generator defaults to ComposableGenerator.Mattes D2019-09-061-0/+3
|
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-159/+25
| | | | The generator now only takes care of servicing synchronous "GetChunk(X, Y)" and "GetBiomes(X, Y)" requests.
* cWorld: Move Initialization from Start to the constructor.peterbell102017-10-211-2/+4
| | | | Start now does nothing more than launch the world's threads.
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-23/+23
|
* Unified the doxy-comment format.Mattes D2015-07-311-16/+11
|
* Added a cWorld:PrepareChunk function.Mattes D2014-12-101-9/+38
| | | | | It prepares the chunk - loads or generates it and lights it. The spawn prepare process uses this function.
* Rewritten chunk status to specify whether the chunk is in queue.Mattes D2014-09-051-0/+4
| | | | This fixes #1370.
* re-add the missing "s" too cChunkCoordsWithBoolListLO1ZB2014-09-031-4/+4
|
* hopefully the last commit for removing y-coord from chunks. :)LO1ZB2014-09-031-5/+5
|
* remove y-coord from chunksLO1ZB2014-08-281-2/+2
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft2014-01-101-7/+56
| | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS.
* Moved source to srcAlexander Harkness2013-11-241-0/+113