lilium-voyager/code/client
Thilo Schulz 03201aff22 - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mode
- Clean up ftol()/snapvector() mess
- Make use of SSE instructions for ftol()/snapvector() if available
- move ftol/snapvector pure assembler to inline assembler, this will add x86_64 and improve support for different calling conventions
- Set FPU control word at program startup to get consistent behaviour on all platforms
2011-06-13 09:56:39 +00:00
..
cl_avi.c Remove newlines from Com_Error message format strings, patch by DevHC 2011-05-12 14:02:48 +00:00
cl_cgame.c - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mode 2011-06-13 09:56:39 +00:00
cl_cin.c Support non-256x256 videos in shaders, by Zack Middleton (#4745) 2011-02-11 14:46:34 +00:00
cl_console.c Bug 4936 - Wrong color for non-ascii symbols in console 2011-03-17 12:53:47 +00:00
cl_curl.c Fix newlines in Com_Error, patch by Zack Middleton (#5023) 2011-06-06 14:51:02 +00:00
cl_curl.h Angst and zinx cajoled me into removing trying to load libcurl.so again. 2008-02-17 13:46:34 +00:00
cl_input.c Add better support for analog joysticks, patch by use.less01 2011-04-19 13:26:15 +00:00
cl_keys.c Consider key states before startup, patch by Zack Middleton (#4950) 2011-04-17 22:09:05 +00:00
cl_main.c - Remove Q_strrchr(), replace with standard, portable strrchr() 2011-05-15 14:08:03 +00:00
cl_net_chan.c Revert protocol 69 pending further discussion (#4962) 2011-04-27 20:17:45 +00:00
cl_parse.c Remove newlines from Com_Error message format strings, patch by DevHC 2011-05-12 14:02:48 +00:00
cl_scrn.c Bug 5034 - q3_ui: fill whole screen and allow cursor to move to edge in widescreen, patch by Zack Middleton 2011-06-11 20:18:16 +00:00
cl_ui.c fix overzealous cvar cheat protection, patch by cyrri (#4974) 2011-05-06 11:50:26 +00:00
client.h Revert protocol 69 pending further discussion (#4962) 2011-04-27 20:17:45 +00:00
keycodes.h * Revert 'Handle dead keys more gracefully by taking a "best guess" rather than 2008-08-28 22:05:34 +00:00
keys.h * Don't apply colour escape chars on input fields 2007-09-21 10:35:24 +00:00
libmumblelink.c Ok, getifaddrs() is not POSIX compliant. Fix #3984 as suggested by Vincent Cojot 2011-02-07 05:20:31 +00:00
libmumblelink.h update mumble link interface for version 1.2 2010-01-04 14:12:18 +00:00
qal.c fix openal dlopen 2008-06-02 15:54:36 +00:00
qal.h - Remove alext.h dependency and manually add the required macros 2011-03-14 15:57:39 +00:00
snd_adpcm.c First diff from Andreas Schneider: 2005-08-31 18:00:00 +00:00
snd_codec.c More codec loader troubles with extensions 2011-05-12 12:25:36 +00:00
snd_codec.h * Fix bug where an extraneous render command can cause a crash when 2007-11-18 01:06:46 +00:00
snd_codec_ogg.c More codec loader troubles with extensions 2011-05-12 12:25:36 +00:00
snd_codec_wav.c More codec loader troubles with extensions 2011-05-12 12:25:36 +00:00
snd_dma.c Remove newlines from Com_Error message format strings, patch by DevHC 2011-05-12 14:02:48 +00:00
snd_local.h Mute sounds with 0 volume when game is minimized/unfocused instead of Stopping all sounds. Fixes (#4336) 2009-11-10 01:08:15 +00:00
snd_main.c Remove newlines from Com_Error message format strings, patch by DevHC 2011-05-12 14:02:48 +00:00
snd_mem.c Don't byteswap when resampling audio...we byteswapped it previously in the 2005-11-20 15:35:45 +00:00
snd_mix.c Mute sounds with 0 volume when game is minimized/unfocused instead of Stopping all sounds. Fixes (#4336) 2009-11-10 01:08:15 +00:00
snd_openal.c Remove newlines from Com_Error message format strings, patch by DevHC 2011-05-12 14:02:48 +00:00
snd_public.h * Rename voip cvar to cl_voip 2008-07-07 22:31:39 +00:00
snd_wavelet.c - Add MASM assembler files for MSVC x64 projects to support vm_x86 in x64 mode 2011-06-13 09:56:39 +00:00