Commit Graph

78 Commits

Author SHA1 Message Date
Timothy C. McGrath b12d506ce1 This fixes a bug in configure where the prefix variable was not being
evaluated correctly for the path to the shared game data. (default
/usr/local/share/quake2/) All heavy lifting was done by taniwha, I merely
committed it.
2008-06-06 14:26:40 +00:00
Ragnvald Maartmann-Moe IV 451ad97dfa Mostly whitespace, some type fixing, and boostrap/configure fixes. 2007-12-16 18:28:03 +00:00
Jay Dolan 7a49504cf4 Merge changes from FreeBSD port to configure.in. Do not clobber OpenGL/SVGALib CFLAGS/LIBS. 2006-01-14 21:16:20 +00:00
Jamie Wilkinson ae64f530e8 - Fix up the cvs build instructions in the README.
- Add a note about game data locations to README.
- Cleanups in configuration summary output for configure.
2004-03-28 05:10:18 +00:00
Jamie Wilkinson df33938bbf - really fix the --with arguments 2004-03-24 06:37:27 +00:00
Jamie Wilkinson b6ec2e0a95 - allow --with- options to be specified without an argument 2004-03-22 12:16:39 +00:00
Jamie Wilkinson 50686d27ba - add zip and bz2 support to the build
- updated news
2004-03-16 10:07:38 +00:00
Jamie Wilkinson fa14de2a59 - Fixed joystick support on the x11 driver. Updated docs. 2004-03-16 09:57:43 +00:00
Jamie Wilkinson 227b43b119 - Added sdl and solaris sound drivers to the build.
- Don't ship CVS directories in the dist in docs directory.
2004-03-15 12:50:39 +00:00
Jamie Wilkinson f4a2cc9ca2 - Added pluggable sound architecture for runtime loading of
sound driver modules.
2004-03-15 02:25:43 +00:00
Jamie Wilkinson a5b442aca6 - Tweaks to configure output.
- Updated release script.
2004-03-08 11:14:08 +00:00
Jamie Wilkinson d5bf231d98 - Preparing for release.
+ Updated news and todo lists.
  + Updated config.cfg with my defaults :-)
  + Worked around a bug in automake 1.8 with AM_CONDITIONALs
    make dist.
2004-02-26 20:53:01 +00:00
Jamie Wilkinson e4385048dc - Added alsa driver from icculus's tree.
- Updated configure.in and src/Makefile.am with magical bits
  for alsa, oss, and some misc cleanups.
- Added magic bootstrapping makefile.
2004-02-23 13:23:43 +00:00
Jamie Wilkinson f581c7d17d - Roll back the patch from about changeset 67, with the
adding of pthreads; that's all gone now, it sucked.
- Add a libao sound output, this has been mostly tested:
  - it works with wav output on my powerbook (where oss out
    is broken)
  - it works but sounds really jumpy when playing 44100Hz
    samples through a shitty onboard soundcard that only
    supports 48000Hz output... the dma buffer gets played
    too fast.
2004-02-02 12:42:18 +00:00
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