aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Simple MSVC Express project that passes through to the make build systemtma2007-09-152-0/+86
* * rewrite of the win32 dedicated console:tjw2007-09-158-235/+339
* * Remove redundant win32 code in LCC which drew -I flags from the "include"tma2007-09-151-14/+0
* * Split off DEPEND_CFLAGS so -MMD isn't used when doing library checkstma2007-09-141-3/+7
* * Remove -Werror from TOOLS_CFLAGStma2007-09-131-1/+1
* * Improve Makefile startup timetma2007-09-126-485/+185
* * Revert 1176 -- MinGW's headers are too old *sigh*tma2007-09-128-46/+75
* * Remove use of GL_ARB_multitexture since this has been part of thetma2007-09-109-84/+42
* * Revert to 1172tma2007-09-101-13/+3
* Forget about SDL_DIR, remove versioncheck on sunos until I can fix it.coyote2007-09-101-2/+2
* Minor changes for SunOS...coyote2007-09-101-2/+12
* * win32 dedicated console cleanup: drop silly predifined height and width,tjw2007-09-091-17/+37
* * Adds preliminary support for win32 dedicated server console.tjw2007-09-072-3/+197
* * Seems some shells *cough*dash*cough* have a broken built-in "echo"tma2007-09-061-4/+5
* * Build dedicated server binary on Windowstma2007-09-066-68/+156
* * Compile time and runtime checks for SDL >= 1.2.7tma2007-09-064-15/+58
* restore previous versioning scheme for svn snapshots. This scheme isludwig2007-09-061-1/+1
* * Fix for SMP hack on OS Xtma2007-09-061-0/+1
* * I R KNWOING HOW COMPUTARS WURK!!!!!!! lOLtma2007-09-051-2/+2
* * Obsolete filestma2007-09-052-386/+0
* * Replace the ugliness in qgl.h with SDL_opengl.htma2007-09-053-124/+12
* * Merge unified-sdl to trunktma2007-09-05188-41736/+5068
* 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-2810-1022/+354
* make V=1 shows gcc command lineludwig2007-08-272-56/+68
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-266-44/+117
* * 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-235-25/+3296
* * 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-163-20/+1555
* * 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-204-23/+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
* Add specific CC for SunOScoyote2007-07-171-0/+1
* * Generate QVM dependicies in a (much) better waytma2007-07-161-36/+67
* * Fix parallel buildtma2007-07-161-23/+37
* * Make make make less noisetma2007-07-152-47/+72
* * Replace horrendously long list of build rules with set of inference rulestma2007-07-144-2809/+1109