summaryrefslogtreecommitdiffstats
path: root/src/DeadlockDetect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-2/+2
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Merge branch 'master' into ComponentRewriteTycho2014-09-051-1/+3
|\ | | | | | | | | | | | | | | | | | | Conflicts: MCServer/Plugins/Core src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/LoggerListeners.cpp src/Mobs/Monster.cpp src/UI/SlotArea.h
| * Added initializers for class members.Mattes D2014-08-211-1/+3
| | | | | | | | As reported by Coverity, these weren't initialized.
* | Temporarily commented out override directives.Samuel Barney2014-08-211-2/+2
|/
* 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