aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* - fix OP_MODU and OP_MODIludwig2007-07-031-10/+11
* another attempt to fix the alignment, this time hopfully for realludwig2007-07-031-5/+10
* fix stack alignmentludwig2007-07-031-0/+2
* fix bg_lib.h compilation with lccludwig2007-06-271-0/+7
* use native stack for vm stack as well, frees one registerludwig2007-06-251-26/+36
* check program counter on OP_CALL and OP_LEAVEludwig2007-06-251-2/+6
* gcc 4.2 patch from nyhm of gentoo (thanks!)zakk2007-06-131-2/+2
* (bug 3072) updated Mac OS X SDL .dylib file. still 1.2.11, but with a smalltjw2007-06-071-0/+0
* * Remove silly MINGW_CFLAGS hacktma2007-06-023-11/+8
* * Whitespace :(tma2007-05-291-1/+1
* * Allow CC to be overridden externally to the Makefiletma2007-05-291-3/+4
* * updated the included libSDL header files and Mac OS X lib to SDL 1.2.11tjw2007-05-2240-614/+2576
* * (bug 2972) add r_swapInterval support to SDL client (if libSDL >= 1.2.10)tjw2007-05-222-0/+12
* * (bug 3077) allow cURL to follow HTTP redirects (up to 5)tjw2007-05-221-0/+2
* Adding a bit of commentary to the code.thilo2007-05-171-1/+11
* Fix a potential crash bug on 64 bit systems in the botlib library. sizeof(bot...thilo2007-05-171-3/+6
* * (bug 3066) rcon rate-limiting was not compatible with the eventual tjw2007-05-101-1/+1
* * (bug 3018) Should not reset CVAR_CHEAT cvars when loading cgame/ui if theytjw2007-04-054-4/+6
* * Silly tab filter breaking thingstma2007-04-011-1/+1
* * Move storage of console history from a cvar to a file in order to alleviatetma2007-04-011-40/+67
* * (bug 2741) replace K_LAST_KEY with MAX_KEYS. K_LAST_KEY is now definedtjw2007-03-223-8/+10
* * (bug 3065) fixed non-SDL X11 client crash on certain keys (e.g. XK_egrave )tjw2007-03-191-2/+2
* Remove cvar s_alMaxSpeakerDistance for the same task can better be achieved w...thilo2007-03-171-4/+2
* * (bug 3018) need to call Cvar_SetCheatState() after CG_INIT and UI_INIT totjw2007-03-024-1/+12
* * use the Win2k gamma clamp thing on Vista too (raynorpat)tjw2007-03-011-4/+4
* * (bug 3019) use the operating system's random number generator if possibletjw2007-02-167-9/+65
* * fix q3lcc warning message due to an extra ; that slipped in at rev 1023tjw2007-02-151-1/+1
* * (bug 2741) Adds support in the SDL client for many keys that were nottjw2007-02-144-8/+254
* * (bug 3027) don't trust the "ip" value in the userinfo string since a clienttjw2007-02-141-16/+32
* * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set totjw2007-02-124-17/+88
* * (bug 3014) my revision 935 broke the sending of the kick/clientkick messagetjw2007-02-011-2/+3
* - 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