aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* - crash solvedludwig2005-11-061-0/+2
* - don't spam the tty with that messageludwig2005-11-061-1/+1
* - 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-066-182/+102
* - put ALIGN macro into q_shared.hludwig2005-11-053-15/+7
* * Enable use of asm on Solaris-x86tma2005-11-052-3/+2
* * Patch from AJ <anthonyj@planetquake.com> which replaces a bunch of hard codedtma2005-11-052-31/+31
* * Fix a stupid typotma2005-11-051-1/+1
* * Patch from vapier that aids packagingtma2005-11-051-5/+31
* * Oops, missed a bittma2005-11-051-0/+2
* * Centralise architecture defines in q_platform.htma2005-11-053-131/+69
* * Replaced a bunch of inline and __inline with ID_INLINEtma2005-11-0424-795/+506
* Updated msvc project files from > Michael Zoech!zakk2005-11-046-16495/+16161
* found the bug. alignment reenabled.ludwig2005-11-031-8/+5
* disable the alignment "fix" until its clear why it causes crashesludwig2005-11-031-4/+22
* * Juggled CFLAGS a bit so that -fno-strict-aliasing is always ontma2005-11-031-17/+15
* more alignment fixesludwig2005-11-021-5/+9
* 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
* round string length for pointer alignmentludwig2005-11-021-2/+4
* allocate memory pointer alignedludwig2005-11-021-2/+2
* * Fies to the xcode project to update it with the recent changestma2005-11-021-999/+37
* * Removed the last of the binary target stuff from lcc (hopefully)tma2005-11-0257-8264/+2
* * Removed the lcc self tests -- there are none that test bytecodetma2005-11-02302-228622/+2
* * Fix for lcc on windows so that it can execute files with spaces in themtma2005-11-021-2/+5
* * Split off q_platform.h from q_shared.htma2005-11-0115-715/+452
* use memcpy to fix use of misaligned dataludwig2005-11-011-1/+5
* 5+2==7 :-)ludwig2005-11-011-5/+5
* use memcpy to fix use of misaligned dataludwig2005-11-011-18/+21
* * More Solaris worktma2005-11-015-15/+20
* * Further work on the Solaris port from Vincent S. Cojottma2005-10-312-61/+84
* * Applied https://bugzilla.icculus.org/show_bug.cgi?id=2464tma2005-10-301-10/+5
* * General decrufting:tma2005-10-29116-48383/+16
* * Fix to the VM interpreter on the linux ppc dedicated servertma2005-10-291-1/+1
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-2917-57/+320
* use memcpy for OP_BLOCK_COPYludwig2005-10-291-65/+56
* add HAVE_VM_COMPILED variable so one can override it in Makefile.localludwig2005-10-291-6/+8
* * Added STATUStma2005-10-29425-3415/+424
* * In hindsight this is probably wise tootma2005-10-291-0/+6
* * Deleted code/unix/vm_x86.c - wtf was that about anyway?tma2005-10-295-97/+13
* * Compiler warning fix from ankontma2005-10-281-2/+0
* * Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2454tma2005-10-284-1/+27
* * Fix the x86 vmtma2005-10-271-2/+2
* * ...and the other common headerstma2005-10-273-0/+16
* * Ignore __attribute__ when not using gcctma2005-10-271-0/+5
* add x86_64 vm. experimental, not enabled by default. you need as for itludwig2005-10-278-9/+1303
* * Add notional support for various architectures from vapier. Whether or nottma2005-10-261-1/+19