Commit graph

130 commits

Author SHA1 Message Date
Bill Currie
9a9367ae08 update for modern auto tools 2002-10-26 04:27:10 +00:00
Bill Currie
f15ca83c60 mingw cross compile fixes 2001-10-19 06:46:32 +00:00
Bill Currie
55229ae4e2 fixes for automake 1.5 2001-10-17 23:06:49 +00:00
Bill Currie
0de1421e61 remove some duplicate header tests 2001-10-16 16:24:34 +00:00
Bill Currie
294e8b5dea cross compilation fixes 2001-10-16 16:16:52 +00:00
Bill Currie
1ed975edd5 backport 0.5's sys stuff. much saner linking. 2001-08-20 22:08:54 +00:00
Bill Currie
305fc0c371 misc fixes to get -wgl to cross compile 2001-08-15 18:07:55 +00:00
Bill Currie
c4fe80e9c3 check for _snprintf and _vsnprintf 2001-07-08 16:31:27 +00:00
Bill Currie
a823912075 Apply most of Bruce Momjian's BSD/OS 4.2 patches. I didn't include his sound
stoping code because I don't like the way it was done, I'll work on
implementing a better version next.

        * Use of poll() is not standard.  I replaced it with usleep(),
which I think is more portable.  I know linux supports usleep() and all
BSD's.  Another option would be to use select(), which is much more
widely supported than poll().

        * Modified in_x11.c to stop sound and turn on keyboard repeat
when the Quake window loses focus.  It turns them back on/off when the
window gains focus.  I often play quake and leave the window to do
something else, and the lack of repeat and quake sounds were annoying.

        * Fix the -nomouse option so it still allows keyboard actions.
The current code skips keyboard setup when -nomouse is used.

        * Fix so config.cfg option "confirm_quit" works under X11.
