[OpenGL (C ++)]-(open-source) John Carmack, a veteran of the 3D game industry, finally releases the source code of quakeiii (Raytheon 3 ).

Source: Internet
Author: User

Source: http://www.down100.cn/Item/53590.aspx

: Http://www.down100.cn/Common/ShowDownloadUrl.aspx? Urlid = 0 & id = 53590

Note: The "visual source safe login" Logon window may appear at runtime. If the default settings are not changed, enter the following information to log on.

Username: Admin
The password is empty.
Database: Common

Introduction to the function of visual source safe http://topic.csdn.net/t/20020126/13/500645.html

Quake III arena GPL source release
========================================

This file contains the following sections:

License
General notes
Compiling on Win32
Compiling on GNU/Linux
Compiling on Mac

License
========

See copying.txt for the GNU General Public License

Some source code in this release is not covered by the GPL:

Io on. ZIP files using portions of zlib
-----------------------------------------------------------------------------
Lines file (s)
4299 code/qcommon/unzip. c
4546 libs/PAK/unzip. cpp
Copyright (c) 1998 Gilles vollant
Zlib is copyright (c) 1995-1998 Jean-Loup gailly and Mark Adler

This software is provided 'as-is ', without any express or implied
Warranty. In no event will the authors be held liable for any damages
Arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
Including cial applications, and to alter it and redistribute it
Freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
Claim that you wrote the original software. If you use this software
In a product, an acknowledgment in the product documentation wocould be
Appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
Misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Md4 message-Digest algorithm
-----------------------------------------------------------------------------
Lines file (s)
299 code/qcommon/md4.c
277 common/md4.c
Copyright (c) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.

License to copy and use this software is granted provided that it is identified
As the <93> RSA Data Security, Inc. md4 message-Digest algorithm <94> in all mater
Ial mentioning or referencing this software or this function.
License is also granted to make and use derivative works provided that such work
S are identified as <93> derived from the RSA Data Security, Inc. md4 message-dig
Est algorithm <94> in all material mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either the merchanta
Bility of this software or the suitability of this software for any participant P
Urpose. It is provided <93> As is <94> without express or implied warranty of any
Kind.

Checksums are used to validate Pak files

Standard C library replacement routines
-----------------------------------------------------------------------------
Lines file (s)
1324 code/GAME/bg_lib.c
Copyright (c) 1992,199 3
The Regents of the University of California. All rights reserved.

Redistribution and use in source and binary forms, with or
Modification, are permitted provided that the following conditions
Are met:
1. redistributions of source code must retain the above Copyright
Notice, this list of conditions and the following disclawing.
2. redistributions in binary form must reproduce the above Copyright
Notice, this list of conditions and the following disclawing in
Documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
Must display the following acknowledgement:
This product includes DES software developed by the University
California, Berkeley and its contributors.
4. Neither the name of the university nor the names of its contributors
May be used to endorse or promote products derived from this software
Without specific prior written permission.

this software is provided by the regents and contributors ''as is'' and
any express or implied warranties, including, but not limited, the
implied warranties of merchantability and fitness for a participant purpose
are disclaimed. in no event shall the Regents or contributors be liable
for any direct, indirect, incidental, special, exemplary, or consequential
damages (including, but not limited, procurement of substitute goods
or services; loss of use, data, or profits; or business interruption)
however caused and on any theory of liability, whether in contract, strict
liability, or tort (including negligence or otherwise) arising in any way
out of the use of this software, even if advised of the possibility of
such damage.

ADPCM coder/Decoder
-----------------------------------------------------------------------------
Lines file (s)
330 code/client/snd_adpcm.c
Copyright 1992 by Stichting mathematisch Centrum, Amsterdam,
Netherlands.

All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
Documentation for any purpose and without authentication is hereby granted,
Provided that the above copyright notice appear in all copies and that
Both that copyright notice and this permission notice appear in
Supporting documentation, and that the names of Stichting mathematisch
Centrum or CWI not be used in advertising or publicity pertaining
Distribution of the software without specific, written prior permission.

Stichting mathematisch centrum disclaims all warranties with regard
This software, including all implied warranties of merchantability and
Fitness, in no event shall Stichting mathematisch centrum be liable
For any special, indirect or consequential damages or any damages
Whatsoever resulting from loss of use, data or profits, whether in
Action of contract, negligence or other Tortious action, ARISING OUT
Of or in connection with the use or performance of this software.

JPEG Library
-----------------------------------------------------------------------------
Code/jpeg-6
Libs/limit 6
Copyright (c) 1991-1995, Thomas G. Lane

permission is hereby granted to use, copy, modify, and distrisponthis
software (or portions thereof) for any purpose, without tables, subject to these
conditions:
(1) If any part of the source code for this software is distributed, then this
readme file must be included, with this copyright and no-Warranty notice
unaltered; and any additions, deletions, or changes to the original files
must be clearly indicated in accompanying documentation.
(2) if only executable code is distributed, then the accompanying
documentation must state that "this software is based in part on the Work of
the independent JPEG group ".
(3) permission for use of this software is granted only if the user accepts
full responsibility for any undesirable consequences; the authors accept
no liability for damages of any kind.

These conditions apply to any software derived from or based on the ijg code,
Not just to the unmodified library. If you use our work, you ought
Acknowledge us.

Note: Unfortunately the README that came with our copy of the library has
Been lost, so the one from release 6B is supported ded instead. There are a few
'Glue type' modifications to the library to make it easier to use from
The engine, but otherwise the dependency can be easily cleaned up to
Better release of the library.

General notes
==================

A short summary of the file layout:

code/quake III arena source code (Renderer, game code, OS layer etc .)
code/bspc bot routes compiler source code
KP/The retargetable C compiler (produces assembly to be turned into qvm bytecode by q3asm)
q3asm/assembly to qvm bytecode compiler
q3map/map Compiler (. map->. BSP)-this is the version that comes with q3radiant 200f
q3radiant/q3radiant map editor build 200f (Common/and libs/are support dirs for radiant)

While we made sure we were still able to compile the Game On Windows, GNU/Linux and Mac, this build didn't get any kind of extensive testing so it may not work completely right. whenever an ID game is released under GPL, several projects start making the source code more friendly to nowaday's compilers and environements. if you are picking up this release weeks/months/years after we uploaded it, you probably want to look around on the Net for cleaned up versions of this codebase as well.

Compiling on Win32
============================

Vc7/Visual C ++ 2003 project files are provided:
Code/quake3.sln
Q3radiant/radiant. sln

To compile the qvms, you need to run some batch files:
You will need to have lcc.exe q3cpp.exe q3rcc.exe and q3asm.exe in your path
(Some precompiled binaries are provided in KP/bin and code/Win32/mod-SDK-Setup/bin)
The qvm batch files are in code/game code/cgame code/q3_ui code/UI ..

Compiling on GNU/Linux
============================

The build system using cons, which may be known as scons's Perl ancestor now
You don't have to track it down though, the build script is provided in the tree
You will need NASM and GCC 2.95
Make sure you have the X direct graphics access and X video mode extensions headers for your X11
A typical compile command goes like this:
[..]/Code $./Unix/cons -- GCC = gcc-2.95 g ++ = g ++-2.95

Compiling on Mac
======================

Project File for OSX compile is in code/MacOSX/quake3.pbproj

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.