summaryrefslogtreecommitdiffstats
path: root/src/SpawnPrepare.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-01Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D1-2/+2
2019-09-06Separated chunk generator from world / plugin interfaces.Mattes D1-2/+2
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-2/+0
2017-08-22Potential spawn prepare fix (#3924)peterbell101-9/+10
2016-02-05Bulk clearing of whitespaceLogicParrot1-1/+1
2015-12-20Fix race conditiontycho1-1/+1
2015-11-02Fix deadlock, resolves #2521Alexander Harkness1-1/+4
2015-10-04Fixed a race condition between chunk loader and generator.Mattes D1-1/+1
2015-05-30Made cLightingThread own its callbackstycho1-3/+23
2015-05-30Clean up Spawn Preparetycho1-0/+105