12xx12
|
3daf253b7f
|
Some emplace_back replacements (#5149)
* replace push_back with emplace_back when a new object was created in the function call
|
2021-03-07 16:31:43 +00:00 |
|
Tiger Wang
|
50a94f972d
|
Fix debug macro situation (#5114)
Use the standard NDEBUG.
|
2021-01-26 09:41:55 +00:00 |
|
Tiger Wang
|
9d277f1d10
|
cWorld * -> cWorld (#4771)
* cWorld * -> cWorld
|
2020-07-14 17:57:30 +01:00 |
|
Mattes D
|
ad24702b4e
|
ChunkGenerator: Changed to use cChunkCoords.
|
2019-09-08 20:21:49 +02:00 |
|
Mattes D
|
a2ffa432b3
|
Separated chunk generator from world / plugin interfaces.
The generator now only takes care of servicing synchronous "GetChunk(X, Y)" and "GetBiomes(X, Y)" requests.
|
2019-09-06 16:12:33 +02:00 |
|