thirtyflightsofloving/client
Knightmare66 c531db636d Changed protocol version to 57.
Fixed an old protocol bug in how extended HUD stats were sent to the client.
Changed protocol for svc_sound servercommand to separate channel and entity values from a merged short to a byte and a short.
More improvements to Tactician Gunner prox aiming safety in missionpack DLL.
Fixed SV_CheckVelocity() sv_velocity cap in missionpack, 3ZB2, and Zaero game DLLs.
2021-08-04 02:15:24 -04:00
..
adivtab.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
anorms.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
asm_i386.h inital commit of full repository 2019-03-13 15:20:07 -04:00
block8.h inital commit of full repository 2019-03-13 15:20:07 -04:00
block16.h inital commit of full repository 2019-03-13 15:20:07 -04:00
cdaudio.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
cinematic.h inital commit of full repository 2019-03-13 15:20:07 -04:00
cl_cin.c Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
cl_cinematic.c Renamed cl_screen.c->SCR_AdjustFrom640() to SCR_ScaleCoords(). 2021-07-09 19:54:05 -04:00
cl_console.c Renamed cl_screen.c->SCR_AdjustFrom640() to SCR_ScaleCoords(). 2021-07-09 19:54:05 -04:00
cl_download.c Added default generated tone for missing sounds when cvar s_defaultsound is enabled. 2021-04-19 19:30:26 -04:00
cl_effects.c Added borderless window support. 2021-07-20 00:21:05 -04:00
cl_ents.c Changed protocol version to 57. 2021-08-04 02:15:24 -04:00
cl_event.c Fixed Zaero visor HUD scaling hack triggering on Lazarus text popups containing "\"Tracking ". 2021-07-14 22:21:01 -04:00
cl_http.c Changed parameter order for Q_strncpyz() and Q_strncatz() to match Com_strcpy() and Com_strcat() from missionpack DLL. 2021-01-25 02:47:07 -05:00
cl_hud.c Added borderless window support. 2021-07-20 00:21:05 -04:00
cl_input.c Added screenshot gamma correction. 2020-07-04 01:31:44 -04:00
cl_keys.c Changed parameter order for Q_strncpyz() and Q_strncatz() to match Com_strcpy() and Com_strcat() from missionpack DLL. 2021-01-25 02:47:07 -05:00
cl_lights.c Renamed cl_screen.c->SCR_AdjustFrom640() to SCR_ScaleCoords(). 2021-07-09 19:54:05 -04:00
cl_loc.c Changed parameter order for Q_strncpyz() and Q_strncatz() to match Com_strcpy() and Com_strcat() from missionpack DLL. 2021-01-25 02:47:07 -05:00
cl_main.c Added new monster muzzleflashes in client and missionpack DLL: MZ2_SOLDIER_HYPERBLASTER_x, MZ2_GLADBETA_PHALANX_1, MZ2_TURRET_RAILGUN_1, MZ2_GUNNER_ETF_RIFLE_x. 2021-04-22 21:41:49 -04:00
cl_parse.c Changed protocol version to 57. 2021-08-04 02:15:24 -04:00
cl_particle.c Added borderless window support. 2021-07-20 00:21:05 -04:00
cl_pred.c Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
cl_screen.c Renamed cl_screen.c->SCR_AdjustFrom640() to SCR_ScaleCoords(). 2021-07-09 19:54:05 -04:00
cl_string.c Added ui_font and scr_font cvars to separately change menu and HUD font. 2021-01-11 01:17:13 -05:00
cl_tempent.c Renamed cl_screen.c->SCR_AdjustFrom640() to SCR_ScaleCoords(). 2021-07-09 19:54:05 -04:00
cl_utils.c Changed protocol version to 57. 2021-08-04 02:15:24 -04:00
cl_view.c Added handling for sscanf() exceptions. 2021-07-14 05:27:46 -04:00
client.h Added default generated tone for missing sounds when cvar s_defaultsound is enabled. 2021-04-19 19:30:26 -04:00
console.h Refactored menu utility funcs for fonts, crosshairs, savegames, serverlist, start server maplist, and player models and moved them to ui_utils.c. 2021-02-17 04:11:49 -05:00
input.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
keys.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
particles.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
q2palette.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
ref.h Added ui_font and scr_font cvars to separately change menu and HUD font. 2021-01-11 01:17:13 -05:00
screen.h Renamed cl_screen.c->SCR_AdjustFrom640() to SCR_ScaleCoords(). 2021-07-09 19:54:05 -04:00
snd_dma.c Added default generated tone for missing sounds when cvar s_defaultsound is enabled. 2021-04-19 19:30:26 -04:00
snd_loc.h Added default generated tone for missing sounds when cvar s_defaultsound is enabled. 2021-04-19 19:30:26 -04:00
snd_mem.c Added default generated tone for missing sounds when cvar s_defaultsound is enabled. 2021-04-19 19:30:26 -04:00
snd_mix.c More 64-bit portability fixes. 2020-08-01 22:54:35 -04:00
snd_ogg.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
snd_stream.c Changed parameter order for Q_strncpyz() and Q_strncatz() to match Com_strcpy() and Com_strcat() from missionpack DLL. 2021-01-25 02:47:07 -05:00
sound.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
vid.h Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
x86.c Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00