| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix a bug where q3cpp's include paths were not set correctly | tma | 2006-01-15 | 1 | -2/+7 |
* | * x86 OS X support | tma | 2006-01-15 | 1 | -0/+2 |
* | Fixed compiler warning about uninitialized variables. | icculus | 2006-01-14 | 1 | -0/+4 |
* | * Support for MinGW cross compilation | tma | 2005-12-29 | 2 | -3/+1 |
* | Another "long double" ... | icculus | 2005-12-01 | 1 | -2/+2 |
* | Fixed some compiler warnings in lcc...mostly "long double" stuff. | icculus | 2005-11-28 | 3 | -6/+6 |
* | Must explicitly define MACOS_X here or lcc won't build on the Mac. | icculus | 2005-11-28 | 1 | -0/+5 |
* | * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.local | tma | 2005-11-26 | 1 | -9/+0 |
* | Mac OS X work...lots of little changes that touch a lot of random places. | icculus | 2005-11-26 | 2 | -0/+26 |
* | Potential fix to https://bugzilla.icculus.org/show_bug.cgi?id=2486 | tma | 2005-11-15 | 1 | -30/+21 |
* | * I'm so anal | tma | 2005-11-06 | 1 | -0/+0 |
* | * Install the tools on every build, so a distclean isn't necessary if the tool | tma | 2005-11-06 | 13 | -2525/+115 |
* | * Removed the last of the binary target stuff from lcc (hopefully) | tma | 2005-11-02 | 57 | -8264/+2 |
* | * Removed the lcc self tests -- there are none that test bytecode | tma | 2005-11-02 | 302 | -228622/+2 |
* | * Fix for lcc on windows so that it can execute files with spaces in them | tma | 2005-11-02 | 1 | -2/+5 |
* | * Split off q_platform.h from q_shared.h | tma | 2005-11-01 | 12 | -428/+122 |
* | * More Solaris work | tma | 2005-11-01 | 1 | -2/+2 |
* | * Further work on the Solaris port from Vincent S. Cojot | tma | 2005-10-31 | 1 | -26/+47 |
* | * Beginnings of Solaris support from Vincent S. Cojot | tma | 2005-10-29 | 4 | -30/+52 |
* | * Added STATUS | tma | 2005-10-29 | 5 | -5/+5 |
* | * Use platform headers to source various libc prototypes instead of unsafe | tma | 2005-10-26 | 1 | -6/+6 |
* | * Small changes to distclean target from vapier | tma | 2005-10-26 | 2 | -1/+2 |
* | * Split lcc $AR into $AR and $ARFLAGS (from vapier) | tma | 2005-10-26 | 1 | -3/+4 |
* | * Deleted some exes that were in the repository | tma | 2005-10-21 | 3 | -0/+0 |
* | * Added option to q3asm to instruct it to create qvms compatible with Q3 1.32b | tma | 2005-10-16 | 1 | -11/+40 |
* | * (Non-trivial) fix to the "opStack corrupted in compiled code" bug | tma | 2005-10-13 | 1 | -1/+7 |
* | * Removed Q3ASM_TURBO defines from q3asm | tma | 2005-10-13 | 2 | -992/+4 |
* | ugly: undefine memmove to avoid build failure with gcc fortify | ludwig | 2005-10-09 | 1 | -0/+4 |
* | * Patch from Andreas Kohn to fix q3asm build on FreeBSD | tma | 2005-10-07 | 2 | -10/+4 |
* | * Append LCC directory to the PATH variable on all platforms | tma | 2005-10-05 | 1 | -24/+39 |
* | * Fixed a foul-up with the lcc Makefile | tma | 2005-10-05 | 1 | -1/+1 |
* | * Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-... | tma | 2005-10-05 | 2 | -19/+1076 |
* | * Fixes to the MinGW vm compiler | tma | 2005-10-05 | 4 | -104/+136 |
* | * VM game modules now built from the main Makefile | tma | 2005-10-04 | 1 | -211/+211 |
* | * MinGW fixes to the tools Makefiles | tma | 2005-10-04 | 2 | -3/+17 |
* | * Added install/uninstall rules to the lcc and q3asm Makefiles | tma | 2005-10-04 | 14 | -14/+11 |
* | * Moved lcc and q3asm into code/tools | tma | 2005-10-04 | 452 | -0/+263286 |