aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgot to check for windows-style path seperator in precaution against direct...thilo2006-06-011-1/+1
* Partially applied patch from Joerg Dietrich. Fixes:thilo2006-06-012-6/+18
* Prevent servers from making clients download files that are written to non-qu...thilo2006-05-281-0/+7
* Corrected #include directives of openal headers for MSVC.thilo2006-05-131-2/+8
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-061-1/+1
* removed a space too much after "say_team: " chat prompt.thilo2006-05-041-1/+1
* - Added SV_Shutdown to Linux signal handler to ensure that clients don't hang...thilo2006-05-041-0/+4
* - Introduced various new typedefs for windows platform (int32_t, int64_t, etc...thilo2006-04-271-2/+1
* - "baseq3" literal replacement patch (by Erik Auerswald) appliedthilo2006-04-261-1/+2
* * cl_guid for semi-reliable server authentication (from tjw)tma2006-04-222-0/+28
* * Removed strange MacOS X #ifdeffery from cl_cin.c (from tjw)tma2006-04-141-4/+0
* * Video export doesn't crap out with sv_pure 1 anymoretma2006-03-151-3/+45
* * Displace the '\n's passed to SV_Shutdowntma2006-02-281-1/+1
* * Entity sounds on the player entity are now AL_SOURCE_RELATIVEtma2006-02-281-24/+89
* * Sound related bug fixes from Thilo Schulztma2006-02-262-2/+19
* * Change the default for s_alSpatEntOrigin. I need to think of a way to do thetma2006-02-231-1/+1
* * Fix to half of bug #2600 (Refuse to load RIFF files with less than 8 bits pertma2006-02-211-1/+10
* * Fix to bug #2599 (fullscreen cinematics)tma2006-02-211-1/+1
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-182-2/+2
* * Fix to a woopsietma2006-02-131-1/+1
* * OpenAL now respatializes using the player entity origin instead of the viewtma2006-02-121-5/+15
* * Removed (unintentional) C99 codetma2006-02-071-13/+0
* * workaround for msvc compiler bug.maik2006-02-071-0/+14
* * Reimplement console history recall "bug" behaviour without the bugtma2006-02-041-2/+6
* * Fix to an obo bug in the console history recall codetma2006-01-281-1/+1
* * SDL build no longer requires a vid_restart when changing r_fullscreentma2006-01-251-22/+16
* * Persistent console historytma2006-01-243-1/+110
* * Fix to an OpenAL "bug" involving Team Arenatma2006-01-221-2/+15
* * Fix the operation of the delete key in *nixtma2006-01-221-0/+6
* * Overhaul of console autocompletiontma2006-01-221-2/+2
* * Fix to ability to diabled Ogg Vorbistma2006-01-212-2/+2
* * Added Q_isnan for NaN tests with -ffast-mathtma2006-01-191-9/+6
* * Some sloppily coded mods call the Q3 sound API with NaNs -- sanitise thistma2006-01-191-0/+29
* * Don't try to auto record a demo while playing a demotma2006-01-161-1/+1
* * Change defaults for s_alRolloff and s_alMinDistancetma2006-01-151-2/+2
* * Oops. Rename cl_avidemo to cl_aviFrameRatetma2006-01-064-11/+11
* * Ogg codec support from Joerg Dietrich <dietrich_joerg@gmx.de> (disabled bytma2006-01-063-1/+469
* * Added cl_autoRecordDemo, which when enabled automatically records a new demotma2006-01-051-0/+40
* * Only display the g_syncClients warning when it's appropriatetma2006-01-041-1/+1
* * AVI video outputtma2006-01-046-8/+738