yquake2remaster/src/client
Yamagi 50d442c1e8 Add sw_gunzposition to alter the guns Z offset.
An option like this was often requested since I fixed the gun field of
view in e466554. Since the software renderer is missing the ability to
alter the persepective matrix (e.g. something like glFrustrum()) this
fix fakes the offset by manipulating the guns transformation marix.
That's not perfect, the gun distorts if `sw_gunzposition` is set to
anything but `0`. Values up to `8` are more or less okay. Defaults
to `8` which matches the GL renderer default.
2020-02-22 15:43:46 +01:00
..
curl Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00
header Fix build with -fno-common 2020-02-10 17:05:48 +03:00
input Fix build with -fno-common 2020-02-10 17:05:48 +03:00
menu Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00
refresh Add sw_gunzposition to alter the guns Z offset. 2020-02-22 15:43:46 +01:00
sound Fix segfault on device without available sound cards 2020-01-30 22:45:01 +02:00
vid YQ2_ATTR_NORETURN for functions that don't return (Sys_Error() etc) 2020-02-10 17:55:41 +01:00
cl_cin.c SV_FatPVS(): use int32_t instead of long, as the code assumes it's 32bit 2019-09-25 21:39:02 -01:00
cl_console.c Prevent buffer overflows console if vertical resolution > 2048. 2019-02-16 08:57:44 +01:00
cl_download.c Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00
cl_effects.c When an invalid muzzle flash offset is send, just return. 2016-10-23 18:36:43 +02:00
cl_entities.c Remove S_RegisterSexedModel(). 2019-07-20 16:19:15 +02:00
cl_input.c Move input.c and input.h into the client and rename to sdl.c. 2018-08-07 09:43:34 +02:00
cl_inventory.c screen: auto-scale the HUD when gl_hudscale < 0. 2014-05-06 19:45:11 +02:00
cl_keyboard.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_lights.c Don't stop processing dlights if one of them had a radius of 0. 2018-09-30 19:59:07 +02:00
cl_main.c Fix build with -fno-common 2020-02-10 17:05:48 +03:00
cl_network.c Fix demo playback if cl_loadpaused is 1. 2019-10-01 22:26:37 +02:00
cl_parse.c Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00
cl_particles.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_prediction.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_screen.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_tempentities.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_view.c Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00