dfhack/plugins/spectate
Josh Cooper 45ac340f37 Finalizes spectate update
- Fixes for state transitions that were found broken. eg. plugin disabled -> enable auto-unpause feature -> enable plugin (auto-unpause will not truly be enabled; similar transitions were broken)
- Adds a commented out lock for if the pause code is ever adopted into the core API, as to enable many mods to use the `World::SetPauseState()` without walking over each other, and in the case of `reveal hell` also be able to avoid needing to set the state every tick in onupdate
- Revises the usage docs with `enable|disable|set` syntax
2022-10-14 17:02:43 -07:00
..
CMakeLists.txt Revert "Includes pause.h in spectate's cmake" 2022-10-14 15:44:52 -07:00
pause.cpp Extends pause api 2022-10-14 15:55:44 -07:00
pause.h Finalizes spectate update 2022-10-14 17:02:43 -07:00
spectate.cpp Finalizes spectate update 2022-10-14 17:02:43 -07:00