aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
* * (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
* bug 2747tjw2006-08-031-1/+5
* bug 2747tjw2006-08-031-13/+10
* bug 2723tjw2006-08-021-0/+2
* Another patch to make uncompressed AVI write in RGB24 format by anonymous vir...thilo2006-07-311-2/+2
* Fix from the VirtualDub people which should make avi files created with the v...thilo2006-07-311-9/+12
* Changed the demofile slot finder to use FS_FileExists instead of FS_ReadFile ...thilo2006-07-301-3/+1
* Fix wrong demo filename when all 9999 demo*.dm_64 file slots have been written.thilo2006-07-301-4/+2
* - print warning if server tries to set cvars it shouldn't setludwig2006-07-051-1/+4
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-031-2/+21
* * OpenAL bug fix (from Josh Weisskopf)tma2006-06-171-0/+1
* - Fix bug that allows a malicious server to write and overwrite any files in ...thilo2006-06-161-7/+0
* Fix remotely exploitable parse download overflow reported by Luigi Auriemma.thilo2006-06-041-8/+20