2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* General decrufting: * Removed Q3_STATIC and associated defines * Removed MAC_STATIC * Replaced __LCC__ with Q3_VM * Removed bspc and splines directories More... over 19 years ago
* Fix to the VM interpreter on the linux ppc dedicated server More... over 19 years ago
* Fix to the VM interpreter on the linux ppc dedicated server More... over 19 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 19 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 19 years ago
use memcpy for OP_BLOCK_COPY More... over 19 years ago
use memcpy for OP_BLOCK_COPY More... over 19 years ago
add HAVE_VM_COMPILED variable so one can override it in Makefile.local More... over 19 years ago
add HAVE_VM_COMPILED variable so one can override it in Makefile.local More... over 19 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 19 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 19 years ago
* In hindsight this is probably wise too More... over 19 years ago
* In hindsight this is probably wise too More... over 19 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 19 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 19 years ago
* Compiler warning fix from ankon More... over 19 years ago
* Compiler warning fix from ankon More... over 19 years ago
* Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2454 More... over 19 years ago
* Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2454 More... over 19 years ago
* Fix the x86 vm More... over 19 years ago
* Fix the x86 vm More... over 19 years ago
* ...and the other common headers More... over 19 years ago
* ...and the other common headers More... over 19 years ago
* Ignore __attribute__ when not using gcc More... over 19 years ago
* Ignore __attribute__ when not using gcc More... over 19 years ago
add x86_64 vm. experimental, not enabled by default. you need as for it to work. More... over 19 years ago
add x86_64 vm. experimental, not enabled by default. you need as for it to work. More... over 19 years ago
* Add notional support for various architectures from vapier. Whether or not these architectures work in practice is another matter :). More... over 19 years ago
* Add notional support for various architectures from vapier. Whether or not these architectures work in practice is another matter :). More... over 19 years ago
* Use platform headers to source various libc prototypes instead of unsafe static ones (from vapier) More... over 19 years ago