aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* * 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
* There are actually files that can have a length of 0 so this in-use-check was...thilo2006-08-271-1/+1
* * moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated servertjw2006-08-261-0/+3
* * Print the SVN version string in Com_Init()tjw2006-08-251-1/+1
* * Revert version to 1.33 againtma2006-08-221-1/+1
* - Add device enumeration support on windows and make "Generic Software" new d...thilo2006-08-192-0/+10
* Fix 100% CPU usage on idle dedicated servers.thilo2006-08-181-2/+2
* bug 2723tjw2006-08-161-4/+0
* bug 2723tjw2006-08-021-0/+4
* bug 2810 once a latched cvar was changed it could not be reset to its origina...tjw2006-08-011-1/+5
* looks like the interpreter was broken all the time. Didn't anyoneludwig2006-07-061-1/+1
* - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htmthilo2006-07-034-1/+39
* * sv_minRate (from R1CH)tma2006-06-173-2/+74
* Remove chars with ascii value > 127 in MSG_ReadBigString too to make it corre...thilo2006-06-161-0/+4
* Little fix for the sanity check fix from previous rev...thilo2006-06-161-3/+2
* - Fix bug that allows a malicious server to write and overwrite any files in ...thilo2006-06-161-11/+40
* Fix client "freezes" if a user with ASCII characters > 127 enters a server. R...thilo2006-06-111-0/+5
* Fixed a crash in md4 routines when using them on files with zero length, repo...thilo2006-06-011-2/+2
* Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS Xicculus2006-05-291-4/+4
* Fix JIT compiler code execution on NX-protected win32 OSthilo2006-05-151-0/+18