summaryrefslogtreecommitdiffstats
path: root/src/SpawnPrepare.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Potential spawn prepare fix (#3924)peterbell102017-08-221-4/+7
|
* Remove double includes part 2 (#3890)peterbell102017-08-031-2/+0
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Fix race conditiontycho2015-12-201-1/+3
|
* Made cLightingThread own its callbackstycho2015-05-301-3/+5
|
* Clean up Spawn Preparetycho2015-05-301-0/+47
Made cSpawnPrepare execute on the same thread since it is a syncronous operation, and most of the code happens on the lighting thread. Also moved cSpawnPrepare into its own file