summaryrefslogtreecommitdiffstats
path: root/src/ChunkGeneratorThread.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cWorld * -> cWorld (#4771)Tiger Wang2020-07-141-1/+1
| | | * cWorld * -> cWorld
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-0/+159
The generator now only takes care of servicing synchronous "GetChunk(X, Y)" and "GetBiomes(X, Y)" requests.