pretty much finishes source/*

This commit is contained in:
Joseph Carter 2000-05-22 07:46:47 +00:00
parent adcb479d77
commit e9463e2db9
33 changed files with 150 additions and 105 deletions

View file

@ -1,7 +1,7 @@
/* /*
r_aclip.c r_aclip.c
(description) clip routines for drawing Alias models directly to the screen
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// r_aclip.c: clip routines for drawing Alias models directly to the screen
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,8 @@
/* /*
r_aclipa.S r_aclipa.S
(description) x86 assembly-language clip routines for drawing Alias models directly
to the screen
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,8 +26,6 @@
$Id$ $Id$
*/ */
// r_aliasa.s
// x86 assembly-language Alias model transform and project code.
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,7 @@
/* /*
r_alias.c r_alias.c
(description) routines for setting up to draw alias models
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// r_alias.c: routines for setting up to draw alias models
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,7 @@
/* /*
r_vars.c r_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
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,7 @@
/* /*
view.c r_view.c
(description) player eye positioning
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $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 @@
/* /*
sbar.c sbar.c
(description) status bar code
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// sbar.c -- status bar code
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,7 @@
/* /*
screen.c 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,6 @@
$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>

View file

@ -1,3 +1,31 @@
/*
sizebuf.c
(description)
Copyright (C) 1996-1997 Id Software, Inc.
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.
This program is distributed in the hope that it will be useful,
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.
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

View file

@ -1,7 +1,7 @@
/* /*
snd_dma.c snd_dma.c
(description) main control for any streaming sound output device
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// snd_dma.c -- main control for any streaming sound output device
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

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

View file

@ -1,7 +1,7 @@
/* /*
snd_mix.c snd_mix.c
(description) portable code to mix sounds for snd_dma.c
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// snd_mix.c -- portable code to mix sounds for snd_dma.c
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

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

View file

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

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,3 +1,32 @@
/*
sv_model.c
(description)
Copyright (C) 1996-1997 Id Software, Inc.
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.
This program is distributed in the hope that it will be useful,
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.
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

View file

@ -1,7 +1,7 @@
/* /*
sv_move.c sv_move.c
(description) monster movement
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// sv_move.c -- monster movement
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,7 @@
/* /*
sv_nchan.c sv_nchan.c
(description) user reliable data stream writes
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// sv_nchan.c, user reliable data stream writes
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,7 @@
/* /*
sv_user.c sv_user.c
(description) server code for moving users
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,7 @@
$Id$ $Id$
*/ */
// sv_user.c -- server code for moving users
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>
#endif #endif

View file

@ -1,7 +1,7 @@
/* /*
view.c sw_view.c
(description) player eye positioning
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $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 @@
/* /*
sys_null.c sys_null.c
(description) null system driver to aid porting efforts
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// sys_null.h -- null system driver to aid porting efforts
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,9 @@
/* /*
sys_win.c
(description)
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
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 This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License
@ -15,9 +17,13 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to:
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Free Software Foundation, Inc.
59 Temple Place - Suite 330
Boston, MA 02111-1307, USA
$Id$
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View file

@ -1,5 +1,7 @@
/* /*
sys_x86.s - x86 assembly-language dependent routines. sys_x86.S
x86 assembly-language dependent routines.
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -15,12 +17,15 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to:
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
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

View file

@ -1,4 +1,8 @@
/* /*
va.c
varargs printf function
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
@ -13,10 +17,15 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with this program; if not, write to:
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
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

View file

@ -5,8 +5,6 @@
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
Copyright (C) 1999 Marcus Sundberg [mackan@stacken.kth.se] Copyright (C) 1999 Marcus Sundberg [mackan@stacken.kth.se]
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 This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View file

@ -1,7 +1,7 @@
/* /*
vid_win.c vid_mgl.c
(description) Win32 Scitech MGL video driver
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// vid_win.c -- Win32 video driver
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"

View file

@ -1,7 +1,7 @@
/* /*
vid_null.c vid_null.c
(description) null video driver to aid porting efforts
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// vid_null.c -- null video driver to aid porting efforts
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

@ -1,7 +1,7 @@
/* /*
gl_vidnt.c vid_wgl.c
(description) Win32 WGL vid component
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// gl_vidnt.c -- NT GL vid component
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"

View file

@ -1,7 +1,7 @@
/* /*
world.c world.c
(description) world query functions
Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 1996-1997 Id Software, Inc.
@ -25,7 +25,6 @@
$Id$ $Id$
*/ */
// world.c -- world query functions
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include <config.h>

View file

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