31
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Apr 09, 2023 — Apr 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
5+2==7 :-) More... over 18 years ago
use memcpy to fix use of misaligned data More... over 18 years ago
* More Solaris work More... over 18 years ago
* Further work on the Solaris port from Vincent S. Cojot More... over 18 years ago
* STATUS update More... over 18 years ago
* Applied https://bugzilla.icculus.org/show_bug.cgi?id=2464 * Removed rule to build C++ (for splines) from the Makefile More... over 18 years ago
* General decrufting: * Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories More... over 18 years ago
* Fix to the VM interpreter on the linux ppc dedicated server More... over 18 years ago
* Beginnings of Solaris support from Vincent S. Cojot * Note this patch also splits USE_SDL into USE_SDL_VIDEO and USE_SDL_AUDIO More... over 18 years ago
use memcpy for OP_BLOCK_COPY More... over 18 years ago
add HAVE_VM_COMPILED variable so one can override it in Makefile.local More... over 18 years ago
* Added STATUS * Updated TODO * Moved ChangeLog to root * Updated ChangeLog * s/Foobar/Quake III Arena Source Code/ * Biggest patch EVAR. I wonder how many mail boxes this will fill... More... over 18 years ago
* In hindsight this is probably wise too More... over 18 years ago
* Deleted code/unix/vm_x86.c - wtf was that about anyway? * Removed HAVE_VM_NATIVE * Removed DLL_ONLY * Replace HAVE_VM_COMPILED with NO_VM_COMPILED -- this means the JIT compiler should be enabled on the OS X and VC builds now * Remove the remainder of the freetype building stuff More... over 18 years ago
* Compiler warning fix from ankon More... over 18 years ago
* Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2454 More... over 18 years ago
* Fix the x86 vm More... over 18 years ago
* ...and the other common headers More... over 18 years ago
* Ignore __attribute__ when not using gcc More... over 18 years ago
add x86_64 vm. experimental, not enabled by default. you need as for it to work. More... over 18 years ago
* Add notional support for various architectures from vapier. Whether or not these architectures work in practice is another matter :). More... over 18 years ago
* Use platform headers to source various libc prototypes instead of unsafe static ones (from vapier) More... over 18 years ago
* Small changes to distclean target from vapier More... over 18 years ago
* Split lcc $AR into $AR and $ARFLAGS (from vapier) More... over 18 years ago
* Fixed the OS X build as broken by revision 181 More... over 18 years ago
* Moved various source files from their mod sdk locations to places more appropriate for open source Q3 * This patch looks bigger than it really is, however it will probably break the VC and OS X builds (easy to fix though) More... over 18 years ago
* Fixed some warnings on the OS X build More... over 18 years ago
* Fixed a bug with QVM loading on big endian architectures More... over 18 years ago
* Removed some Conscript More... over 18 years ago
* Fixed unused variable warning More... over 18 years ago