aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Increase default for s_alSources to 96tma2005-12-111-2/+2
* use memcpy for copying stuff around to fix alignment problemsludwig2005-12-061-82/+34
* * Removed seemingly unnecessary OS X implementation of yuv_to_rgb24tma2005-12-061-20/+0
* * Solaris patch from Vincent S. Cojottma2005-12-061-1/+1
* * Replaced ALIGN macro with PADtma2005-12-051-1/+1
* * Same as last revision, but I didn't forget to save this timetma2005-12-031-3/+3
* * Improved the robustity^Wrobustosity^Wrobustness of the OpenAL music and rawtma2005-12-031-81/+100
* * Fix to an OpenAL "bug"tma2005-12-021-0/+5
* * Updated AL headerstma2005-12-011-0/+6
* * Fix compilation when using SDL and dlopening OpenALtma2005-12-011-2/+5
* * Fixed bug where if two looping sounds were added to a single entity theytma2005-12-011-122/+121
* * Support RIFF files with zero length data chunks (yes they exist, and yes,tma2005-11-302-22/+50
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-262-13/+12
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-264-16/+91
* Don't byteswap when resampling audio...we byteswapped it previously in theicculus2005-11-201-1/+1
* make internal functions staticludwig2005-11-191-2/+42
* * Partial implementation of FS_Seek for files in pk3stma2005-11-161-28/+25
* * Oops, missed a bittma2005-11-141-1/+1
* * Replace a redundant function in the wav decodertma2005-11-141-20/+1
* * Unbreak the MinGW build more...tma2005-11-132-4/+5