aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * ...and make sure it compilestma2009-09-171-3/+3
* * (bug #4282) Fix potential overlap of VM stack and bss sections (Patricktma2009-09-171-1/+2
* qcommon: vm: sparc, like 386, doesn't need var-args conversion.ludwig2009-03-021-1/+1
* * Fix some new GCC 4.3 warningstma2008-11-101-32/+40
* set flag to allow forced unload of a running VMludwig2008-04-061-2/+17
* use vm->callLevel to count recursive calls to VM_Callludwig2008-03-241-6/+12
* * Merge unified-sdl to trunktma2007-09-051-12/+5
* - tag more functions with gnu format attributeludwig2006-12-301-1/+1
* Add string length checking to function COM_StripExtension. This fixes the R_R...thilo2006-05-061-1/+1
* use mmap to allocate memory for generated code to be able to set PROT_EXECludwig2006-03-041-0/+3
* try to fix msvc buildludwig2006-02-261-1/+1
* - change long to intptr_t for 64bit windows compatabilityludwig2006-02-181-13/+13
* - fall back to interpreter if VM_Compile resets vm->compiledludwig2005-11-061-2/+5
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-041-2/+2
* 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
* * Added STATUStma2005-10-291-1/+1
* * Deleted code/unix/vm_x86.c - wtf was that about anyway?tma2005-10-291-20/+3
* * Fix the x86 vmtma2005-10-271-2/+2
* add x86_64 vm. experimental, not enabled by default. you need as for itludwig2005-10-271-5/+14
* * Fixed a bug with QVM loading on big endian architecturestma2005-10-261-16/+25
* * Adjusted VM_LoadQVM interfacetma2005-10-141-7/+8
* * Fixed some annoying code duplicationtma2005-10-131-94/+58
* * (Non-trivial) fix to the "opStack corrupted in compiled code" bugtma2005-10-131-18/+72
* don't call VM_Compile if it's not supported so the VM_Compile symbolludwig2005-10-091-3/+4
* revert int->long change as it breaks on 64bit. Actually onlyludwig2005-09-261-3/+4
* * Fixed some long/int warnings, hopefully this doesn't disrupt the MSVC and/o...tma2005-09-261-2/+2
* * Replaced lots of __linux__ || __FreeBSD__ with __GNUC__tma2005-09-231-1/+1
* * Port to MinGWtma2005-09-221-1/+1
* - add note about 64bit mods and the demoludwig2005-08-301-0/+2
* - load qvm file by default again to avoid 'unpure' errorludwig2005-08-301-2/+1
* support for 64bit native modsludwig2005-08-301-13/+13
* always try native dll firstludwig2005-08-301-1/+2
* fix build on ppc. no guarantee it runs thoughludwig2005-08-301-7/+14
* remove svn:executable propertyludwig2005-08-281-0/+0
* Ludwig's 1st diff: Some 64bit fixes for x86_64. Also fixes Makefile build.zakk2005-08-271-5/+28
* newlines fixedzakk2005-08-261-835/+835
* Itsa me, quake3io!zakk2005-08-261-0/+835