thirtyflightsofloving/server
Knightmare66 e8680f266e Added automatic re-initialization of UI data and execution of config files (via CL_ChangeGameRefresh() and FS_ExecConfigs()) when changing "game" cvar and gamedir.
Added CL_ChangeGameRefresh() in cl_main.c.
Added UI_RefreshData() in ui_main.c.
Added FS_ExecConfigs() in filesystem.c to handle execution of default.cfg and kmq2config.cfg.
Fixed crash due to uncleared pointers when reinitializing mapshotvalid state arrays.
2021-09-27 21:47:12 -04:00
..
server.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
sv_ccmds.c Added automatic re-initialization of UI data and execution of config files (via CL_ChangeGameRefresh() and FS_ExecConfigs()) when changing "game" cvar and gamedir. 2021-09-27 21:47:12 -04:00
sv_ents.c Changed protocol version to 57. 2021-08-04 02:15:24 -04:00
sv_game.c Exported FS_Seek() and FS_Tell() to game API's game_import_t struct. 2021-03-25 02:25:48 -04:00
sv_init.c Refactored server, qcommon, and Win32 code to use cvar integer field where applicable. 2021-03-05 16:46:22 -05:00
sv_main.c Added client detection of server protocol from challenge message. 2021-03-19 00:57:26 -04:00
sv_null.c Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
sv_send.c Changed protocol version to 57. 2021-08-04 02:15:24 -04:00
sv_user.c Refactored server, qcommon, and Win32 code to use cvar integer field where applicable. 2021-03-05 16:46:22 -05:00
sv_world.c Fixed firing player weapon while using spycam/remote turret in default Lazarus and missionpack DLLs. 2021-08-10 16:37:04 -04:00