2001-07-05 19:07:02 +00:00
Adam Olsen
11de1a1fde disable fbdev by default 2001-06-12 00:03:16 +00:00
Joseph Carter
883b7ecf80 newstyle dies! 2001-06-06 14:29:58 +00:00
Bill Currie
e0b00dfda0 so THAT'S what snd_mme is for (alpha true64). don't know if this compiles,
but don't want it getting lost again.
2001-05-29 22:38:40 +00:00
Bill Currie
bc6ff9fc19 it seems autoconf 2.50 doesn't like nested AC_CHECK_FUNC calls 2001-05-26 04:08:32 +00:00
Jeff Teunissen
8f66467568 Misc. cleanups to configure; shaving off some of the excess fat. 2001-05-23 08:12:30 +00:00
Adam Olsen
920de43af9 - remove align flags from gcc command line
- only use usleep if HAVE_USLEEP is defined
2001-05-22 05:39:16 +00:00
Jeff Teunissen
75089e506e Configure updates, also rev for 0.3.1 2001-05-13 05:08:49 +00:00
Bill Currie
5c63c96340 fix a silly bug in --with-user-cfg 2001-03-09 21:48:36 +00:00
Bill Currie
24841130a7 change egcs to kgcc for the broken distro 2001-03-08 21:03:39 +00:00
Ragnvald Maartmann-Moe IV
2bb966d1f7 Remove support for unreleased ALSA 0.6, replace with current 0.9 support.
(thanks to Abramo Bagnara)
2001-02-23 22:24:26 +00:00
Bill Currie
32c6b2be38 add reporting of compression support 2001-02-22 06:03:44 +00:00
Bill Currie
8711d430d1 rev for 0.3.0 release 2001-02-12 07:17:01 +00:00
Bill Currie
0ffba7e3da add fs_usercfg. defaults to "" (nothing) in oldstyle, or "~/.PACKAGErc" in
newstyle.
2001-02-10 00:40:55 +00:00
Bill Currie
5b2561720e improve the ZERO_LENGTH_ARRAY test and fall back to using [1] if neither [0]
nor [] work.
2001-02-08 20:55:45 +00:00
Bill Currie
b443a0254e rev version for beta7 2001-02-06 00:29:16 +00:00
Bill Currie
d6c8b85103 autoconfiscate FB_AUX_VGA_PLANES_VGA4, FB_AUX_VGA_PLANES_CFB4 and
FB_AUX_VGA_PLANES_CFB8
2001-02-02 16:31:20 +00:00
Bill Currie
ff12a738b5 Linux frame buffer support from Ryan Nielsen <ran@gondolin.fortyoz.org> (thank
you). While not yet fully functional, it compiles and runs to the point of
failing to find a mode (probably my fault, that:), but there's no mouse
support yet and the keyboard input isn't playable.
2001-02-02 05:56:53 +00:00
Bill Currie
21654b12e5 server builds (and works, thanks for the test, Dabb) and an sdl client attempts
to link.
2001-01-24 17:41:34 +00:00
Bill Currie
733d55603c partial fixes for cross-compiling using mingw32. MIGHT break normal builds 2001-01-24 00:06:58 +00:00
Jeff Teunissen
e9f3f3fa37 configure typo fixed. 2001-01-23 04:15:43 +00:00
Jeff Teunissen
2388cf8f9c Remove the checks for SDL headers. They weren't right anyway, and it's
covered by the SDL check anyway. :)
2001-01-23 04:11:43 +00:00
Bill Currie
9a9e827d6d fix the description of --with-newstyle 2001-01-19 06:09:01 +00:00
Bill Currie
186bec3342 remove the hardcoding of qw from all but the default server gamedir. This
should take care of skin downloads when using --with-newstyle
2001-01-19 03:36:08 +00:00
Dabb
219a684fd0 Added --enable-packetlog to allow easy use of built-in packet logger.
Note: EXPERIMENTAL - meant for bug hunting.
2001-01-15 16:55:09 +00:00
Bill Currie
7d8fb5901e ipv6 support. TOTALLY untested except for compile time. 2001-01-15 04:09:07 +00:00
Bill Currie
4883085aff correct zlib search (#128670) 2001-01-14 03:17:47 +00:00
Bill Currie
d57764745e forgot about cpp and args 2001-01-13 05:35:04 +00:00
Bill Currie
3ea038af68 test for the evil spawn of satan (gcc 2.96) and try to cope 2001-01-13 05:28:00 +00:00
Bill Currie
21759c69b3 if we include it, test for it (except X11/* GL/*) in the main header test block 2001-01-12 05:29:14 +00:00
Jeff Teunissen
84ad232ed0 Getting ready for 0.2.99beta6... 2001-01-11 10:07:19 +00:00
Zephaniah E. Hull
1369e3f28c Cleaned up the x86 compiler setting stuff. 2001-01-11 10:04:08 +00:00
Bill Currie
cea0adf4ff use a saver version number :/ 2001-01-11 08:51:59 +00:00
Jeff Teunissen
53e408be2e Fix joystick detection on Linux 2001-01-10 04:02:52 +00:00
Jeff Teunissen
7bc5f87d53 Add --with-amd argument to optimize for AMD processors on x86. Does
nothing elsewhere, of course.
2001-01-09 00:14:50 +00:00
Bill Currie
22ad49f949 rev version number for release 2001-01-08 18:04:01 +00:00
Bill Currie
9cd130ec69 non-cvs trees would not make after configure using ./configure && make due to
the last command returning non-zero. Also, check for CVS in $srcdir rather than
.
2001-01-06 04:19:20 +00:00
Bill Currie
381f5b6df4 cvars and cvar alias now use a hash table for lookups. commands and aliases
coming soon :)
2001-01-04 19:10:38 +00:00
Bill Currie
6a52b0460c fix some silly typoes and ommissions (thanks, Scottie) 2001-01-03 05:24:00 +00:00
Bill Currie
e245db2d12 shouldn't have taken out the sound headers 2000-12-30 05:15:00 +00:00
Bill Currie
5197a6443d every single system header file we currently include is now checked for 2000-12-30 03:07:57 +00:00
Bill Currie
60fe4aea40 forgot these 2000-12-30 02:25:58 +00:00