aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools
Commit message (Expand)AuthorAgeFilesLines
* * Fix a warning introduced by the recent LCC fixtma2006-03-241-2/+2
* * LCC bug fix from the how-the-fuck-did-that-ever-work? departmenttma2006-03-211-1/+7
* * updated q3asm msvc prj.maik2006-02-071-195/+191
* * Fix a bug where q3cpp's include paths were not set correctlytma2006-01-151-2/+7
* * x86 OS X supporttma2006-01-151-0/+2
* Fixed compiler warning about uninitialized variables.icculus2006-01-141-0/+4
* * Support for MinGW cross compilationtma2005-12-292-3/+1
* Another "long double" ...icculus2005-12-011-2/+2
* Fixed some compiler warnings in lcc...mostly "long double" stuff.icculus2005-11-283-6/+6
* Must explicitly define MACOS_X here or lcc won't build on the Mac.icculus2005-11-281-0/+5
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-261-9/+0
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-262-0/+26
* Potential fix to https://bugzilla.icculus.org/show_bug.cgi?id=2486tma2005-11-151-30/+21
* * I'm so analtma2005-11-061-0/+0
* * Install the tools on every build, so a distclean isn't necessary if the tooltma2005-11-0613-2525/+115
* * 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-0112-428/+122
* * More Solaris worktma2005-11-011-2/+2
* * Further work on the Solaris port from Vincent S. Cojottma2005-10-311-26/+47
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-294-30/+52
* * Added STATUStma2005-10-295-5/+5
* * 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
* * Deleted some exes that were in the repositorytma2005-10-213-0/+0
* * Added option to q3asm to instruct it to create qvms compatible with Q3 1.32btma2005-10-161-11/+40
* * (Non-trivial) fix to the "opStack corrupted in compiled code" bugtma2005-10-131-1/+7
* * Removed Q3ASM_TURBO defines from q3asmtma2005-10-132-992/+4
* ugly: undefine memmove to avoid build failure with gcc fortifyludwig2005-10-091-0/+4
* * Patch from Andreas Kohn to fix q3asm build on FreeBSDtma2005-10-072-10/+4
* * Append LCC directory to the PATH variable on all platformstma2005-10-051-24/+39
* * Fixed a foul-up with the lcc Makefiletma2005-10-051-1/+1
* * Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-...tma2005-10-052-19/+1076
* * Fixes to the MinGW vm compilertma2005-10-054-104/+136
* * VM game modules now built from the main Makefiletma2005-10-041-211/+211
* * MinGW fixes to the tools Makefilestma2005-10-042-3/+17
* * Added install/uninstall rules to the lcc and q3asm Makefilestma2005-10-0414-14/+11
* * Moved lcc and q3asm into code/toolstma2005-10-04452-0/+263286