aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
...
* Fall back to libcurl.so.4 or libcurl.so.4 if the default symlink does not exist.thilo2008-02-161-5/+20
* Remove .3 part in default curl library. With it www download is broken on mos...thilo2008-02-161-1/+1
* * Fixes to some muppetry in snd_dma.c (arQon)tma2008-02-101-2/+3
* * (bug 3412) %s expansion security patch (DevHC)tma2008-01-223-6/+6
* * Fix to bug in S_FileExtension (Tr3B)tma2008-01-191-0/+3
* Remove small redundancythilo2007-12-271-2/+2
* Revert changes in ioquake3 AL code, fix OpenAL headers.thilo2007-12-132-0/+168
* Modification to stop crash on Linux for dlopened() OpenAL, will break MacOSX ...thilo2007-12-132-5/+5
* Fix multiple symbol errors for compilation on MacOSX. Remove unnecessary defi...thilo2007-12-132-173/+5
* * Fix poppy captured audio when recording videostma2007-12-011-8/+15
* * Fix bug where an extraneous render command can cause a crash whentma2007-11-185-12/+15
* make master server used by client configurable (cl_master)ludwig2007-11-141-2/+4
* * Remove work around for a 2 year old OpenAL bug that now actually causes atma2007-11-111-7/+0
* * Unconditionally place a '\' at the start of the command buffer whentma2007-10-121-0/+12
* * Fix bug that prevented key up events getting to cgame/ui when not in gametma2007-10-028-69/+77
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-229-21/+21
* * Don't apply colour escape chars on input fieldstma2007-09-215-48/+46
* * Merge unified-sdl to trunktma2007-09-0513-149/+188
* * Merge win_net.c and unix_net.ctma2007-08-281-9/+0
* * Nuts.tma2007-08-231-1/+1
* * (bug 3324) Incorrect use of sizeof (beast <info@dbwatersports.com>)tma2007-08-231-51/+39
* * (bug 3077) allow cURL to follow HTTP redirects (up to 5)tjw2007-05-221-0/+2
* * (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if theytjw2007-04-053-3/+4
* * Silly tab filter breaking thingstma2007-04-011-1/+1
* * Move storage of console history from a cvar to a file in order to alleviatetma2007-04-011-40/+67
* * (bug 2741) replace K_LAST_KEY with MAX_KEYS. K_LAST_KEY is now definedtjw2007-03-223-8/+10
* Remove cvar s_alMaxSpeakerDistance for the same task can better be achieved w...thilo2007-03-171-4/+2
* * (bug 3018) need to call Cvar_SetCheatState() after CG_INIT and UI_INIT totjw2007-03-024-1/+12
* * (bug 3019) use the operating system's random number generator if possibletjw2007-02-161-7/+3
* * (bug 2741) Adds support in the SDL client for many keys that were nottjw2007-02-143-6/+229
* * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set totjw2007-02-122-12/+72
* - Fix loads of format string bugsthilo2007-01-245-15/+13
* fix wrong use of strncatludwig2007-01-231-2/+2
* - Fix two non-C-standard variable declarations.thilo2007-01-071-2/+6
* - tag more functions with gnu format attributeludwig2006-12-305-8/+8
* using the function pointer time() doesn't make any sense. Passing downludwig2006-12-301-2/+2
* * Merge 954:955 from 1.34 branchtma2006-11-282-3/+3
* There's still a little bug in my recent change...thilo2006-11-261-1/+1
* - Add input sanitising to various sound playing functions called from MODs.thilo2006-11-251-3/+40
* Fix bug in parameter checking. Thanks to Neil Toronto for reporting.thilo2006-11-231-1/+1
* Only stop demo on map change if it was started by autorecord.thilo2006-11-032-4/+2
* - Explicitly set distance attenuation model.thilo2006-11-031-64/+133
* - Remove "server crashed" message on server shutdown caused by local client d...thilo2006-10-273-1/+12
* * (bug 2758) Toggling the console while holding keys can put the cgame/uitjw2006-10-231-1/+2
* * (bug 2893) OpenAL was not tracking one-shot sound effects to the entity'stjw2006-10-131-2/+1
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-115-4/+582
* looks like ALCchar is not available on older openal versionsludwig2006-09-051-2/+2
* * renamed static function GetClipboardData to CL_GetClipboardData since it wa...tjw2006-08-301-3/+3
* * Disable video command when not playing back a demotma2006-08-291-0/+6
* Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...thilo2006-08-283-12/+1