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