2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-24 10:50:58 +01:00
xash3d-fwgs/engine/server
2024-11-23 14:01:09 +03:00
..
server.h engine: server: make SV_IsPlayerIndex and SV_HavePassword inline 2024-11-17 13:36:40 +03:00
sv_client.c engine: server: make SV_IsPlayerIndex and SV_HavePassword inline 2024-11-17 13:36:40 +03:00
sv_cmds.c engine: make some global variables static and const, make even more functions static if possible 2024-10-14 19:19:46 +03:00
sv_custom.c
sv_filter.c
sv_frame.c engine: make some global variables static and const, make even more functions static if possible 2024-10-14 19:19:46 +03:00
sv_game.c engine: provide compatible replacement for CompareFileTime function 2024-11-17 04:33:13 +03:00
sv_init.c engine: always add .wad extension to wadlist names to simplify how it's being used 2024-11-23 14:01:09 +03:00
sv_log.c
sv_main.c engine: introduce fps_override to unlock the 200 FPS limit in multiplayer games to 1000 2024-10-30 18:28:55 +03:00
sv_move.c
sv_phys.c engine: even more refactorings to avoid global cls.legacymode usage, now with GoldSrc server autodetection 2024-10-16 07:31:27 +03:00
sv_pmove.c
sv_query.c engine: fix A2S_GOLDSRC_INFO, it must always include Source Engine Query and a null terminator 2024-10-26 20:24:31 +03:00
sv_save.c engine: make some global variables static and const, make even more functions static if possible 2024-10-14 19:19:46 +03:00
sv_world.c