summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sending incorrect date values on world changeTiger Wang2021-04-121-14/+9
| | | | Yak shave: make more things use cTickTime. Fix a couple of incorrect modulo-on-millisecond-value by making them use WorldTickAge.
* cIsThread cleanupTiger Wang2021-03-301-7/+7
| | | | | + Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them
* Fix Windows XP to 7 compatibility (#5167)Tiger Wang2021-03-281-1/+1
| | | | | * Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
| | | * replace push_back with emplace_back when a new object was created in the function call
* Using Super.Mattes D2020-04-161-2/+2
|
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-32/+6
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-6/+32
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-32/+6
|
* DeadlockDetect now lists some tracked CS's stats.Mattes D2017-01-181-0/+65
|
* DeadlockDetect: Provide more information for debugging.Mattes D2017-01-171-3/+5
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-6/+6
|
* SuggestionsTiger Wang2014-10-241-1/+1
|
* Migrated cSleep and cTimer to std::chronoTiger Wang2014-10-201-4/+4
|
* Added initializers for class members.Mattes D2014-08-211-1/+3
| | | | As reported by Coverity, these weren't initialized.
* Fixed crash on creating a world during plugin initialisationworktycho2014-05-051-1/+1
|
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-5/+8
|
* Removed unused constants.madmaxoft2014-03-251-4/+1
| | | | DeadlockDetect reads the value from the ini file, and world lighting has a separate queue now.
* Fixed unessicary returnTycho2014-03-151-1/+0
|
* added abort to DeadlockDetector to generate core dumps on failureTycho Bickerstaff2013-12-101-5/+2
|
* DeadlockDetect is configurable now.madmaxoft2013-11-301-2/+4
| | | | This is needed when debugging Lua plugins.
* Moved source to srcAlexander Harkness2013-11-241-0/+147