summaryrefslogtreecommitdiffstats
path: root/src/SpawnPrepare.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-30Made cLightingThread own its callbackstycho1-3/+5
2015-05-30Clean up Spawn Preparetycho1-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