You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw-mp
nalal 7316c8aafd
Added functionality for TES3MP server to catch system signals
This should permit the TES3MP server to catch when a "SIGTERM"(Standard program stop) or "SIGINT"(Ctrl+C) is sent to the process and allow that to initiate the standard shutdown procedure by halting the networking loop peacefully.
5 years ago
..
Script Fix type in the preprocessor directive 5 years ago
processors [Server] Don't automatically send kill count packets to other players 5 years ago
CMakeLists.txt [Server] Add extern to folders used to search for include files 5 years ago
Cell.cpp [Server] Fix invalidation of iterators 5 years ago
Cell.hpp [Server] Fix invalidation of iterators 5 years ago
CellController.cpp [Server] Remove unused function 5 years ago
CellController.hpp [Server] Remove unused function 5 years ago
MasterClient.cpp [General] Explicitly use limitations of the master server 6 years ago
MasterClient.hpp [Server] Add and implement PushPlugin method to MasterClient 7 years ago
Networking.cpp Added functionality for TES3MP server to catch system signals 5 years ago
Networking.hpp [Server] Refer to data files instead of plugins in var & function names 5 years ago
Player.cpp [Server] Rename isPlayerExists() into doesPlayerExist() 6 years ago
Player.hpp [Server] Fix type name warning for Player 5 years ago
Utils.cpp [Server] Turn GetArguments() from ScriptFunctions into Utils function 5 years ago
Utils.hpp [Server] Turn GetArguments() from ScriptFunctions into Utils function 5 years ago
main.cpp [Server] Add error message as argument to OnServerScriptCrash 5 years ago