Commit graph

64 commits

Author SHA1 Message Date
Jamie Wilkinson
53a863747f - Applied patch from Steven Winston for zipped packfile
support.  Unfortunately this patch doesn't allow the old
  pk2 format, so it's currently disabled with a HAVE_ZIP
  macro wrapping the code.
2003-02-23 12:12:37 +00:00
Jamie Wilkinson
762bcb6e23 - Applied patch from Steven Winston for MP3 playback support
using libmpg123.  No configure test yet, so the code is
  disabled by default.
2003-02-23 11:50:40 +00:00
Jamie Wilkinson
ac36ffaaf7 - Reverted to old pthreads message, as the new one was
breaking in the generated script.
- Removed some redundant commented out checks
2003-02-21 03:15:37 +00:00
Jamie Wilkinson
5e8aaafe64 - Added some more comments
- Changed posix threads not found error message.
- Removed done items from TODO list
2003-02-20 05:57:11 +00:00
Jamie Wilkinson
3ded630b6e - More verbose configure reports, informative tests.
- Updated TODO list
2003-02-19 14:16:16 +00:00
Jamie Wilkinson
0dda5022d2 - Fix typo in configure 2003-02-11 05:20:02 +00:00
Jamie Wilkinson
23b2239321 - Verbose configure patch 2003-02-11 05:16:08 +00:00
Jamie Wilkinson
16b8934801 - Making configure more verbose and friendly. 2003-02-09 23:36:46 +00:00
Jamie Wilkinson
bd674b91df - Ulrich pointed out that the last release didn't contain
the asm stuff, tracked it down to a bug in the
  Makefile.am.  Fixed that, bumped the version number, added
  news.
- Updated release script to cope with version numbers with
  more than one decimal point.
