Commit Graph

818 Commits

Author SHA1 Message Date
Zephaniah E. Hull ed009f1449 Ok, no more false triggers.. 2000-01-19 22:51:34 +00:00
Zephaniah E. Hull 488423edb7 Tweak a bit.. 2000-01-19 18:14:28 +00:00
Zephaniah E. Hull b5034f28d6 The real speed cheat fix! 2000-01-19 16:35:26 +00:00
Zephaniah E. Hull 34391442c7 Merged render.h, to fix compile warnings..
No more compile warnings! A completely clean build on my system!
Wrapped all the unistd.h includes with #ifdef HAVE_UNISTD_H.
Seems like there is more, but that looks like it..
2000-01-19 11:01:04 +00:00
Bill Currie 9f7c061fb0 find ... rm should not be needed now 2000-01-19 10:53:38 +00:00
Bill Currie 4ce6fd0de1 make distclean now does a better clean 2000-01-19 10:41:18 +00:00
Bill Currie 77ef82b00a forgot this stuff in the rpm stuff move 2000-01-19 10:34:31 +00:00
Bill Currie 9ab2718e56 moved build_rpm.in and quakeforge.spec.in to the rpm directory 2000-01-19 10:31:53 +00:00
Zephaniah E. Hull 1b35ce2acc Zapped. 2000-01-19 09:47:45 +00:00
Jeff Teunissen b21a53861e Changed URL for Utah GLX 2000-01-19 09:02:12 +00:00
Jeff Teunissen e28f7306aa Moved Linux opening-svgalib-targets-from-X notes to section 4.2,
"Platform-specific Issues".
2000-01-19 08:37:54 +00:00
Bill Currie 49fb4b7dcf comment out the "Converting 8to24" message 2000-01-19 08:33:15 +00:00
Nelson Rush 32f47abe81 added mention in the errata about x11 exiting and the need to 'xset r on' to get repeat back.. 2000-01-19 08:19:41 +00:00
Bill Currie c5b98914ae allow VID_ShiftPalette to do something in experimental code 2000-01-19 08:15:30 +00:00
Bill Currie 746d94487d removed redundant file. 2000-01-19 08:12:37 +00:00
Jeff Teunissen a2a7c92e25 Possible fix to gas2masm for VC++ 2000-01-19 07:59:47 +00:00
Nelson Rush 53982ecb8f fixed directions 2000-01-19 06:30:19 +00:00
Jeff Teunissen 2ed2f5f7ca Added very evil, and very unportable, Makefile for gas2masm on Linux for
testing purposes. It may go away soon, or improved drastically -- I don't
know.
2000-01-19 06:29:45 +00:00
Nelson Rush 9ffb99910b fixed directions 2000-01-19 06:29:32 +00:00
Bill Currie 98f440fd51 run config.status instead of configure when the Makefiles are out of date. This
way, configure options don't get lost.

