aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* 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
* accept pak0.pk3 in demoq3/ as wellludwig2006-03-081-1/+2
* use mmap to allocate memory for generated code to be able to set PROT_EXECludwig2006-03-043-50/+49
* * Displace the '\n's passed to SV_Shutdowntma2006-02-281-4/+4
* try to fix msvc buildludwig2006-02-262-2/+4
* o rlyfloam2006-02-201-1/+1
* Bump version number.floam2006-02-201-1/+1
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-187-31/+38
* * Fix to a memory leak in CM_ValidateFacettma2006-01-272-1/+2
* * Persistent console historytma2006-01-244-5/+48
* * Only check the checksum on baseq3 pak0.pk3tma2006-01-221-1/+2
* * Overhaul of console autocompletiontma2006-01-226-71/+324
* * Fix a bug with command/cvar autocompletiontma2006-01-211-1/+6
* * Added Q_isnan for NaN tests with -ffast-mathtma2006-01-192-0/+21
* * Yet another MD4 implementationtma2006-01-183-197/+186
* * GPL MD4 implementationtma2006-01-182-250/+196
* * Fix to a stupid bug I introduced whilst trying to be clevertma2006-01-151-2/+3
* * x86 OS X supporttma2006-01-151-8/+8
* * Patch from https://bugzilla.icculus.org/show_bug.cgi?id=2540tma2006-01-131-1/+12
* make memory for generated opcodes executable so the program works withludwig2006-01-061-3/+2
* * Fix to the gcc4/-O0 x86 JIT compiler bugtma2006-01-061-1/+1
* * Up the defaults for zone and hunk memory since some mods (UT) have largetma2006-01-051-13/+16
* * Remove FS_SetRestrictionstma2006-01-051-60/+36
* * Fix the MinGW and (hopefully) OS X buildstma2006-01-043-320/+0
* * AVI video outputtma2006-01-042-2/+15
* fix typo in commentludwig2005-12-301-1/+1
* * NetBSD support patch from optical (alex@rigbo.se)tma2005-12-271-0/+26