2003-02-06 00:50:08 +00:00
Jamie Wilkinson
4674ab5136 - Note to self: bump version number in configure.in when
making a new release.
2003-01-30 13:35:03 +00:00
Jamie Wilkinson
44db620af6 - Applied patch from Marc Leeman to specify the location of
autoconf helper scripts.
2003-01-01 02:34:13 +00:00
Jamie Wilkinson
8efa11c6ca - Added a RPM spec file from Paul Jenner. 2002-12-24 00:19:15 +00:00
Jamie Wilkinson
3eb6a3f91a - Added --disable-warn flag to configure for bodgy compilers
and OSes with bodgy headers.  (Closes: #64)
2002-12-23 14:04:34 +00:00
Jamie Wilkinson
958c381926 - Got rid of a comma (and reworded the MSG_RESULT) to fix a
cosmetic breakage in configure.
2002-12-06 15:03:15 +00:00
Jamie Wilkinson
3de95855fe - Removed libltdl from the code. Not only does this make
the code make more sense, it also means that the dynamic
  loading of game and video refreshers (especially video
  refreshers) is consistent -- which means that you can now
  change video modes FROM WITHIN QUAKE2 as Carmack intended,
  and quake2 no longer dies with an Xlib error on exit, so
  your resolutions and gamma are restored!  (Closes: #34)
2002-12-06 14:49:11 +00:00
Jamie Wilkinson
bd911a47db - Applied patch from Vincent S. Cojot for solaris. He's
taken his patch against icculus.org's quake2 tree, and
  applied it to solaris/ and then migrated that stuff to our
  tree in src/ so it gets built.
2002-11-24 05:14:29 +00:00
Jamie Wilkinson
fb673df934 - Applied a patch from Ulrich Spoerlein that fixes build
problems on OpenBSD.
2002-11-04 13:11:40 +00:00
Jamie Wilkinson
a764cdfce8 - Added another fix from Ulrich for FreeBSD. 2002-10-15 22:22:53 +00:00
Jamie Wilkinson
a0757dd424 - Reworded a comment 2002-10-14 21:36:35 +00:00
Jamie Wilkinson
14068cee85 - Another FreeBSD patch from Ulrich Spoerlein, this time
removing non-standard option to xargs from bootstrap, and
  unsetting the cached GL check so the second test succeeds.
2002-10-14 20:52:28 +00:00
Jamie Wilkinson
acfa909f51 - Updated joystick support to GLX and X11. (icculus
patchsets 62,64,80)
- Bugfixed a bit, too. Compiles with --disable-joystick.
2002-10-13 13:18:03 +00:00
Jamie Wilkinson
2e808bd20e - Applied patch from Ulrich 'Q' Spoerlein to fix build
problems on FreeBSD.
2002-10-09 21:15:53 +00:00
Jamie Wilkinson
dbc7d43cdd - Applied a patch from Ulrich Spoerlein to the configure
"--with-opengl" argument.
2002-09-25 12:45:21 +00:00
Jamie Wilkinson
0e64f3b7e5 - Fiddled with configure.in, making it sensible. 2002-09-19 06:04:37 +00:00
Jamie Wilkinson
0d6131ed29 - Fixed paths to the icon data.
- Added Makefile to distribute the pixmaps.
2002-09-16 23:47:30 +00:00
Jamie Wilkinson
f00374b4c5 - Created data/ and subdirectories that gets installed and creates
the datadir for users to install the pakfiles into.  (Closes: #48)
- Moved default config file from baseq2/ to data/baseq2.
- Changed header files from EXTRA_DIST to noinst_HEADERS.
2002-09-16 14:02:04 +00:00
Jamie Wilkinson
df9f046d34 - Corrected the comment for PKGDATADIR that Chris changed
with his 3dfx commit
2002-07-22 02:03:47 +00:00
Chris Ison
147a783bb6 3dfx target fixup and glide reliance removal 2002-07-20 04:30:46 +00:00
Bill Currie
3b931b7ddf forgot to restore CFLAGS after the test :/ 2002-07-18 19:51:10 +00:00
Bill Currie
c1ec5e71e6 cope with gcc 3.1 2002-07-18 19:33:01 +00:00
Jamie Wilkinson
408470cce5 - Updated the README to be a bit more explicit when
specifying paths to libraries for configure.
- Added some whitespace to messages in configure.
2002-07-17 16:33:54 +00:00
Jamie Wilkinson
905edaed62 - Added compiler optimisations back to the Makefiles,
courtesy of configure.  Some basic optimisations are added
  unless optimisations are explicitly disabled.  Extra
  optimisations are added based on the cpu being built on.
2002-07-17 06:41:16 +00:00
Jamie Wilkinson
ac7df517ed - Really fixed the PKGLIBDIR bug this time (by making
exec_prefix default to $prefix)
2002-07-17 05:45:57 +00:00
Jamie Wilkinson
4a3753eaf5 - Fixed for real this time configure's ability to set a
correct PKGLIBDIR and PKGDATADIR when no --prefix is set
  on the configure line.
2002-07-17 05:10:09 +00:00
Jamie Wilkinson
abc8f0841e - Noted the requirement for automake 1.6 in the README
- Got configure to work out the BUILDSTRING (now BUILDHOST)
  for common.c
- Code cleanups.
2002-07-05 12:41:58 +00:00
Jamie Wilkinson
b1e6dd79d7 - Made the configure message from the assembler test a
little more clearer
- The floating point exception when using the assembler
  refreshers no longer occurs, which seems to be a
  by-product of the recent auto* changes.  If you can make
  quake2 FPE again, I'd like to know.  (Closes: #22)
2002-07-05 00:28:04 +00:00
Jamie Wilkinson
8ccc351f99 - Applied NetBSD patch from Quentin Garnier.
- Added a configure test for ossaudio for NetBSD.
- Added a configure test for POSIX threads, from the GNU
  autoconf macro repository.
- Fixed up some typos in the Rogue and Xatrix makefiles
2002-07-04 14:17:24 +00:00
Jamie Wilkinson
3973c870cc - Fixed up make install target, so that the dynamic modules
are installed into the correct places.
- Added libltdl, the libtool dynamic loader to the code, as
  the libraries are now under libtool control.  Libtool and
  libltdl are evil.
- Fixed various paths inside the code to point to PKGLIBDIR
  for the game and refresher modules, and PKGDATADIR for the
  game data.
- updated .gitignore
2002-07-04 00:50:09 +00:00
Jamie Wilkinson
9743e9dcce - Added library detection to configure.in, to detect
SVGAlib, X, GL, SDL, and GLIDE.  Modified the
  Makefile.am's to match the new configure variables.
  Now people don't have to manually hack src/Makefile.am to
  build their targets.
- Fixed a typo in src/qgl.h with the #define
- Added new automake generated files to bootstrap's clean
  command.
- Added build requirements to HACKING, as we now need
  automake 1.6.
- Removed note in README about the asm FPE bug, as I seem to
  have inadvertently fixed this without meaning to.
2002-07-01 04:53:50 +00:00
Jamie Wilkinson
d3f9102a3f - Fixed configure so that if xatrix and roge *are* found
then they actually get built!  Third time lucky!
2002-05-20 05:12:04 +00:00
Jamie Wilkinson
51cda7f820 - Fixed configure so that if xatrix and rogue *aren't* found
it still works.
2002-05-20 05:01:40 +00:00
Jamie Wilkinson
ebc1f99b81 - configure now checks for xatrix and rogue, so no need for
punters to have to manually edit src/Makefile.am (and now
  I don't have to remember to swap it back before checking
  in anymore!)
2002-05-20 04:49:54 +00:00
Jamie Wilkinson
0c01954c76 - Added CCAS and CCASFLAGS to configure.in, so that automake
1.5 does the right thing with assembler.
- Updated TODO list.
2002-05-03 03:53:38 +00:00
Jamie Wilkinson
5f2ed6f1ef - Created acinclude.m4 with checks for VA_COPY and
VA_LIST_IS_ARRAY.  Currently not needed, but I suspect we
  may need them as we gain functionality; cf. dstring.c in
  quakeforge.
- Updated configure.in to check for above tests.
- Updated TODO list noting the va_list audit.
2002-05-02 15:45:55 +00:00
Jamie Wilkinson
404101bc00 - Changed -lpthread to -pthread in quake2_LDFLAGS. Should
probably be a configure test
- Added configure test for AFMT_S16_NE (FreeBSD doesn't have
  _NE, only _LE or _BE)
- Wrapped the use of AFMT_S16_NE in ifdef HAVE_AFMT_S16_NE
2002-04-11 00:38:25 +00:00
Jamie Wilkinson
740faf6966 - used USE_ASM in assembler files and c files, to build asm
when needed and c routines otherwise
- HAVE_MASM is off always (in configure.in), only switch it on
  if you've got masm and you're on windows...
2002-04-10 06:57:39 +00:00
Jamie Wilkinson
dff9b25105 - cosmetic changes to configure.in 2002-04-10 01:41:52 +00:00
Jamie Wilkinson
076eccb5c0 - Added configure test for sys/soundcard.h
- Renamed linux/soundcard.h in src/snd.c to sys/soundcard.h
  as it's portable
2002-04-10 01:23:13 +00:00
Jamie Wilkinson
76847ab8a3 - Added configure test for -ldl
- Using HAVE_DLOPEN in source files
2002-04-10 01:18:41 +00:00
Jamie Wilkinson
4aaa3094a3 * src/rw*svgalib.c compile fine without src/vt.h, so
commented it out in them, and removed from configure test
2002-04-09 02:01:36 +00:00