aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
Commit message (Expand)AuthorAgeFilesLines
* * 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
* use memcpy to fix use of misaligned dataludwig2005-11-011-1/+5
* * More Solaris worktma2005-11-011-8/+13
* * General decrufting:tma2005-10-293-30/+7
* * Fix to the VM interpreter on the linux ppc dedicated servertma2005-10-291-1/+1
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-292-2/+48
* use memcpy for OP_BLOCK_COPYludwig2005-10-291-65/+56
* * Added STATUStma2005-10-2930-30/+30
* * Deleted code/unix/vm_x86.c - wtf was that about anyway?tma2005-10-292-24/+3
* * Fix the x86 vmtma2005-10-271-2/+2
* * ...and the other common headerstma2005-10-273-0/+16