No description
Find a file
Jamie Wilkinson c78029a65a - Applied soem FreeBSD patches that I had lying around, that
were waiting for me to get library detection in configure
  going.  Thanks to Faried Nawaz and Ulrich Spoerlein.
  (Closes: #36)
2002-07-01 06:21:38 +00:00
baseq2 - Added a new cvar, "gl_stencilshadow". Off by default, set 2002-05-03 08:50:13 +00:00
bsd - used USE_ASM in assembler files and c files, to build asm 2002-04-10 06:57:39 +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 everything in game/ to src/ so that hopefully quake2 2002-04-06 06:30:19 +00:00
irix - used USE_ASM in assembler files and c files, to build asm 2002-04-10 06:57:39 +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
rhapsody line ending cleanup 2001-12-22 21:49:59 +00:00
solaris - used USE_ASM in assembler files and c files, to build asm 2002-04-10 06:57:39 +00:00
src - Applied soem FreeBSD patches that I had lying around, that 2002-07-01 06:21:38 +00:00
win32 - used USE_ASM in assembler files and c files, to build asm 2002-04-10 06:57:39 +00:00
.gitignore - updated top level .gitignore 2002-04-11 00:40:19 +00:00
acinclude.m4 - Added library detection to configure.in, to detect 2002-07-01 04:53:50 +00:00
AUTHORS - Added AUTHORS file noting people who contributed on the 2002-05-02 12:45:05 +00:00
bootstrap - Remove emacs backup files in bootstrap clean 2002-07-01 04:57:54 +00:00
configure.in - Added library detection to configure.in, to detect 2002-07-01 04:53:50 +00:00
COPYING * Replaced gnu.txt with COPYING 2002-04-03 00:27:05 +00:00
HACKING - Added library detection to configure.in, to detect 2002-07-01 04:53:50 +00:00
INSTALL * Added .libs to the .gitignore files 2002-04-03 00:36:21 +00:00
Makefile.am * Moved everything in game/ to src/ so that hopefully quake2 2002-04-06 06:30:19 +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 - Added library detection to configure.in, to detect 2002-07-01 04:53:50 +00:00
TODO - The "Yay, the server is finally back online" checkin. 2002-05-07 07:57:59 +00:00

README for quake2
=================

Compiling
---------

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

Save Games
----------

Save games are tied to the build of quake2 that they were created with.
You can *not* use old save games with new versions of the code (well, you
can hack the savegame loader to allow this, but you may find yourself
experiencing interesting and obscure segfaults in the game).

The simple workaround is to *not upgrade* if you are in the middle of
a single player game.

Mission Packs
-------------

To build the Xatrix and Rogue missionpacks, download the sharballs from id
Software's FTP site:

ftp://idsoftware.com/idstuff/quake2/sources/

uncompress them, and run them in src/xatrix or src/rogue

In src/Makefile.am, swap the comments on the SUBDIR lines, and run ./bootstrap
from the top level.  Rerun configure and make.