- Updated AUTHORS file.
- Added THANKS file, with the names of all the people who
sent in bug reports, contributed code, helped test quake2,
and so on.
- Added the NEWS file for the 0.1 release.
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.
release.
- Added header files to EXTRA_DIST in the relevant
directories.
- Added the unused source directories to EXTRA_DIST.
- Changed -I.. to -I$(top_srcdir)/src for the header files
in the module directories.
for autotools versions -- it's ugly and hard to do right
and isn't worth the effort -- from now on I will be
referring people to the first paragraph in the README
courtesy of configure. Some basic optimisations are added
unless optimisations are explicitly disabled. Extra
optimisations are added based on the cpu being built on.
module.so, and so weren't finding the modules (cunningly
hidden by the fact that old .so files weren't being
cleaned up by the makefile). Fixed that up good.
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)
- 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
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
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.