| Commit message (Expand) | Author | Age | Files | Lines |
* | * (bug 3268) Replace Mac OS X Carbon API calls with native ones (thanks | tjw | 2007-07-20 | 1 | -10/+3 |
* | * Replace horrendously long list of build rules with set of inference rules | tma | 2007-07-14 | 2 | -2499/+1020 |
* | - fix OP_MODU and OP_MODI | ludwig | 2007-07-03 | 1 | -10/+11 |
* | another attempt to fix the alignment, this time hopfully for real | ludwig | 2007-07-03 | 1 | -5/+10 |
* | fix stack alignment | ludwig | 2007-07-03 | 1 | -0/+2 |
* | use native stack for vm stack as well, frees one register | ludwig | 2007-06-25 | 1 | -26/+36 |
* | check program counter on OP_CALL and OP_LEAVE | ludwig | 2007-06-25 | 1 | -2/+6 |
* | * (bug 3019) use the operating system's random number generator if possible | tjw | 2007-02-16 | 4 | -2/+27 |
* | * fix q3lcc warning message due to an extra ; that slipped in at rev 1023 | tjw | 2007-02-15 | 1 | -1/+1 |
* | * (bug 3019) adds the cvar cl_guidServerUniq (defaults to 1). When set to | tjw | 2007-02-12 | 2 | -5/+16 |
* | - Fix loads of format string bugs | thilo | 2007-01-24 | 2 | -4/+4 |
* | * (bug 2977) use MSVC compatiable pre-processors and also include <io.h> for | tjw | 2007-01-19 | 1 | -12/+13 |
* | Fix window titles and crap, thanks woekele for pointing this out. | zakk | 2007-01-14 | 1 | -2/+2 |
* | - Fix two non-C-standard variable declarations. | thilo | 2007-01-07 | 1 | -1/+1 |
* | fix buffer overflow and format string bug in auth server response | ludwig | 2006-12-31 | 1 | -1/+1 |
* | - also check for point release pak files | ludwig | 2006-12-30 | 1 | -15/+61 |
* | - tag more functions with gnu format attribute | ludwig | 2006-12-30 | 5 | -17/+15 |
* | don't use intermediate array for sorting pakfiles. avoids the | ludwig | 2006-12-30 | 1 | -14/+3 |
* | include offending string in error message for varables that contain | ludwig | 2006-12-30 | 1 | -31/+15 |
* | Changes to build defines for Solaris on i86pc. Minor fix to q_platform.h for ... | coyote | 2006-11-30 | 1 | -1/+1 |
* | - Remove "server crashed" message on server shutdown caused by local client d... | thilo | 2006-10-27 | 1 | -7/+7 |
* | * Increased the number of registers used for the opStack in the PPC vm from | tjw | 2006-09-24 | 1 | -5/+11 |
* | * add cURL support for HTTP/FTP downloading (bug 2661) | tjw | 2006-09-11 | 1 | -0/+6 |
* | Go back to rev. 874. ATM, there is no good way to make FS_Restart() behave as... | thilo | 2006-08-28 | 3 | -11/+7 |
* | More fixes for the FS_Shutdown change. Declare qconsole.log as closed before ... | thilo | 2006-08-28 | 3 | -2/+5 |
* | Fix crash when recording to files and the map changes. Was caused by new, cor... | thilo | 2006-08-28 | 1 | -3/+4 |
* | There are actually files that can have a length of 0 so this in-use-check was... | thilo | 2006-08-27 | 1 | -1/+1 |
* | * moved SVN_VERSION #ifdef from client.h to q_shared.h so dedicated server | tjw | 2006-08-26 | 1 | -0/+3 |
* | * Print the SVN version string in Com_Init() | tjw | 2006-08-25 | 1 | -1/+1 |
* | * Revert version to 1.33 again | tma | 2006-08-22 | 1 | -1/+1 |
* | - Add device enumeration support on windows and make "Generic Software" new d... | thilo | 2006-08-19 | 2 | -0/+10 |
* | Fix 100% CPU usage on idle dedicated servers. | thilo | 2006-08-18 | 1 | -2/+2 |
* | bug 2723 | tjw | 2006-08-16 | 1 | -4/+0 |
* | bug 2723 | tjw | 2006-08-02 | 1 | -0/+4 |
* | bug 2810 once a latched cvar was changed it could not be reset to its origina... | tjw | 2006-08-01 | 1 | -1/+5 |
* | looks like the interpreter was broken all the time. Didn't anyone | ludwig | 2006-07-06 | 1 | -1/+1 |
* | - Fix arbitrary cvar overwrite flaw: http://aluigi.altervista.org/adv.htm | thilo | 2006-07-03 | 4 | -1/+39 |
* | * sv_minRate (from R1CH) | tma | 2006-06-17 | 3 | -2/+74 |
* | Remove chars with ascii value > 127 in MSG_ReadBigString too to make it corre... | thilo | 2006-06-16 | 1 | -0/+4 |
* | Little fix for the sanity check fix from previous rev... | thilo | 2006-06-16 | 1 | -3/+2 |
* | - Fix bug that allows a malicious server to write and overwrite any files in ... | thilo | 2006-06-16 | 1 | -11/+40 |
* | Fix client "freezes" if a user with ASCII characters > 127 enters a server. R... | thilo | 2006-06-11 | 1 | -0/+5 |
* | Fixed a crash in md4 routines when using them on files with zero length, repo... | thilo | 2006-06-01 | 1 | -2/+2 |
* | Correction in PowerPC JIT code. Fixes crash in server browser, etc, on Mac OS X | icculus | 2006-05-29 | 1 | -4/+4 |
* | Fix JIT compiler code execution on NX-protected win32 OS | thilo | 2006-05-15 | 1 | -0/+18 |
* | Fix bug that permits download of arbitrary files from a download enabled serv... | thilo | 2006-05-08 | 1 | -8/+1 |
* | Add string length checking to function COM_StripExtension. This fixes the R_R... | thilo | 2006-05-06 | 4 | -5/+5 |
* | - Introduced various new typedefs for windows platform (int32_t, int64_t, etc... | thilo | 2006-04-27 | 3 | -51/+39 |
* | - "baseq3" literal replacement patch (by Erik Auerswald) applied | thilo | 2006-04-26 | 2 | -2/+2 |
* | Replaced various "baseq3" strings with the centrally defined BASEGAME macro. | thilo | 2006-04-26 | 2 | -6/+6 |