GPL thingy

This commit is contained in:
Joseph Carter 2000-05-22 06:58:14 +00:00
parent 7b1b82a16b
commit 87f6b96eb6
34 changed files with 84 additions and 91 deletions

View File

@ -1,5 +1,7 @@
/* /*
d_copy.S - x86 assembly-language screen copying code. d_copy.S
x86 assembly-language screen copying code.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.

View File

@ -1,7 +1,7 @@
/* /*
d_draw.S d_draw.S
(description) x86 assembly-language horizontal 8-bpp span-drawing code.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// d_draw.s
// x86 assembly-language horizontal 8-bpp span-drawing code.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,8 @@
/* /*
d_draw16.S d_draw16.S
(description) x86 assembly-language horizontal 8-bpp span-drawing code, with
16-pixel subdivision.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,9 +26,6 @@
$Id$ $Id$
*/ */
// d_draw16.s
// x86 assembly-language horizontal 8-bpp span-drawing code, with 16-pixel
// subdivision.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_fill.c d_fill.c
(description) clears a specified rectangle to the specified color
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// d_clear: clears a specified rectangle to the specified color
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_init.c d_init.c
(description) rasterization driver initialization
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// d_init.c: rasterization driver initialization
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_modech.c d_modech.c
(description) called when mode has just changed
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// d_modech.c: called when mode has just changed
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_part.c d_part.c
(description) software driver module for drawing particles
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// d_part.c: software driver module for drawing particles
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_parta.S d_parta.S
(description) x86 assembly-language 8-bpp particle-drawing code.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// d_parta.s
// x86 assembly-language 8-bpp particle-drawing code.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_polysa.S d_polysa.S
(description) x86 assembly-language polygon model drawing code
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// d_polysa.s
// x86 assembly-language polygon model drawing code
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,8 @@
/* /*
d_polyse.c d_polyse.c
(description) routines for drawing sets of polygons sharing the same texture
(used for Alias models)
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +26,6 @@
$Id$ $Id$
*/ */
// d_polyset.c: routines for drawing sets of polygons sharing the same
// texture (used for Alias models)
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_scan.c d_scan.c
(description) Portable C scan-level rasterization code, all pixel depths.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// Portable C scan-level rasterization code, all pixel depths.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_scana.S d_scana.S
(description) x86 assembly-language turbulent texture mapping code
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// d_scana.s
// x86 assembly-language turbulent texture mapping code
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_spr8.S d_spr8.S
(description) x86 assembly-language horizontal 8-bpp transparent span-drawing code.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// d_spr8.s
// x86 assembly-language horizontal 8-bpp transparent span-drawing code.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_sprite.c d_sprite.c
(description) software top-level rasterization driver module for drawing sprites
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// d_sprite.c: software top-level rasterization driver module for drawing
// sprites
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_surf.c d_surf.c
(description) rasterization driver surface heap manager
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// d_surf.c: rasterization driver surface heap manager
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
d_vars.c d_vars.c
(description) global refresh variables
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// r_vars.c: global refresh variables
#ifndef USE_INTEL_ASM #ifndef USE_INTEL_ASM

View File

@ -1,7 +1,7 @@
/* /*
d_zpoint.c d_zpoint.c
(description) software driver module for drawing z-buffered points
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// d_zpoint.c: software driver module for drawing z-buffered points
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -9,9 +9,7 @@
* Significantly revised and rewinddir, seekdir and telldir added by Colin * Significantly revised and rewinddir, seekdir and telldir added by Colin
* Peters <colin@fu.is.saga-u.ac.jp> * Peters <colin@fu.is.saga-u.ac.jp>
* *
* $Revision$ * $Id$
* $Author$
* $Date$
* *
*/ */

View File

@ -1,7 +1,7 @@
/* /*
draw.c draw.c
(description) this is the only file outside the refresh that touches the vid buffer
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +25,6 @@
$Id$ $Id$
*/ */
// draw.c -- this is the only file outside the refresh that touches the
// vid buffer
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,6 +1,8 @@
/* /*
fnmatch.c fnmatch.c
(description)
Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or

View File

@ -1,7 +1,7 @@
/* /*
gl_mesh.c gl_mesh.c
(description) gl_mesh.c: triangle model functions
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$ $Id$
*/ */
// gl_mesh.c: triangle model functions
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,7 +1,7 @@
/* /*
gl_model.c gl_model.c
(description) model loading and caching
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,10 +25,10 @@
$Id$ $Id$
*/ */
// models.c -- model loading and caching
// models are the only shared resource between a client and server running // models are the only shared resource between a client and server running
// on the same machine. // on the same machine.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -25,6 +25,7 @@
$Id$ $Id$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -25,6 +25,7 @@
$Id$ $Id$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -25,6 +25,7 @@
$Id$ $Id$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -25,6 +25,7 @@
$Id$ $Id$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,7 +1,7 @@
/* /*
gl_rsurf.c gl_rsurf.c
(description) surface-related refresh code
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$ $Id$
*/ */
// r_surf.c: surface-related refresh code
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,7 +1,7 @@
/* /*
gl_screen.c gl_screen.c
(description) master for refresh, status bar, console, chat, notify, etc
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$ $Id$
*/ */
// screen.c -- master for refresh, status bar, console, chat, notify, etc
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,5 +1,5 @@
/* /*
cl_parse.c gl_trans.c
(description) (description)
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// cl_parse.c -- parse a message received from the server
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,25 +1,30 @@
/* /*
Copyright (C) 1996-1997 Id Software, Inc. gl_view.c
Copyright (C) 1999,2000 contributors of the QuakeForge project
Please see the file "AUTHORS" for a list of contributors
This program is free software; you can redistribute it and/or player eye positioning
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Copyright (C) 1996-1997 Id Software, Inc.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
You should have received a copy of the GNU General Public License This program is distributed in the hope that it will be useful,
along with this program; if not, write to the Free Software but WITHOUT ANY WARRANTY; without even the implied warranty of
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to:
Free Software Foundation, Inc.
59 Temple Place - Suite 330
Boston, MA 02111-1307, USA
$Id$
*/ */
// view.c -- player eye positioning
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
gl_warp.c gl_warp.c
(description) sky and water polygons
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$ $Id$
*/ */
// gl_warp.c -- sky and water polygons
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View File

@ -1,7 +1,7 @@
/* /*
in_null.c in_null.c
(description) for systems without a mouse
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// in_null.c -- for systems without a mouse
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View File

@ -1,7 +1,7 @@
/* /*
in_win.c in_win.c
(description) windows 95 mouse and joystick code
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$ $Id$
*/ */
// in_win.c -- windows 95 mouse and joystick code
// 02/21/97 JCB Added extended DirectInput code to support external controllers. // 02/21/97 JCB Added extended DirectInput code to support external controllers.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -1,22 +1,31 @@
/* /*
Copyright (C) 1996-1997 Id Software, Inc. link.c
This program is free software; you can redistribute it and/or (description)
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, Copyright (C) 1996-1997 Id Software, Inc.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
You should have received a copy of the GNU General Public License This program is distributed in the hope that it will be useful,
along with this program; if not, write to the Free Software but WITHOUT ANY WARRANTY; without even the implied warranty of
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to:
Free Software Foundation, Inc.
59 Temple Place - Suite 330
Boston, MA 02111-1307, USA
$Id$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif