.. |
server.h
|
engine: server: add function SV_HavePassword that correctly checks whether this server have set up password
|
2024-07-07 02:10:48 +03:00 |
sv_client.c
|
engine: common: add GoldSrc netchan support
|
2024-10-08 03:28:02 +03:00 |
sv_cmds.c
|
engine: server: mark some cvars and movevars as server cvars, so they get reported in rules query
|
2024-07-07 03:01:59 +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: common: simplify bit buffer operations
|
2024-04-08 07:24:53 +03:00 |
sv_game.c
|
engine: server: stub SV_RestartDecals for dedicated server
|
2024-10-04 01:28:22 +03:00 |
sv_init.c
|
engine: server: move autoprecaching wads after parsing reslists
|
2024-09-30 18:46:01 +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: server: fix cvar description for mp_footsteps
|
2024-10-04 19:07:44 +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: 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_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: server: optimize source query
|
2024-07-07 02:34:43 +03:00 |
sv_save.c
|
engine: server: slight refactoring, hide client calls under XASH_DEDICATED, remove useless dedicated stub
|
2024-10-04 01:22:59 +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 |