dfhack/plugins/spectate
Josh Cooper f66dd6f404 Implements change requests
- removes redundant `if (df::global::ui)` checks; and tested to ensure no segfaults cropped up like in the past times I've removed these
- removes useless `if (pause_lock)` pause lock is set when plugin initializes, even if pause lock was left null (since we technically don't need it, and that was the point of the null check) it still would be a useless check (actually an impediment preventing functionality)
- removes disabled interpose code
- removes lua linkage
- updates doc

extra:
- surrounds user input for tick frequency with `std::abs()` not that we would have ended up with a negative value, but it was probably a typo and this is easier than printing an error or letting it underflow past max int (on most systems)
2022-10-20 23:52:30 -07:00
..
CMakeLists.txt Implements change requests 2022-10-20 23:52:30 -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 Implements change requests 2022-10-20 23:52:30 -07:00