| Commit message (Collapse) | Author | Files | Lines |
|
|
|
This is needed when debugging Lua plugins.
|
|
|
|
|
|
Showcases the OnWorldTick() hook to fire events at regular intervals. Will be used for debugging the issues related to hyper-hunger.
|
|
The semaphores' timed-wait still has issues on Linux, it's just easier to use cSleep instead.
|
|
This will assert and then deliberately crash the server once a deadlock is detected. For detection, only the world tick threads are considered, cWorld's m_WorldAge is checked periodically and if it doesn't increment for several seconds, a deadlock is reported.
|