3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Marcus's patch to align surfcache_t structs for 64-bit platforms. More... about 25 years ago
pandr's autoconf cleanup. Now uses common/cd_wrapper.c to replace some of the things autoconf was doing before but really shouldn't have been. More... about 25 years ago
uquake/sys_sun.c has been moved to uquake/sys_unix.c which is the proper filename More... about 25 years ago
removed nested comments More... about 25 years ago
added names More... about 25 years ago
added [email protected] 's patch More... about 25 years ago
added some things to the TODO More... about 25 years ago
sys_sun.c renamed to sys_unix.c, Makefile should recognize it now. More... about 25 years ago
Added loring's 1999/12/30 menu.c patch for AIX - level_t -> quakelevel_t More... about 25 years ago
added loring's 1999/12/30 patch for glquake.h, hand edited because he missed some updates. More... about 25 years ago
i've added cesarb's fix: top-level Makefile has @src_dir@, right thing is @srcdir@, and some tabs seem tohave been converted to spaces. More... about 25 years ago
*** empty log message ***
ewindisch
as Eric Windisch
More... about 25 years ago
Made the Makefile checks ifeq(VAR,yes) rather than ifneq(VAR,) to make things more robust. Fixed HAS_TDFX in configure.in for real this time. More... about 25 years ago
make sure that HAVE_TDFX="no" if we don't find it More... about 25 years ago
Removed note for Utah GLX users that no longer applies More... about 25 years ago
use AC_DEFINE() instead of the confdefs.h hack More... about 25 years ago
More GLAPIENTRY fallout...earlier search/replace methods had left some stuff out...all better now. More... about 25 years ago
Repaired my own fix...that'll teach me to use #error without putting the error text in quotes... :) More... about 25 years ago
Fixed up screwy GLAPIENTRY fix for older Mesa versions. We can support Mesa 3.0 again. More... about 25 years ago
autoconf updates, several autoconf options have changed how they are run, please run ./configure --help to see what's what. Also made --help output worth looking at. More... about 25 years ago
Unrolled all the {client,post,pre,rules,srcfiles}.in files into the proper places in the various Makefile.in's. Having them all in the module root like that may make it easy to make a change that affects everything all at once but it's real bitch to try and maintain those files. They're all gone now and we'll just have to maintain the seperate makefiles. More... about 25 years ago
This file should be here. More... about 25 years ago
INDEX8 fix--doh! More... about 25 years ago
autoconf support is just about complete now! the -3dfx targets build and were tested successfully. There are a few hardwired LDFLAGS to clean up (-lm, -ldl, -lvga, and -lGL) in various targets still. In order to build with Mesa versions prior to 3.1 you'll need to change -lGL to -lMesaGL. I'll teach autoconf how to do this tonight. It's safe to come out from behind your pre_autoconf branch now guys. ;> More... about 25 years ago
Fixed the target line. More... about 25 years ago
autoconf now looks for lib3dfxgl.so to figure out whether or not to build the -glide targets (now named -3dfx..) Thid doesn't mean that I have actually written the makefile stuff for these targets, but rather that I have written the foundation needed to create them. More... about 25 years ago
Another commit from hell! Fixes to autoconf for Utah GLX and the base of support for the return of a glide target. Things are still a bit broken however as I need to write glide build rules. I probably have more to do in configure.in, I want to make libGL detection work more like Glide's does now. The Glide detection rule was lifted almost wholesale from Mesa because it works and I couldn't write anything that would work better. More... about 25 years ago
Ryan C. Gordon provided a small cleanup for snd_dma.c which fixes a crash if sound could not be started properly for some reason. More... about 25 years ago
Squashed a QW showstopper, last one I hope! Fixed a rare chance of a buffer overflow attack in the display code. More... about 25 years ago
Loring Holden's autoconf support. {qw-client,quake}-glide is currently not built since neither of us has the hardware available at the moment to test the 3dfx MiniGL target. Someone who does (Mercury?) will have to fix that. Bins all build in odd places for the moment. Thanks for staying up so late to help get this working Loring, you rock! More... about 25 years ago