summaryrefslogtreecommitdiffstats
path: root/src/ChunkGeneratorThread.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows XP to 7 compatibility (#5167)Tiger Wang2021-03-281-1/+1
| | | | | * Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
| | | * replace push_back with emplace_back when a new object was created in the function call
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-6/+1
| | | Use the standard NDEBUG.
* cWorld * -> cWorld (#4771)Tiger Wang2020-07-141-2/+2
| | | * cWorld * -> cWorld
* ChunkGenerator: Changed to use cChunkCoords.Mattes D2019-09-081-2/+2
|
* Separated chunk generator from world / plugin interfaces.Mattes D2019-09-061-0/+264
The generator now only takes care of servicing synchronous "GetChunk(X, Y)" and "GetBiomes(X, Y)" requests.