No description
Find a file
Jamie Wilkinson ef847c61ae More code cleanup. I added -pedantic to the CFLAGS to see
what broke; mainly typecasts.  I've disabled -pedantic again
though, as there are some bugs in svgalib and libc headers
that prevent compilation with -pedantic.  I also didn't
bother to set explicit casts in linux/qgl_linux.c
2002-02-21 01:47:27 +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
client More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
ctf 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 - Renamed README-3.21-release to README.install, as it's got 2002-02-20 03:59:18 +00:00
game More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
irix More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
linux 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
qcommon More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +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 More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
rhapsody line ending cleanup 2001-12-22 21:49:59 +00:00
server printf arg checking. unfortunatly, due to a bug in gcc, no checking on the 2002-01-12 03:23:32 +00:00
solaris Merge in relnev's changes. 2002-01-12 02:14:09 +00:00
win32 More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
.gitignore More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +00:00
gnu.txt forgot these due to sloppy packagine in the .zip 2001-12-22 05:48:15 +00:00
Makefile More code cleanup. I added -pedantic to the CFLAGS to see 2002-02-21 01:47:27 +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

This is the complete source code for Quake 2, version 3.21, buildable with
visual C++ 6.0.  The linux version should be buildable, but we haven't
tested it for the release.

The code is all licensed under the terms of the GPL (gnu public license).  
You should read the entire license, but the gist of it is that you can do 
anything you want with the code, including sell your new version.  The catch 
is that if you distribute new binary versions, you are required to make the 
entire source code available for free to everyone.

The primary intent of this release is for entertainment and educational 
purposes, but the GPL does allow commercial exploitation if you obey the 
full license.  If you want to do something commercial and you just can't bear 
to have your source changes released, we could still negotiate a separate 
license agreement (for $$$), but I would encourage you to just live with the 
GPL.

All of the Q2 data files remain copyrighted and licensed under the 
original terms, so you cannot redistribute data from the original game, but if 
you do a true total conversion, you can create a standalone game based on 
this code.

Thanks to Robert Duffy for doing the grunt work of building this release.

John Carmack
Id Software