Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-26 | Fix debug macro situation (#5114) | Tiger Wang | 1 | -6/+1 | |
Use the standard NDEBUG. | |||||
2020-07-14 | cWorld * -> cWorld (#4771) | Tiger Wang | 1 | -2/+2 | |
* cWorld * -> cWorld | |||||
2019-09-08 | ChunkGenerator: Changed to use cChunkCoords. | Mattes D | 1 | -2/+2 | |
2019-09-06 | Separated chunk generator from world / plugin interfaces. | Mattes D | 1 | -0/+264 | |
The generator now only takes care of servicing synchronous "GetChunk(X, Y)" and "GetBiomes(X, Y)" requests. |