code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
#!/bin/sh
# Generate qwcl.spec
# $1 is version
# $2 is release
# $3 is install dir (assumed to be in /var/tmp)
cat <<EOF
%define name qwcl
%define version ${1}
%define release ${2}
%define builddir \$RPM_BUILD_DIR/%{name}-%{version}
Name: %{name}
Version: %{version}
Release: %{release}
Vendor: id Software
Packager: D... | 1306061103-aaa | quake/src/QW/qwcl.spec.sh | Shell | gpl2 | 2,235 |
#!/bin/sh
# Generate qwcl.spec
# $1 is version
# $2 is release
# $3 is install dir (assumed to be in /var/tmp)
cat <<EOF
%define name glqwcl
%define version ${1}
%define release ${2}
%define builddir \$RPM_BUILD_DIR/%{name}-%{version}
Name: %{name}
Version: %{version}
Release: %{release}
Vendor: id Software
Packager:... | 1306061103-aaa | quake/src/QW/glqwcl.spec.sh | Shell | gpl2 | 1,052 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/conproc.cpp | C++ | gpl2 | 7,487 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/sv_main.cpp | C++ | gpl2 | 27,759 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_bsd.cpp | C++ | gpl2 | 2,000 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/gl_warp_sin.h | C | gpl2 | 3,202 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_ser.h | C | gpl2 | 1,326 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/adivtab.h | C | gpl2 | 11,601 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/gl_rmisc.cpp | C++ | gpl2 | 12,451 |
#include <unistd.h>
#include <signal.h>
#include <stdlib.h>
#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdio.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/stat.h>
#include <string.h>
#include <ctype.h>
#include <sys/... | 1306061103-aaa | quake/src/WinQuake/sys_linux.cpp | C++ | gpl2 | 12,626 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/vid_vga.cpp | C++ | gpl2 | 10,036 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/sbar.cpp | C++ | gpl2 | 29,460 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/zone.h | C | gpl2 | 3,200 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/d_iface.h | C | gpl2 | 6,764 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/snd_mix.cpp | C++ | gpl2 | 8,220 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_mp.h | C | gpl2 | 1,739 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/pr_comp.h | C | gpl2 | 3,273 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/d_ifacea.h | C | gpl2 | 2,847 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_bw.h | C | gpl2 | 1,682 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/math.s | Unix Assembly | gpl2 | 10,991 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/sys_wind.cpp | C++ | gpl2 | 5,473 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/r_draw.cpp | C++ | gpl2 | 21,013 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/crc.h | C | gpl2 | 918 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/render.h | C | gpl2 | 5,024 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/sys_null.cpp | C++ | gpl2 | 4,038 |
/* WINSOCK.H--definitions to be used with the WINSOCK.DLL
* Copyright (c) 1993-1995, Microsoft Corp. All rights reserved.
*
* This header file corresponds to version 1.1 of the Windows Sockets specification.
*
* This file includes parts which are Copyright (c) 1982-1986 Regents
* of the University of Califo... | 1306061103-aaa | quake/src/WinQuake/mpdosock.h | C | gpl2 | 27,749 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/surf8.s | Unix Assembly | gpl2 | 13,932 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/r_shared.h | C | gpl2 | 5,081 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/sbar.h | C | gpl2 | 1,303 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/menu.cpp | C++ | gpl2 | 71,800 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/vid_dos.cpp | C++ | gpl2 | 16,244 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/gl_warp.cpp | C++ | gpl2 | 28,189 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/r_aclip.cpp | C++ | gpl2 | 8,721 |
#!/bin/sh
# Generate quake.spec
# $1 is version
# $2 is release
# $3 is install dir (assumed to be in /var/tmp)
cat <<EOF
%define name quake
%define version ${1}
%define release ${2}
%define builddir \$RPM_BUILD_DIR/%{name}-%{version}
Name: %{name}
Version: %{version}
Release: %{release}
Vendor: id Software
Packager:... | 1306061103-aaa | quake/src/WinQuake/quake.spec.sh | Shell | gpl2 | 1,627 |
dos\quake -basedir /quake -game test_gjc %1 %2 %3 %4 %5 %6 %7 %8 %9
| 1306061103-aaa | quake/src/WinQuake/q.bat | Batchfile | gpl2 | 69 |
#!/bin/sh
# Generate quake-shareware.spec
# $1 is version
# $2 is release
# $3 is install dir (assumed to be in /var/tmp)
cat <<EOF
%define name quake
%define version ${1}-shareware
%define release ${2}
%define builddir \$RPM_BUILD_DIR/%{name}-%{version}
Name: %{name}
Version: %{version}
Release: %{release}
Vendor: i... | 1306061103-aaa | quake/src/WinQuake/quake-shareware.spec.sh | Shell | gpl2 | 1,897 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/vid.h | C | gpl2 | 2,833 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/worlda.s | Unix Assembly | gpl2 | 2,954 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/net_udp.cpp | C++ | gpl2 | 12,237 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/vid_sunx.cpp | C++ | gpl2 | 29,686 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_dos.cpp | C++ | gpl2 | 3,139 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/gl_refrag.cpp | C++ | gpl2 | 4,244 |
//
// d_copy.s
// x86 assembly-language screen copying code.
//
#include "asm_i386.h"
#include "quakeasm.h"
#include "asm_draw.h"
.data
LCopyWidth: .long 0
LBlockSrcStep: .long 0
LBlockDestStep: .long 0
LSrcDelta: .long 0
LDestDelta: .long 0
#define bufptr 4+16
// copies 16 rows per plane at a pop; idea is tha... | 1306061103-aaa | quake/src/WinQuake/d_copy.s | Unix Assembly | gpl2 | 2,610 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/cl_parse.cpp | C++ | gpl2 | 20,852 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/d_draw16.s | Unix Assembly | gpl2 | 22,728 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/chase.cpp | C++ | gpl2 | 2,507 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/mplpc.cpp | C++ | gpl2 | 22,207 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/net_vcr.cpp | C++ | gpl2 | 3,681 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/gl_model.cpp | C++ | gpl2 | 40,857 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_mp.cpp | C++ | gpl2 | 11,360 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_wins.h | C | gpl2 | 1,720 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/keys.cpp | C++ | gpl2 | 14,568 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/d_local.h | C | gpl2 | 3,171 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/cd_win.cpp | C++ | gpl2 | 10,147 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/r_edge.cpp | C++ | gpl2 | 16,565 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/r_bsp.cpp | C++ | gpl2 | 15,539 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/sys.h | C | gpl2 | 1,993 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/asm_draw.h | C | gpl2 | 4,259 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/cd_linux.cpp | C++ | gpl2 | 7,661 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/draw.cpp | C++ | gpl2 | 17,423 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/snd_win.cpp | C++ | gpl2 | 16,014 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3dcaps.h
* Content: Direct3D capabilities include file
*
***************************************************************************... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3DCAPS.H | C | gpl2 | 13,527 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3drm.h
* Content: Direct3DRM include file
*
***************************************************************************/
#ifndef ... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3DRMWIN.H | C | gpl2 | 1,180 |
/*==========================================================================;
*
* Copyright (C) 1994-1995 Microsoft Corporation. All Rights Reserved.
*
* File: dplay.h
* Content: DirectPlay include file
*
***************************************************************************/
#ifndef ... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/DPLAY.H | C | gpl2 | 10,913 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3dtypes.h
* Content: Direct3D types include file
*
***************************************************************************/
#... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3DTYPES.H | C | gpl2 | 31,957 |
/*==========================================================================
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: fastfile.h
* Content: Definitions for fastfile access.
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/FASTFILE.H | C | gpl2 | 1,070 |
/****************************************************************************
*
* Copyright (C) 1996 Microsoft Corporation. All Rights Reserved.
*
* File: dinput.h
* Content: DirectInput include file
*
****************************************************************************/
#ifndef __... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/DINPUT.H | C | gpl2 | 31,883 |
/*==========================================================================
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: dsetup.h
* Content: DirectXSetup, error codes and flags
***************************************************************************/
... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/DSETUP.H | C | gpl2 | 2,860 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3drm.h
* Content: Direct3DRM include file
*
***************************************************************************/
#ifndef ... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3DRMOBJ.H | C | gpl2 | 32,372 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3drm.h
* Content: Direct3DRM include file
*
***************************************************************************/
#ifndef ... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3DRMDEF.H | C | gpl2 | 14,133 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3d.h
* Content: Direct3D include file
*
***************************************************************************/
#ifndef _D3D... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3D.H | C | gpl2 | 18,414 |
/*==========================================================================;
*
* Copyright (C) 1994-1996 Microsoft Corporation. All Rights Reserved.
*
* File: ddraw.h
* Content: DirectDraw include file
*
***************************************************************************/
#ifndef ... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/DDRAW.H | C | gpl2 | 110,021 |
/*==========================================================================;
*
* Copyright (C) 1995,1996 Microsoft Corporation. All Rights Reserved.
*
* File: dsound.h
* Content: DirectSound include file
*
***************************************************************************/
#ifnde... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/DSOUND.H | C | gpl2 | 13,417 |
/*==========================================================================;
*
* Copyright (C) 1995-1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3drm.h
* Content: Direct3DRM include file
*
***************************************************************************/
#ifndef ... | 1306061103-aaa | quake/src/WinQuake/dxsdk/SDK/INC/D3DRM.H | C | gpl2 | 5,488 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_ipx.cpp | C++ | gpl2 | 18,732 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/vid_sunxil.cpp | C++ | gpl2 | 30,042 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/net_loop.h | C | gpl2 | 1,277 |
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by winquake.rc
//
#define IDS_STRING1 1
#define IDI_ICON2 1
#define IDD_DIALOG1 108
#define IDD_PROGRESS 109
#define IDC_PROGRESS ... | 1306061103-aaa | quake/src/WinQuake/resource.h | C | gpl2 | 634 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/vgamodes.h | C | gpl2 | 15,160 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_bw.cpp | C++ | gpl2 | 19,322 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/in_dos.cpp | C++ | gpl2 | 13,033 |
@echo off
if x%1==xfast goto fast
if x%1==xsafe goto safe
if x%1==xverysafe goto verysafe
if x%1==xfastvid goto fastvid
if x%1==xfastsnd goto fastsnd
if x%1==xmax goto max
echo -------------------------------------------------------------------
echo Options for running WinQuake:
echo wq max: all featur... | 1306061103-aaa | quake/src/WinQuake/wq.bat | Batchfile | gpl2 | 1,226 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/server.h | C | gpl2 | 7,167 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/net_main.cpp | C++ | gpl2 | 19,821 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/in_win.cpp | C++ | gpl2 | 28,515 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/sv_move.cpp | C++ | gpl2 | 9,604 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/r_light.cpp | C++ | gpl2 | 5,580 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/input.h | C | gpl2 | 1,131 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/d_zpoint.cpp | C++ | gpl2 | 1,266 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/sv_user.cpp | C++ | gpl2 | 13,150 |
/*
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 th... | 1306061103-aaa | quake/src/WinQuake/gl_rmain.cpp | C++ | gpl2 | 34,091 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/sys_dos.cpp | C++ | gpl2 | 20,709 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_ipx.h | C | gpl2 | 1,701 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/gl_vidlinuxglx.cpp | C++ | gpl2 | 22,070 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/spritegn.h | C | gpl2 | 2,975 |
/*
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 distribut... | 1306061103-aaa | quake/src/WinQuake/net_none.cpp | C++ | gpl2 | 1,237 |
/****************************************************************************
*
* MegaGraph Graphics Library
*
* Copyright (C) 1996 SciTech Software.
* All rights reserved.
*
* Filename: $Workfile: mgldos.h $
* Version: $Revision: 1.9 $
*
* Language: ANSI C
* Environment... | 1306061103-aaa | quake/src/WinQuake/scitech/INCLUDE/MGLDOS.H | C | gpl2 | 2,482 |
/****************************************************************************
*
* MegaGraph Graphics Library
*
* Copyright (C) 1996 SciTech Software.
* All rights reserved.
*
* Filename: $Workfile: mglwin.h $
* Version: $Revision: 1.14 $
*
* Language: ANSI C
* Environmen... | 1306061103-aaa | quake/src/WinQuake/scitech/INCLUDE/MGLWIN.H | C | gpl2 | 5,481 |
/****************************************************************************
*
* Copyright (C) 1996 SciTech Software
* All rights reserved.
*
* Filename: $Workfile: debug.h $
* Version: $Revision: 1.17 $
*
* Language: ANSI C
* Environment: any
*... | 1306061103-aaa | quake/src/WinQuake/scitech/INCLUDE/DEBUG.H | C | gpl2 | 7,390 |
/****************************************************************************
*
* MegaGraph Graphics Library
*
* Copyright (C) 1996 SciTech Software.
* All rights reserved.
*
* Filename: $Workfile: mgraph.h $
* Version: $Revision: 1.29 $
*
* Language: ANSI C
* Environmen... | 1306061103-aaa | quake/src/WinQuake/scitech/INCLUDE/MGRAPH.H | C | gpl2 | 76,932 |