aboutsummaryrefslogtreecommitdiffstats
path: root/code
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * Fix to potential out of range index bug from misanthropiatma2005-10-201-1/+8
* * Fix to buffer overflow in lightmap loading code from misanthropiatma2005-10-201-1/+4
* * Fixed the fix for the shader overrun. If this isn't a case for unified diffs,tma2005-10-201-6/+6
* * Cap the maximum snaps a client can request at the server framerate rathertma2005-10-191-2/+2
* * Fix to buffer overrun in shader parser from misanthropiatma2005-10-191-0/+7
* * Silly little patch to convert Q3 style color codes to ANSI escape codes. Notetma2005-10-191-1/+86
* Minor edit, thanks ankon!zakk2005-10-181-1/+1
* * Added option to q3asm to instruct it to create qvms compatible with Q3 1.32btma2005-10-161-11/+40
* * Added a little hack to support the console key on french keyboardstma2005-10-141-0/+2
* * Removed hard coded mouse acceleration in the unix build(s)tma2005-10-145-21/+13
* * Adjusted VM_LoadQVM interfacetma2005-10-141-7/+8
* * Fixed some annoying code duplicationtma2005-10-131-94/+58