Go to file
Jamie Wilkinson 8e79055eef * run "boostrap clean" to *really* clean up the source tree,
should be as good as doing a pristine checkout
* I've got the xatrix and rogue modpacks building, but their
  license is dubious.  game.h has been updated with the 2
  extra lines that the xatrix and rogue game.h's had, and
  the Makefile.ams will build the code if you unpack them
  into the dirs (with a little modification because of -Wall
  -Werror ;-)
2002-04-04 13:44:56 +00:00
baseq2 line ending cleanup 2001-12-22 21:49:59 +00:00
bsd More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
debian ok, so this is leaching, but hey, that's part of what the gpl is for :) 2002-01-03 04:22:46 +00:00
docs * Moved ctf/docs to docs/ctf 2002-04-03 01:32:35 +00:00
game * run "boostrap clean" to *really* clean up the source tree, 2002-04-04 13:44:56 +00:00
irix More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
null More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
pixmaps Note to self: always perform checkins from the top level. 2002-03-03 10:29:39 +00:00
ref_gl More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
ref_soft Merged in Steven Fuller's r0.9 changes: 2002-03-12 02:33:43 +00:00
rhapsody line ending cleanup 2001-12-22 21:49:59 +00:00
solaris Merge in relnev's changes. 2002-01-12 02:14:09 +00:00
src * Moved game/baseq2/game.h into game/game.h as it is the 2002-04-03 02:05:47 +00:00
win32 More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
.gitignore * Enabled build of game/game.so 2002-04-03 00:52:42 +00:00
COPYING * Replaced gnu.txt with COPYING 2002-04-03 00:27:05 +00:00
INSTALL * Added .libs to the .gitignore files 2002-04-03 00:36:21 +00:00
Makefile.am * Now builds both baseq2 and ctf game.so 2002-04-03 02:45:20 +00:00
README Some notes about building from CVS and a warning that things 2002-04-03 03:35:06 +00:00
TODO * Replaced gnu.txt with COPYING 2002-04-03 00:27:05 +00:00
bootstrap * run "boostrap clean" to *really* clean up the source tree, 2002-04-04 13:44:56 +00:00
configure.in * configure creates the rogue and xatrix makefiles 2002-04-03 03:07:00 +00:00
quake2.dsp line ending cleanup 2001-12-22 21:49:59 +00:00
quake2.dsw line ending cleanup 2001-12-22 21:49:59 +00:00
quake2.mak line ending cleanup 2001-12-22 21:49:59 +00:00

README

If you are checking this out from CVS, run the bootstrap command first to set
up configure.  Then follow the instructions in INSTALL.

*** HARD HAT AREA ***
I am halfway through migrating the codebase to use autotools, so not everything
will build just yet.  Please be patient.

Note to developers: bsd/, irix/ and solaris/ are NO LONGER PERTINENT!
The relevant code was merged into src/ along with the linux/ subtree, so do
your edits there.
They exist only as reference in case the merge mucked up anything, they will
be removed as soon as I can be sure that the code merge worked.

 -- Jaq