Go to file
Jamie Wilkinson 5ce536142f - Looks like we don't need this, if we include files the
right way in g_local.h.  Of course, you won't notice this
  unless you have my copy of the modified rogue source.
  I hope I hear back from id soon.
2002-04-25 07:57:16 +00:00
baseq2 line ending cleanup 2001-12-22 21:49:59 +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 - Looks like we don't need this, if we include files the 2002-04-25 07:57:16 +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
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 * Moved everything in game/ to src/ so that hopefully quake2 2002-04-06 06:30:19 +00:00
README - Updated README 2002-04-13 03:27:39 +00:00
TODO - updated TODO list 2002-04-13 02:06:37 +00:00
bootstrap - bootstrap clean removes autom4te.cache 2002-04-13 02:03:20 +00:00
configure.in - Changed -lpthread to -pthread in quake2_LDFLAGS. Should 2002-04-11 00:38:25 +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.

Use --disable-asm on the configure line if you want to use the software
refreshers on i386, or better yet, fix the bug in the asm!

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