summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkGenerator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-1/+1
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* ChunkGenerator: Changed to use cChunkCoords.Mattes D2019-09-081-2/+2
* 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
* cWorld: Move Initialization from Start to the constructor.peterbell102017-10-211-2/+4
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+0
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
* 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
* Rewritten chunk status to specify whether the chunk is in queue.Mattes D2014-09-051-0/+4
* 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
* Moved source to srcAlexander Harkness2013-11-241-0/+113