aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* * Move MINSDL_ values to sys_local.h from Makefile/VC projecttma2007-11-262-54/+26
* * (bug 3420) Don't respect sv_killserver unless a server is actually runningtma2007-11-231-0/+2
* * 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
* * Add required header on *BSDtma2007-10-131-0/+3
* * OpenBSD support (Toni Spets <toni.spets@gmail.com>)tma2007-10-121-0/+24
* * Unconditionally place a '\' at the start of the command buffer whentma2007-10-122-38/+93
* * Bug fix to collision optimisation (arQon)tma2007-10-064-3/+44
* * Remove some C99isms (f0rqu3)tma2007-10-011-1/+3
* * Move the conditional compilation of bg_lib.c from the Makefile to cpp intma2007-09-221-3/+1
* * (bug 3318) Restrict color escape characters to alphanumericstma2007-09-211-1/+1
* * rewrite of the win32 dedicated console:tjw2007-09-152-26/+11
* * Compile time and runtime checks for SDL >= 1.2.7tma2007-09-061-3/+5
* * Merge unified-sdl to trunktma2007-09-0515-577/+543
* clean up pak file checks + fixing stray error message when an unofficial pak9...thilo2007-08-301-12/+24
* * Merge win_net.c and unix_net.ctma2007-08-283-23/+1083
* * Rewrite of R_LoadImage to make it more generic and data driventma2007-08-263-1/+23
* * ...And the other deliberate mistaketma2007-08-241-1/+1
* * (bug 3112) Removal of QVM name obfuscation (TsT <tst2006@gmail.com>)tma2007-08-241-25/+3
* * PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>tma2007-08-232-0/+801
* fix gcc 4.2 warnings about cast from pointer to integer (#3317)ludwig2007-08-191-2/+2
* 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-253-3/+3
* * (bug 3268) Replace Mac OS X Carbon API calls with native ones (thankstjw2007-07-201-10/+3
* * Replace horrendously long list of build rules with set of inference rulestma2007-07-142-2499/+1020
* - 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
* 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
* * (bug 3019) use the operating system's random number generator if possibletjw2007-02-164-2/+27
* * fix q3lcc warning message due to an extra ; that slipped in at rev 1023tjw2007-02-151-1/+1
* * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set totjw2007-02-122-5/+16
* - Fix loads of format string bugsthilo2007-01-242-4/+4
* * (bug 2977) use MSVC compatiable pre-processors and also include <io.h> fortjw2007-01-191-12/+13
* 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-071-1/+1
* fix buffer overflow and format string bug in auth server responseludwig2006-12-311-1/+1
* - also check for point release pak filesludwig2006-12-301-15/+61
* - tag more functions with gnu format attributeludwig2006-12-305-17/+15
* 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
* Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for ...coyote2006-11-301-1/+1
* - Remove "server crashed" message on server shutdown caused by local client d...thilo2006-10-271-7/+7
* * Increased the number of registers used for the opStack in the PPC vm fromtjw2006-09-241-5/+11
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-0/+6
* Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as...thilo2006-08-283-11/+7
* More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ...thilo2006-08-283-2/+5
* Fix crash when recording to files and the map changes. Was caused by new, cor...thilo2006-08-281-3/+4