aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Yet another attempt...coyote2006-11-211-2/+0
* Attempt #2 at fixing login for Vincent...icculus2006-11-211-0/+3
* (Ryan committing here...)icculus2006-11-211-1/+1
* gnahh.. I hate windows.thilo2006-11-091-342/+342
* Update readme to include curl variables.thilo2006-11-091-340/+342
* Fixing a bunch of links.zakk2006-11-061-5/+5
* Only stop demo on map change if it was started by autorecord.thilo2006-11-032-4/+2
* - Explicitly set distance attenuation model.thilo2006-11-032-64/+137
* - Remove "server crashed" message on server shutdown caused by local client d...thilo2006-10-274-8/+19
* Fix weight interpolation thanks to cyrrithilo2006-10-251-4/+10
* * (bug 2758) Toggling the console while holding keys can put the cgame/uitjw2006-10-231-1/+2
* fix readlink() for /bin/sh != bashludwig2006-10-181-1/+1
* Updated the README for os x, and another fix for the get page.zakk2006-10-151-2/+2
* Minor update to point to the patch pagezakk2006-10-151-0/+2
* * (bug 2784) help to prevent reliable command overflow in cases when a slowtjw2006-10-134-34/+90
* * (bug 2893) OpenAL was not tracking one-shot sound effects to the entity'stjw2006-10-131-2/+1
* Revert partially incorrect fix and add a few more float casts.thilo2006-10-121-3/+3
* Fix weight calculation in botlib, found by Andi Christ. (#2889)thilo2006-10-121-2/+2
* * make-macosx-ub.sh script now creates an .app bundletjw2006-09-262-12/+55
* * Increased the number of registers used for the opStack in the PPC vm fromtjw2006-09-241-5/+11
* * Mac OS X ppc version needs to be compiled with an -O flag (-O3 is used)tjw2006-09-241-1/+1
* * Mac OS X compiler optimization flag -O3 (or any -O flag) generate brokentjw2006-09-231-2/+2
* Fix endian issue in MDR loading.thilo2006-09-221-3/+3
* Update the installer specific files for PPC and fix a few minor bugs.thilo2006-09-213-8/+41
* Remove shfolder.lib dependeny as since rev 909 it's not necessary anymore.thilo2006-09-211-7/+7
* * (bug 2813) ioquake3 on win32 is no longer linked to SHFolder.dll. insteadtjw2006-09-202-2/+20
* Bug 2813tjw2006-09-132-17/+16
* Bug 2813tjw2006-09-132-2/+30
* Quick update ftwzakk2006-09-131-0/+5
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-1118-6/+2829
* Fix bug that wouldn't show 32 bit binaries on x86 arch .. d'oh!thilo2006-09-071-1/+1
* Fix a few text related bugs in the installer.thilo2006-09-052-6/+4
* - add TA patch pk3s to installationthilo2006-09-053-16/+26
* - Remove arch name in resulting file as the file should contain all arches.thilo2006-09-053-2/+6
* Extend the installer to offer more optionsthilo2006-09-052-45/+108
* looks like ALCchar is not available on older openal versionsludwig2006-09-051-2/+2
* icculus.org/quake3 -> ioquake3ludwig2006-09-052-4/+4
* Update splash image for unix installer.thilo2006-09-051-2204/+2287
* * fixed Mac OS X cross compiling from a ppc hosttjw2006-08-311-3/+4
* * 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-286-23/+8
* More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ...thilo2006-08-283-2/+5
* Fix crash when recording to files and the map changes. Was caused by new, cor...thilo2006-08-284-4/+16
* There are actually files that can have a length of 0 so this in-use-check was...thilo2006-08-271-1/+1
* - Fixed filehandle / filedescriptor leak in S_AL_StartBackgroundTrack introdu...thilo2006-08-271-28/+70
* Correctly handle 0 timescalethilo2006-08-261-0/+7
* * moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated servertjw2006-08-263-5/+4
* A few more timescale influences addedthilo2006-08-261-3/+3
* - compensate sv_fps for timescale value.thilo2006-08-266-15/+35