aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* - Fix loads of format string bugsthilo2007-01-249-30/+28
* fix wrong use of strncatludwig2007-01-231-2/+2
* * (bug 2977) use MSVC compatiable pre-processors and also include <io.h> fortjw2007-01-191-12/+13
* One more icculus.org/quake3 purge, should be the last...zakk2007-01-143-7/+7
* Updated urls.zakk2007-01-142-2/+2
* Fix window titles and crap, thanks woekele for pointing this out.zakk2007-01-141-2/+2
* - Fix two non-C-standard variable declarations.thilo2007-01-072-3/+7
* fix buffer overflow and format string bug in auth server responseludwig2006-12-312-6/+3
* - also check for point release pak filesludwig2006-12-301-15/+61
* - tag more functions with gnu format attributeludwig2006-12-3017-34/+32
* don't use intermediate array for sorting pakfiles. avoids theludwig2006-12-301-14/+3
* include offending string in error message for varables that containludwig2006-12-301-31/+15
* using the function pointer time() doesn't make any sense. Passing downludwig2006-12-301-2/+2
* kick bots by client number instead of name to avoid problems withludwig2006-12-291-4/+1
* fix team orders menuludwig2006-12-281-3/+1
* * replaced SPI_SCREENSAVERRUNNING with the newer SPI_SETSCREENSAVERRUNNINGtjw2006-12-271-2/+2
* Fix annoying bug where transparent surfaces wouldn't draw over skyboxes. Than...thilo2006-12-151-2/+1
* * (bug 2863) allow DEL key to be binded again. I broke it for bug 2650tjw2006-12-071-2/+2
* * Add r_customPixelAspect to support displays with non 1:1 pixel aspects (dotma2006-12-041-10/+12
* Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for ...coyote2006-11-302-2/+2
* Bugfix by committee. :/icculus2006-11-291-0/+3
* Fixed debug error message on loki_setup's stdout.icculus2006-11-291-2/+0
* * Change trunk installer release name to 'svn'tma2006-11-281-1/+1
* * Merge 954:955 from 1.34 branchtma2006-11-284-9/+9
* 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
* Remove unnecessary hack. Thanks to ensiform.thilo2006-11-251-2/+0
* Fix vsprintf bug, thanks to ensiform.thilo2006-11-251-1/+1
* Fix bug in parameter checking. Thanks to Neil Toronto for reporting.thilo2006-11-231-1/+1
* Changes to the Solaris build scripts..coyote2006-11-221-6/+22
* Minor changes to Solaris build scriptscoyote2006-11-211-5/+7
* 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-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
* * (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-261-0/+0
* * Increased the number of registers used for the opStack in the PPC vm fromtjw2006-09-241-5/+11
* 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-201-1/+19
* Bug 2813tjw2006-09-131-8/+0
* Bug 2813tjw2006-09-131-2/+9
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-1116-6/+2737