summaryrefslogtreecommitdiffstats
path: root/src/SpawnPrepare.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made cLightingThread own its callbackstycho2015-05-301-3/+23
|
* Clean up Spawn Preparetycho2015-05-301-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