aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* * 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
* use common macro for alignmentludwig2005-11-131-2/+2
* use system memcpy and memsetludwig2005-11-063-5/+12
* - crash solvedludwig2005-11-061-0/+2
* - move code for standalone compilation out of vm_x86_64.cludwig2005-11-061-273/+37
* - fall back to interpreter if VM_Compile resets vm->compiledludwig2005-11-061-2/+5
* - set umask to 0077 before writing the cdkey, the rest of the worldludwig2005-11-061-3/+15
* * Tidy-up of q_platform.htma2005-11-062-178/+98
* - put ALIGN macro into q_shared.hludwig2005-11-051-0/+1
* * Enable use of asm on Solaris-x86tma2005-11-051-2/+1
* * Patch from AJ <anthonyj@planetquake.com> which replaces a bunch of hard codedtma2005-11-051-21/+21
* * Oops, missed a bittma2005-11-051-0/+2
* * Centralise architecture defines in q_platform.htma2005-11-052-41/+67
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-048-172/+142
* actually when calling from the vm to the engine there are more than 10ludwig2005-11-021-1/+1
* pass only 10 arguments. vm_* doesn't use more anyways.ludwig2005-11-021-2/+2
* pass only 10 arguments. vm_* doesn't use more anyways.ludwig2005-11-021-3/+2
* allocate memory pointer alignedludwig2005-11-021-2/+2
* * Split off q_platform.h from q_shared.htma2005-11-012-286/+329