aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Use platform headers to source various libc prototypes instead of unsafetma2005-10-261-6/+6
* * Small changes to distclean target from vapiertma2005-10-262-1/+2
* * Split lcc $AR into $AR and $ARFLAGS (from vapier)tma2005-10-261-3/+4
* * Fixed the OS X build as broken by revision 181tma2005-10-261-307/+565
* * Moved various source files from their mod sdk locations to places moretma2005-10-2698-1030/+247
* * Fixed some warnings on the OS X buildtma2005-10-264-9/+11
* * Fixed a bug with QVM loading on big endian architecturestma2005-10-261-16/+25
* * Removed some Conscripttma2005-10-255-508/+0
* * Fixed unused variable warningtma2005-10-231-1/+1
* * Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2401tma2005-10-231-10/+8
* remove french keyboard hack. we cannot know what this does on otherludwig2005-10-231-1/+0
* map extra mouse buttons to K_AUX*ludwig2005-10-231-56/+14
* * Tab completed commands no longer treated like cvarstma2005-10-211-4/+16
* * Deleted some exes that were in the repositorytma2005-10-219-0/+0
* * Tiny patch to print values of cvars when tab completing ala ETtma2005-10-211-1/+1