aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Solaris fixes by Vincent Cojotludwig2007-11-305-19/+18
* * Remove MINSDL_ values from vc project for debug, debug TA and releasejuz2007-11-271-2953/+2953
* * Initialise botlib libvarlist to NULL as having it uninitialised maytma2007-11-261-1/+1
* * Move MINSDL_ values to sys_local.h from Makefile/VC projecttma2007-11-266-63/+43
* * Move SDL library version check to sys_main.c as it's proving difficult totma2007-11-253-30/+18
* * (bug 3420) Don't respect sv_killserver unless a server is actually runningtma2007-11-233-1/+7
* * s/O_NDELAY/O_NONBLOCK/tma2007-11-191-2/+2
* * Fix bug where an extraneous render command can cause a crash whentma2007-11-186-23/+26
* * Remove all the crappy old bat/sh QVM building scriptstma2007-11-1621-1008/+0
* make master server used by client configurable (cl_master)ludwig2007-11-141-2/+4
* rework script to create loki installerludwig2007-11-134-177/+190
* * Enable incremental linking for debug configurations in the MSVC projectsjuz2007-11-124-8/+8
* * Remove work around for a 2 year old OpenAL bug that now actually causes atma2007-11-111-7/+0
* * Whitespace consistency in tr_init.ctma2007-11-071-53/+53
* Don't define ELF, use __ELF__ insteadludwig2007-11-062-6/+2
* * Fix to win_resource.rc for MSVC buildtma2007-11-031-4/+0
* * Move TOOLS_OPTIMIZEtma2007-11-021-1/+1
* * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)tma2007-11-0225-103/+10014
* * Don't truncate the cvar value when the user specifically asks for ittma2007-11-011-10/+4
* include endian.h (#3399)ludwig2007-10-261-0/+2
* introduce TOOLS_OPTIMIZE to be able to override compiler flags used forludwig2007-10-231-1/+6
* * Sightma2007-10-221-1/+1
* * Rename g_logfile back to g_log, but keep the cvar variable as is (see r128)tma2007-10-221-2/+2
* * Add required header on *BSDtma2007-10-131-0/+3
* * Fix to qvm compilation on big endian architecturestma2007-10-134-103/+23
* * OpenBSD support (Toni Spets <toni.spets@gmail.com>)tma2007-10-122-0/+82
* * Unconditionally place a '\' at the start of the command buffer whentma2007-10-123-38/+105
* actually build 64bit binaries on ppc64ludwig2007-10-121-0/+5
* * Grr. Argh. Whitespace. etc.tma2007-10-091-1/+1
* * Replace Sys_AnsiColorify with Sys_AnsiColorPrint, a more simple means oftma2007-10-091-78/+51
* fix incorrect use of strncpyludwig2007-10-081-10/+20
* * Bug fix to collision optimisation (arQon)tma2007-10-064-3/+44
* * Fix bug that prevented key up events getting to cgame/ui when not in gametma2007-10-029-71/+79
* * Remove some C99isms (f0rqu3)tma2007-10-014-16/+20
* * Add missing )tma2007-09-241-1/+1
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-2213-69/+55
* * (bug 3318) Restrict color escape characters to alphanumericstma2007-09-212-1/+17
* * Don't apply colour escape chars on input fieldstma2007-09-215-48/+46
* * 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