quakeforge/doc
2004-01-20 06:58:42 +00:00
..
config Qize's patches. Add some more backwards-compatibility aliases to ln.gib, 2003-09-01 01:52:20 +00:00
data
gib New version of infobot.gib that supports factoid locking, and an 2003-04-11 02:36:10 +00:00
ideas
man more mailing list corrections 2003-07-12 21:50:22 +00:00
progs start documenting the progs engine. memory map initially 2004-01-07 02:52:52 +00:00
.gitignore change _FOpenFile to take a dstring for foundname plugging a potential 2003-04-09 05:55:41 +00:00
3dfx.txt
bind.txt
CodingStyle
cshifts.txt
glqnotes.txt
hud.txt initial work on dynamic view support for the console. I'm aware that 2003-05-05 18:50:14 +00:00
Makefile.am include qfadmin in the dist tarball 2003-03-13 01:21:54 +00:00
net_DoS_protection.txt
progdefs.q1
progdefs.q2
QCMenuCondingStyle
qe3.ico
qf-client-3dfx-cvar.txt
qf-client-glx-cvar.txt
qf-client-sdl-cvar.txt
qf-client-sgl-cvar.txt
qf-client-svga-cvar.txt
qf-client-x11-cmd.txt
qf-client-x11-cvar.txt
QF-HOWTO show_fps -> hud_fps, show_ping -> hud_ping, show_pl -> hud_pl, 2003-07-27 23:20:11 +00:00
qf-server-cmd.txt
qf-server-cvar.txt add command docs and update cvar docs for qf-server and qf-client-x11 for 2001-02-06 19:21:47 +00:00
qf.ico
quake.gif
quake.ico
quakeforge-notes.txt
quakeforge.dox.in don't run doxygen in Forge: it doesn't grok Objective-C 2004-01-11 05:56:10 +00:00
qw-client-glx-cmd.txt
qw-client-glx-cvar.txt
qw-client-sdl-cmd.txt
qw-client-sdl-cvar.txt
qw-client-sdl32-cmd.txt
qw-client-sdl32-cvar.txt
qw-client-x11-cmd.txt
qw-client-x11-cvar.txt
qw-server-cmd.txt
qw-server-cvar.txt
readme.txt
sensitivity.fig
skybox.fig add the new case despair discovered for me 2002-09-23 05:18:53 +00:00
template.c update the copyright year 2003-05-05 18:35:28 +00:00
template.h update the copyright year 2003-05-05 18:35:28 +00:00
timestamps.txt
tracklist.cfg ashridah's file based cd plugin (ie, it will play any sound file QF can 2004-01-20 06:58:42 +00:00
v3_vsync
wqreadme.txt

This is the complete source code for winquake, glquake, quakeworld, and 
glquakeworld.

The projects have been tested with visual C++ 6.0, but masm is also required 
to build the assembly language files.  It is possible to change a #define and 
build with only C code, but the software rendering versions lose almost half 
its speed.  The OpenGL versions will not be effected very much.  The 
gas2masm tool was created to allow us to use the same source for the dos, 
linux, and windows versions, but I don't really recommend anyone mess 
with the asm code.

The original dos version of Quake should also be buildable from these 
sources, but we didn't bother trying.

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.

Our previous code releases have been under licenses that preclude 
commercial exploitation, but have no clause forcing sharing of source code.  
There have been some unfortunate losses to the community as a result of 
mod teams keeping their sources closed (and sometimes losing them).  If 
you are going to publicly release modified versions of this code, you must 
also make source code available.  I would encourage teams to even go a step 
farther and investigate using public CVS servers for development where 
possible.

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 Quake 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.

I will see about having the license changed on the shareware episode of 
quake to allow it to be duplicated more freely (for linux distributions, for 
example), but I can't give a timeframe for it.  You can still download one of 
the original quake demos and use that data with the code, but there are 
restrictions on the redistribution of the demo data.

If you never actually bought a complete version of Quake, you might want 
to rummage around in a local software bargain bin for one of the originals, 
or perhaps find a copy of the "Quake: the offering" boxed set with both 
mission packs.

Thanks to Dave "Zoid" Kirsh and Robert Duffy for doing the grunt work of 
building this release.

John Carmack
Id Software