Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-08-22 | Potential spawn prepare fix (#3924) | peterbell10 | 1 | -4/+7 | |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -2/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-12-20 | Fix race condition | tycho | 1 | -1/+3 | |
2015-05-30 | Made cLightingThread own its callbacks | tycho | 1 | -3/+5 | |
2015-05-30 | Clean up Spawn Prepare | tycho | 1 | -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 |