yquake2remaster/src/server
2020-08-23 10:34:52 +02:00
..
header Bump MAX_STRING_CHARS to 2048 and MAX_TOKEN_CHARS to 1024. 2020-03-14 17:15:40 +01:00
sv_cmd.c Add missing return type for SV_ListMaps_f() 2020-08-23 10:34:52 +02:00
sv_conless.c Port the server side of HTTP downloading from q2dos. 2018-12-20 18:01:38 +01:00
sv_entities.c Add missing stdint.h includes. This fixes the build on Windows. 2019-11-13 19:07:49 +01:00
sv_game.c YQ2_ATTR_NORETURN for functions that don't return (Sys_Error() etc) 2020-02-10 17:55:41 +01:00
sv_init.c Introduce a wrapper Q_fopen() and replace fopen() with it. 2018-02-05 07:43:26 +01:00
sv_main.c SV_Frame(int _usec_) instead of msec 2020-04-08 15:28:59 +02:00
sv_save.c Bump MAX_STRING_CHARS to 2048 and MAX_TOKEN_CHARS to 1024. 2020-03-14 17:15:40 +01:00
sv_send.c use vsnprint in Com_Printf functions 2020-01-30 22:28:13 +02:00
sv_user.c Allow UDP download from paks that are not numbered. 2019-01-30 17:14:14 +01:00
sv_world.c PVS Studio: Misc. fixes and FIXMEs 2020-02-10 17:55:41 +01:00