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