aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* * (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
* Fix bug that permits download of arbitrary files from a download enabled serv...thilo2006-05-081-8/+1
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-064-5/+5
* - Introduced various new typedefs for windows platform (int32_t, int64_t, etc...thilo2006-04-273-51/+39
* - "baseq3" literal replacement patch (by Erik Auerswald) appliedthilo2006-04-262-2/+2
* Replaced various "baseq3" strings with the centrally defined BASEGAME macro.thilo2006-04-262-6/+6
* Fix didn't work yet because it didn't use the buffer where the filename exten...thilo2006-04-231-1/+1
* * Oopstma2006-04-231-0/+299
* * cl_guid for semi-reliable server authentication (from tjw)tma2006-04-221-0/+1
* Fix prohibits illegal downloading of id PK3 files from servers. That bug is h...thilo2006-04-221-0/+7
* - botlib logfile now gets stored in the fs_game directory in fs_homepath. (pa...thilo2006-04-211-5/+16
* Was that intentional? (version change)zakk2006-04-191-1/+1
* * Change window titletma2006-03-241-1/+5