Commit graph

548 commits

Author SHA1 Message Date
Marcus Sundberg
909106ce90 Include quakedef.h first so we get config.h definitions. 2000-03-19 20:39:32 +00:00
Marcus Sundberg
27528735bd Backport from main trunk:
Honor _windowed_mouse in addition to LibGGI's native Ctrl-Alt-m method.
Requires current LibGII.
Added support for numpad keys and some other ones missing.
2000-03-19 20:29:42 +00:00
Bill Currie
47f1a075fd back ported the fix for post pre alsa 0.5.0 2000-03-18 05:06:27 +00:00
Joseph Carter
da635c0fb7 sdennis101@geocities.com provided a segfault fix in net_udp.c - this is
for stable.
2000-03-17 20:08:49 +00:00
Joseph Carter
8e477a0327 final 0.1.1 changes 2000-02-27 12:31:10 +00:00
Joseph Carter
24259ec461 "flashing" sbar problem in X11 clients fixed
statusbar is now always "normal" with -hipnotic and -rogue
2000-02-27 06:26:07 +00:00
Joseph Carter
1f52f65c74 gl_clear defaults to 1 now, clears to black (avoids snow)
cl_sbar 1 should work now
2000-02-27 06:03:58 +00:00
Joseph Carter
7f08f5eadc Very minor changes.. 2000-02-21 00:43:03 +00:00
Joseph Carter
b4112d0eca Several updates that are going into 0.1.1---please feel free to test! 2000-02-21 00:28:23 +00:00
Joseph Carter
259b41b6f9 Added NEWSTYLE and GAMENAME for EmpireOS. 2000-01-26 07:59:16 +00:00
Joseph Carter
a2c74bb21e Added NEWS to debian/*.docs 2000-01-23 09:28:51 +00:00
Joseph Carter
37d11d0207 debian/* cleanups 2000-01-23 09:27:52 +00:00
Joseph Carter
da273b434e Fixed sbar problems! This ended up requiring backports from the unstable
tree, but this is AFAIK the last issue before release.
2000-01-23 06:35:16 +00:00
Joseph Carter
7d4c663f4c Fixed bug which would cause a segfault if MESA_GLX_FX is unset with
fxmesa.
2000-01-23 04:13:52 +00:00
Bill Currie
bfc46f2940 make distclean now cleans up in rpm 2000-01-23 00:52:07 +00:00
Bill Currie
2f5ba89cf0 build_rpm.in:
now builds the rpms. NOTE: only i386 and i686 supported for now. other
	archs need to be atted to the mkdir -p line for RPMS.
rpmrc:
	new file. tell rpm where to pick up our macros for _topdir
2000-01-23 00:45:19 +00:00
Jeff Teunissen
9be70be1b0 Preliminary (probably nonfunctional) support for QW's HUD in UQ. Beware! 2000-01-22 22:21:46 +00:00
Jeff Teunissen
6f01303711 Created cl_sbar definitions for UQ in client.h 2000-01-22 22:09:54 +00:00
Marcus Sundberg
90655dcadd Changed sys_wina to sys_dosa 2000-01-22 16:45:23 +00:00
Marcus Sundberg
595d38cb89 Removed for the second time. If there is a problem with sys_dosa.s and Win32 - fix it right. 2000-01-22 16:43:42 +00:00
Zephaniah E. Hull
427b74299d No more -DGLQUAKE!!!
Took me 9+ hours straight to do it, but its done!
2000-01-22 12:54:51 +00:00
Jeff Teunissen
2930814d25 r_main.c cosmetic changes ("Globals missaligned" -> "Globals misaligned"),
cleaned up a couple #if's
2000-01-22 11:22:28 +00:00
Jeff Teunissen
35169e2b94 Merged r_main.c -- it wasn't the chore it looked like it was going to be.
It's still #ifdef'ed all over the place, but there are max. 100 lines that
aren't common.
2000-01-22 10:51:27 +00:00
Joseph Carter
fd5c61e51a Multiple dirs may be specified on cmdline now. -game dir1,dir2,...,dirN
Use commas, not spaces or quotes or anything---the function used to do the
parsing is ... unintelligent.  ;>  Something better than the current
method will appear when we migrate to a better cmdline parser.
2000-01-22 09:16:19 +00:00
Joseph Carter
1cc41775a7 Fixed r_wateralpha... 2000-01-22 03:41:35 +00:00
Joseph Carter
e4056d6d24 Added the NEWS file. 2000-01-22 03:20:25 +00:00
Nelson Rush
1b5ce392b9 merged identical categories 2000-01-21 06:29:30 +00:00
Nelson Rush
58af7440fe mentioned that marcus added the mingw32 support 2000-01-20 17:58:13 +00:00
Eric Windisch
c2ac36e5ca r_fog now specifies the fog density, and i moved the color back to white.
This is a minor change, I wasn't gonna do it but several users wanted it..
-- Eric Windisch
2000-01-20 04:11:12 +00:00
Eric Windisch
28a832f5ac Disabled all waterwarp effects for the release, perhaps we will renable it
after we fix it. (r_waterwarp now defaults to 0)
-- Eric Windisch
2000-01-20 03:15:11 +00:00
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