aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
Commit message (Expand)AuthorAgeFilesLines
* * 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
* link against libopenal by default rather than dlopening itludwig2005-11-132-1/+108
* soname is libopenal.so.0ludwig2005-11-131-1/+1
* * OpenAL support, from BlackAura aka Stuart Dalton <badcdev@gmail.com>tma2005-11-1310-489/+3354
* - don't spam the tty with that messageludwig2005-11-061-1/+1
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-042-6/+4
* * General decrufting:tma2005-10-291-1/+1
* * Added STATUStma2005-10-2919-19/+19
* * Moved various source files from their mod sdk locations to places moretma2005-10-267-6/+169
* * Removed hard coded mouse acceleration in the unix build(s)tma2005-10-143-1/+5
* Fix build problems under OS Xsix2005-10-111-1/+1
* * A better fix to the "doppler" bugtma2005-09-292-3/+4
* * Fixed the bug where the "doppler" effect code could cause a temporary clien...tma2005-09-291-0/+3
* * Removed the redundant "sound system is muted" messagetma2005-09-241-4/+0
* * Applied ajax's cleanup patchtma2005-09-233-10/+10
* * Replaced lots of __linux__ || __FreeBSD__ with __GNUC__tma2005-09-232-3/+3
* * Port to MinGWtma2005-09-221-1/+1
* * Fix to multiple buffer overflow bugs in CL_Rcon_ftma2005-09-193-8/+9
* apply altivec fixes from Emanuel Steen (#2383)ludwig2005-09-171-2/+5
* Cleanups from pomac!zakk2005-09-024-12/+12
* First diff from Andreas Schneider:zakk2005-08-313-4/+4
* support for 64bit native modsludwig2005-08-302-8/+2
* remove svn:executable propertyludwig2005-08-2819-0/+0
* remove 64bit warning. For QVM it's ok and native .so is broken anywaysludwig2005-08-282-7/+2
* From ludwig: Unsigned overflows don't work in 64bit address space ...zakk2005-08-271-12/+3
* Ludwig's 1st diff: Some 64bit fixes for x86_64. Also fixes Makefile build.zakk2005-08-273-2/+18