Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sending incorrect date values on world change | Tiger Wang | 2021-04-12 | 1 | -14/+9 |
| | | | | Yak shave: make more things use cTickTime. Fix a couple of incorrect modulo-on-millisecond-value by making them use WorldTickAge. | ||||
* | cIsThread cleanup | Tiger Wang | 2021-03-30 | 1 | -7/+7 |
| | | | | | + Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them | ||||
* | Fix Windows XP to 7 compatibility (#5167) | Tiger Wang | 2021-03-28 | 1 | -1/+1 |
| | | | | | * Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API | ||||
* | Some emplace_back replacements (#5149) | 12xx12 | 2021-03-07 | 1 | -1/+1 |
| | | | * replace push_back with emplace_back when a new object was created in the function call | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 2017-09-11 | 1 | -32/+6 |
| | |||||
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -6/+32 |
| | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -32/+6 |
| | |||||
* | DeadlockDetect now lists some tracked CS's stats. | Mattes D | 2017-01-18 | 1 | -0/+65 |
| | |||||
* | DeadlockDetect: Provide more information for debugging. | Mattes D | 2017-01-17 | 1 | -3/+5 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -6/+6 |
| | |||||
* | Suggestions | Tiger Wang | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 2014-10-20 | 1 | -4/+4 |
| | |||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -1/+3 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Fixed crash on creating a world during plugin initialisation | worktycho | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -5/+8 |
| | |||||
* | Removed unused constants. | madmaxoft | 2014-03-25 | 1 | -4/+1 |
| | | | | DeadlockDetect reads the value from the ini file, and world lighting has a separate queue now. | ||||
* | Fixed unessicary return | Tycho | 2014-03-15 | 1 | -1/+0 |
| | |||||
* | added abort to DeadlockDetector to generate core dumps on failure | Tycho Bickerstaff | 2013-12-10 | 1 | -5/+2 |
| | |||||
* | DeadlockDetect is configurable now. | madmaxoft | 2013-11-30 | 1 | -2/+4 |
| | | | | This is needed when debugging Lua plugins. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+147 |