aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* * Merge unified-sdl to trunktma2007-09-05183-44634/+4903
* clean up pak file checks + fixing stray error message when an unofficial pak9...thilo2007-08-301-12/+24
* fix potential buffer overflowthilo2007-08-301-1/+1
* * Merge win_net.c and unix_net.ctma2007-08-288-1018/+351
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-265-43/+101
* * Demote input related console information to developer only so that it doesn'ttma2007-08-244-53/+53
* * (bug 3054) sv_killserver not being set with TA UItma2007-08-241-2/+2
* * ...And the other deliberate mistaketma2007-08-241-1/+1
* * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)tma2007-08-242-38/+8
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-233-13/+3276
* * Nuts.tma2007-08-231-1/+1
* * (bug 3324) Incorrect use of sizeof (beast <info@dbwatersports.com>)tma2007-08-232-69/+60
* * (bug 3076) Map cycle breaks on empty or bot only servers (misanthropia)tma2007-08-234-116/+52
* fix null termination out of array boundsludwig2007-08-192-2/+2
* fix gcc 4.2 warnings about cast from pointer to integer (#3317)ludwig2007-08-195-7/+7
* print the shader loading message if the cvar "developer" is setludwig2007-08-161-1/+1
* don't spam console with "loading..." messages when loading shadersludwig2007-08-161-1/+1
* new x86_64 vm that doesn't use gasludwig2007-08-162-18/+1553
* * Early out AABB collision optimisation from Robert Beckebans (Xreal)tma2007-07-275-1/+69
* * Fix a few -pedantic warningstma2007-07-255-5/+5
* * (bug 3268) Replace Mac OS X Carbon API calls with native ones (thankstjw2007-07-203-20/+11
* the address of 'headModelName' will always evaluate as 'true'ludwig2007-07-191-1/+1
* the address of 'classname' will always evaluate as 'true'ludwig2007-07-191-1/+1
* * Make make make less noisetma2007-07-151-2/+2
* * Replace horrendously long list of build rules with set of inference rulestma2007-07-143-2499/+1020
* * Fix compiler warning due to missing guardtma2007-07-141-0/+2
* OS X mouse hack, must remove when SDL adds it internally.zakk2007-07-091-0/+83
* - 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