aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * Replaced ALIGN macro with PADtma2005-12-052-3/+9
* Look for correct filename extension when loading native DLLs.icculus2005-12-051-0/+16
* Better altivec cvar handling. Should fix crashes at startup, or curious icculus2005-12-042-2/+30
* * Ditch Mac OS 9 supporttma2005-12-011-18/+0
* Make sure Q3_BIG_ENDIAN and Q3_LITTLE_ENDIAN are defined correctly foricculus2005-11-291-3/+8
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-262-7/+9
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-263-2/+15
* * Remove the debug text that nobody seemed to noticetma2005-11-191-1/+0
* * Bleh.. whitespacetma2005-11-161-2/+2
* * Partial implementation of FS_Seek for files in pk3stma2005-11-161-12/+32
* * Small "bug" fix to MSG_WriteBitstma2005-11-151-1/+1
* * Quiet some warnings on OS Xtma2005-11-132-67/+0
* store temporary files in /tmp to save space in ~ludwig2005-11-131-31/+33