summaryrefslogtreecommitdiffstats
path: root/src/SpawnPrepare.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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