2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 19:30:08 +01:00
xash3d-fwgs/engine/server
2024-10-26 20:24:31 +03:00
..
server.h engine: global refactoring of connectionless packets, now they can be customized from single protocol.h header 2024-10-19 14:05:00 +03:00
sv_client.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_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 Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
sv_filter.c engine: server: comment out unused cvars, make some static 2024-06-15 08:44:19 +03:00
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: cleanup XASH_64BIT usage. Always use it from build.h 2024-10-24 16:39:09 +03:00
sv_init.c engine: global refactoring of connectionless packets, now they can be customized from single protocol.h header 2024-10-19 14:05:00 +03:00
sv_log.c engine: server: replace useless call to SV_Serverinfo to a direct access 2024-04-06 06:58:15 +03:00
sv_main.c engine: global refactoring of connectionless packets, now they can be customized from single protocol.h header 2024-10-19 14:05:00 +03:00
sv_move.c engine: server: use soundlist to acquire random sounds for physics 2024-02-05 12:49:31 +03:00
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 engine: always use original player hulls for pmove trace, because mods can write invalid data in pmove->player_{mins,maxs} 2024-07-21 11:01:18 +03:00
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 engine: moved link_t helpers to sv_world.c from world.c and made them static 2024-05-30 07:31:03 +03:00