Unfortunatly, config.status gets called four times :(
2000-01-19 06:13:46 +00:00
Nelson Rush 736ded3bfb damnit 2000-01-19 06:02:33 +00:00
Nelson Rush 404afdad37 need to recommit this 2000-01-19 05:56:17 +00:00
Nelson Rush 9e758f3f01 added jason nelson to the CREDITS 2000-01-19 05:51:13 +00:00
Nelson Rush 1c8689b1dd added jason nelson to the authors 2000-01-19 05:50:29 +00:00
Nelson Rush b452b57f5c added the rest of the win32 support, added README.WIN to explain changes 2000-01-19 05:48:59 +00:00
Nelson Rush 45e2b45148 fixed VC win32 support for standalone, thanks to Jason Nelson
i think i got it all
2000-01-19 05:40:58 +00:00
Joseph Carter 2d6be70bd7 Technically a new feature, but every developer asked wanted it provided it
didn't break anything.  It doesn't, so here it is:  show_fps for uquake!
2000-01-19 05:31:22 +00:00
Marcus Sundberg 6bc6afee70 Added some entries on me. 2000-01-19 02:07:34 +00:00
Marcus Sundberg 87eb0216b5 Updated DGA and XMESA code;
We now use dlsym() to check for XMesaSetFXmode() at runtime.
If we find XMesaSetFXmode() all DGA code is disabled so it won't clash
with Glide (Glide on Voodoo 3 uses DGA internally...)
For XMESA we now check the MESA_GLX_FX environment variable at startup to
detect whether we are started in windowed or fullscreen mode, and then
set the cvar vid_glx_fullscreen to match that.
2000-01-19 01:55:15 +00:00
Marcus Sundberg 36512aff7f Call S_Init() from VID_Init(). 2000-01-19 01:43:39 +00:00
Marcus Sundberg c156232c95 Link the *-gl binaries with @DYN_LIBS@. 2000-01-19 01:24:41 +00:00
Marcus Sundberg b7527923bd Check for dlfcn.h and dlopen().
Due to re-designed gl_vidglx.c we don't need XMesaSetFXmode in the GL
library if we have dlopen().
Define DYN_LIBS for Makefiles.
2000-01-19 01:21:28 +00:00
Joseph Carter c3035f6f7a Added a check for strsep(), HAVE_STRSEP is defined if you do. 2000-01-18 23:15:16 +00:00
Marcus Sundberg bc388056d0 Removed unused variable vidmodes. 2000-01-18 22:58:28 +00:00
Marcus Sundberg fd9c17fe71 Replaced don't with do not so emacs font-lock-mode works ;) 2000-01-18 22:45:44 +00:00
Marcus Sundberg 7f6a114dd9 Removed bogus checks on unused variable. 2000-01-18 22:41:06 +00:00
Eric Windisch c363d72c3c Fixed a typo that said "experiemental", no biggie.. would have been embarrassing
for a release though :)
--
Eric Windisch
2000-01-18 20:57:18 +00:00
Bill Currie c494af94b6 Remove the #ifndef arround the wateralpha code. It doesn't actually fix the
wateraplha+mirroralpha problem according to knghtbrd
2000-01-18 20:33:23 +00:00
Marcus Sundberg 00fa83c923 Removed the stupid and pointless messing with O_NDELAY. 2000-01-18 20:18:35 +00:00
Marcus Sundberg b82d8d0e9f Starting up with all IP-addresses banned seems like a very bad idea... 2000-01-18 20:15:35 +00:00
Marcus Sundberg e47536bb85 The DGA checking code is hardly experimental. 2000-01-18 18:15:15 +00:00
Bill Currie f9e636c147 AUTHORS CREDITS:
add Nye Liu <nyet@nbase.com>
qw_common/common.c:
	include changes nyet (above:) found were needed.
2000-01-18 09:16:45 +00:00
Bill Currie f6e3e6969d .gitignore:
added build_rpm and quaeforge-*.tar.gz
Makefile.in:
	added build_rpm quakeforge-*.tar.gz quakeforge.spec to distclean
2000-01-18 05:42:04 +00:00
Bill Currie adeab9e9d8 quakeforge.spec.in:
a few corrections to get rpms building. NOTE: THIS WILL NOT WORK FOR
	-pre VERSIONS because rpm doesn't like `-' in the version string.
common/gl_rsurf.c:
	experimentally comment out some code that /seems/ to fix the
	r_{water,mirror}alpha bug.
2000-01-18 05:36:42 +00:00
Jeff Teunissen ebf2aef910 Moved some do_not_include stuff where it belongs...Thanks go to Thad Ward
<coderjoe@grnet.com>
2000-01-18 04:10:34 +00:00
Bill Currie 8e71060e5b better find matching 2000-01-18 04:07:38 +00:00
Bill Currie 870110d713 configure.in:
added --enable-experimental
	create build_rpm (with some tidy up in that region)
build_rpm.in:
	initial checkin. not yet complete, but it builds a .tar.gz
2000-01-18 04:02:58 +00:00
Eric Windisch 14168f693a Removed _EXPERIMENTAL_ from waterripple as it is very stable..
also made the cvar a multiplier (the old multiplier was 8), defaults
to 0.  The cvs2cl changelog should just be whitespace changes, whoops.
2000-01-18 03:38:04 +00:00
Joseph Carter 3f74fe38b8 ./configure --enable-newstyle now actually does something. It changes the
default game name from "id1" to "base".  This allows you to have full and
shareware version's of Id's pak's installed, as well as other full TC's
you want..  You may want to make base a symlink to id1 for now since you
currently can't have multiple -game's, that's my next fix.
2000-01-18 03:13:38 +00:00
Nelson Rush e75779c171 another one came to mind 2000-01-18 03:03:47 +00:00