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
* Removed Q3ASM_TURBO defines from q3asm * Removed q3asm qfiles.h and redirected it to qcommon qfiles.h More... over 19 years ago
Fix build problems under OS X
Six
More... over 19 years ago
Fix build problems under OS X
Six
More... over 19 years ago
* Replaced drawSurfs qsort algorithm with a radix sort + Performance is comparable, although generally slightly worse, but... + Radix is a stable sort algorithm, so overlapping coplanar drawSurfs (i.e. with the same sort key) no longer flicker indeterminately + Also removes the dubious comment: "FIXME: this was lifted and modified from the microsoft lib source..." More... over 19 years ago
* Replaced drawSurfs qsort algorithm with a radix sort + Performance is comparable, although generally slightly worse, but... + Radix is a stable sort algorithm, so overlapping coplanar drawSurfs (i.e. with the same sort key) no longer flicker indeterminately + Also removes the dubious comment: "FIXME: this was lifted and modified from the microsoft lib source..." More... over 19 years ago
- get rid of vm_none - if VM_PPC is set compiled vm support is enabled on ppc (default off atm) More... over 19 years ago
- get rid of vm_none - if VM_PPC is set compiled vm support is enabled on ppc (default off atm) More... over 19 years ago
ugly: undefine memmove to avoid build failure with gcc fortify extensions enabled More... over 19 years ago
ugly: undefine memmove to avoid build failure with gcc fortify extensions enabled More... over 19 years ago
don't call VM_Compile if it's not supported so the VM_Compile symbol isn't needed More... over 19 years ago
don't call VM_Compile if it's not supported so the VM_Compile symbol isn't needed More... over 19 years ago
* q3lcc is no longer the default target in the Makefile * Changed readme to suggest using the root Makefile instead of the one in code/unix More... over 19 years ago
* q3lcc is no longer the default target in the Makefile * Changed readme to suggest using the root Makefile instead of the one in code/unix More... over 19 years ago
Mac OS X needs Com_Memcpy and Com_Memset to be set to memcpy and memset.
Six
More... over 19 years ago
Mac OS X needs Com_Memcpy and Com_Memset to be set to memcpy and memset.
Six
More... over 19 years ago
* Patch from Andreas Kohn to fix q3asm build on FreeBSD * Removal of SYSTEM variable from the lcc makefile due to problems with FreeBSD More... over 19 years ago
* Patch from Andreas Kohn to fix q3asm build on FreeBSD * Removal of SYSTEM variable from the lcc makefile due to problems with FreeBSD More... over 19 years ago
* ATI skybox bug fix More... over 19 years ago
* ATI skybox bug fix More... over 19 years ago
* Usage of find on FreeBSD fix from Andreas Kohn More... over 19 years ago
* Usage of find on FreeBSD fix from Andreas Kohn More... over 19 years ago
* Append LCC directory to the PATH variable on all platforms More... over 19 years ago
* Append LCC directory to the PATH variable on all platforms More... over 19 years ago
* Fixed a foul-up with the lcc Makefile More... over 19 years ago
* Fixed a foul-up with the lcc Makefile More... over 19 years ago
* A couple of small Makefile fixes More... over 19 years ago
* A couple of small Makefile fixes More... over 19 years ago
* Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html * Added -m option to q3asm to write a map file (which is now disabled by default) * q3asm now returns an error code on failure More... over 19 years ago
* Applied q3asm-turbo patches from http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html * Added -m option to q3asm to write a map file (which is now disabled by default) * q3asm now returns an error code on failure More... over 19 years ago
* Fixed some vm build warnings More... over 19 years ago