iD Software's Quake II
Go to file
Daniel Wolf 4ce54b24e1
quick and dirty fixes to get linux i386 compiling
2020-03-18 19:58:29 -04:00
baseq2 somewhat more modern default config for testing 2020-03-16 16:37:35 -04:00
client quick and dirty fixes to get linux i386 compiling 2020-03-18 19:58:29 -04:00
ctf various type fixes to enable x86 mingw compilation 2020-03-16 16:36:24 -04:00
game various type fixes to enable x86 mingw compilation 2020-03-16 16:36:24 -04:00
irix imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
linux quick and dirty fixes to get linux i386 compiling 2020-03-18 19:58:29 -04:00
null imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
qcommon move allow_download cvars to qcommon 2020-03-16 19:41:50 -04:00
ref_gl quick and dirty fixes to get linux i386 compiling 2020-03-18 19:58:29 -04:00
ref_soft imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
rhapsody imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
server fix null server compilation 2020-03-16 19:42:32 -04:00
solaris imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
unix The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
utils3 imported tools offical GPL release 2020-03-15 16:33:19 -04:00
win32 refactor alternate game dll loading 2020-03-18 17:37:06 -04:00
3.15_Changes.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
3.16_Changes.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
3.17_Changes.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
3.18_changes.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
3.19_Changes.txt imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
3.20_Changes.txt imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
3.21_Changes.txt imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
changes.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
gnu.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
joystick.txt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
makefile The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
makezip The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
makezip.bat The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.001 The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.bce The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.bcp The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.dsp The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.dsw imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00
quake2.mak The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.opt The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
quake2.plg The original Quake 2 sources as originally released under the GPL license on December 21, 2001. 2012-01-31 13:57:11 -06:00
readme.txt imported 3.21 official GPL release 2020-03-15 16:22:34 -04:00

readme.txt

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