summaryrefslogtreecommitdiffstats
path: root/src/ChunkGeneratorThread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-28Fix Windows XP to 7 compatibility (#5167)Tiger Wang1-1/+1
* Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API
2021-03-07Some emplace_back replacements (#5149)12xx121-1/+1
* replace push_back with emplace_back when a new object was created in the function call
2021-01-26Fix debug macro situation (#5114)Tiger Wang1-6/+1
Use the standard NDEBUG.
2020-07-14cWorld * -> cWorld (#4771)Tiger Wang1-2/+2
* cWorld * -> cWorld
2019-09-08ChunkGenerator: Changed to use cChunkCoords.Mattes D1-2/+2
2019-09-06Separated chunk generator from world / plugin interfaces.Mattes D1-0/+264
The generator now only takes care of servicing synchronous "GetChunk(X, Y)" and "GetBiomes(X, Y)" requests.