aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix crash when recording to files and the map changes. Was caused by new, cor...thilo2006-08-283-1/+12
* - Fixed filehandle / filedescriptor leak in S_AL_StartBackgroundTrack introdu...thilo2006-08-271-28/+70
* * moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated servertjw2006-08-261-4/+0
* - compensate sv_fps for timescale value.thilo2006-08-264-8/+29
* * Add SVN version to the version string displayed in the client consoletjw2006-08-222-2/+5
* - Change available device list to be displayed on sound initialization andthilo2006-08-191-8/+6
* * Compiler warning fixtma2006-08-191-2/+3
* - tweak enumeration support, remove win32 dependencythilo2006-08-192-19/+6
* - Add device enumeration support on windows and make "Generic Software" new d...thilo2006-08-191-0/+75
* * qvm files no longer installed by "make copyfiles"tma2006-08-133-1/+6