0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-03-07 01:41:42 +00:00
ioq3quest/code/client
Simon 1b8dbcb6dc Several Changes
- world scale cvar - defaulted to 32.0
- extra latency mode enabled by default
- used sound implementation (OpenSLES) from RTCW which should eliminate the slight delay that SDL/OpenAL seems to have
- multiple cvar changes courtesy of vr_bummser
2022-01-30 23:36:14 +00:00
..
cl_avi.c Support SDL audio devices that require float32 samples. 2018-04-13 14:05:12 -04:00
cl_cgame.c First big commit - pretty much playable throughout 2022-01-29 15:45:18 +00:00
cl_cin.c Fix shift into sign in cl_cin.c 2018-04-08 21:41:31 -05:00
cl_console.c Add con_autochat and con_autoclear cvars 2017-06-08 15:46:19 -05:00
cl_curl.c Maximize cURL buffer size 2018-04-08 22:40:37 -05:00
cl_curl.h Update internal curl to 7.54.0 2017-07-28 16:32:22 +01:00
cl_input.c First big commit - pretty much playable throughout 2022-01-29 15:45:18 +00:00
cl_keys.c Allow binds to use hex values for all key codes 2018-09-30 14:40:02 -05:00
cl_main.c Several Changes 2022-01-30 23:36:14 +00:00
cl_net_chan.c
cl_parse.c Fix fs_game '..' reading outside of home and base path 2018-01-21 06:02:28 -06:00
cl_scrn.c First big commit - pretty much playable throughout 2022-01-29 15:45:18 +00:00
cl_ui.c Don't register fs_game cvar everywhere just to get the value 2018-01-21 06:02:08 -06:00
client.h Several Changes 2022-01-30 23:36:14 +00:00
keycodes.h Better gamepad support. 2016-08-08 02:36:10 -07:00
keys.h
libmumblelink.c Ensure that mbstowcs does not overflow its buffer 2015-01-07 23:37:11 +00:00
libmumblelink.h
qal.c
qal.h Fix Makefile for OSX 2016-06-12 17:17:33 -04:00
snd_adpcm.c Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
snd_altivec.c Isolate the Altivec code so non-Altivec PPC targets can use the same binary. 2018-05-12 14:14:47 -04:00
snd_codec.c
snd_codec.h
snd_codec_ogg.c
snd_codec_opus.c
snd_codec_wav.c
snd_dma.c Several Changes 2022-01-30 23:36:14 +00:00
snd_local.h Fix SDL audio playback with 16-bit stereo sound 2018-10-01 22:28:51 -05:00
snd_main.c Make s_useOpenAL be CVAR_LATCH 2018-05-01 16:18:44 -05:00
snd_mem.c Fix undefined behaviour due to shifting signed in snd_mem.c 2018-04-08 21:41:26 -05:00
snd_mix.c Fix SDL audio playback with 16-bit stereo sound 2018-10-01 22:28:51 -05:00
snd_openal.c Avoid srcList[-1] in snd_openal.c 2018-04-08 21:41:31 -05:00
snd_public.h
snd_wavelet.c snd_wavelet: avoid undefined pointer below array bounds 2016-09-25 17:13:40 +01:00