~ubuntu-branches/ubuntu/precise/openarena/precise

« back to all changes in this revision

Viewing changes to id-readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Bruno "Fuddl" Kleinert
  • Date: 2007-01-20 12:28:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070120122809-2yza5ojt7nqiyiam
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Quake III Arena GPL source release
 
2
==================================
 
3
 
 
4
This file contains the following sections:
 
5
 
 
6
LICENSE
 
7
GENERAL NOTES
 
8
 
 
9
LICENSE
 
10
=======
 
11
 
 
12
See COPYING.txt for the GNU GENERAL PUBLIC LICENSE
 
13
 
 
14
Some source code in this release is not covered by the GPL:
 
15
 
 
16
IO on .zip files using portions of zlib
 
17
-----------------------------------------------------------------------------
 
18
lines   file(s)
 
19
4299    code/qcommon/unzip.c
 
20
4546    libs/pak/unzip.cpp
 
21
Copyright (C) 1998 Gilles Vollant
 
22
zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
 
23
 
 
24
  This software is provided 'as-is', without any express or implied
 
25
  warranty.  In no event will the authors be held liable for any damages
 
26
  arising from the use of this software.
 
27
 
 
28
  Permission is granted to anyone to use this software for any purpose,
 
29
  including commercial applications, and to alter it and redistribute it
 
30
  freely, subject to the following restrictions:
 
31
 
 
32
  1. The origin of this software must not be misrepresented; you must not
 
33
     claim that you wrote the original software. If you use this software
 
34
     in a product, an acknowledgment in the product documentation would be
 
35
     appreciated but is not required.
 
36
  2. Altered source versions must be plainly marked as such, and must not be
 
37
     misrepresented as being the original software.
 
38
  3. This notice may not be removed or altered from any source distribution.
 
39
 
 
40
standard C library replacement routines
 
41
-----------------------------------------------------------------------------
 
42
lines   file(s)
 
43
1324    code/game/bg_lib.c
 
44
Copyright (c) 1992, 1993
 
45
The Regents of the University of California. All rights reserved.
 
46
 
 
47
Redistribution and use in source and binary forms, with or without
 
48
modification, are permitted provided that the following conditions
 
49
are met:
 
50
1. Redistributions of source code must retain the above copyright
 
51
   notice, this list of conditions and the following disclaimer.
 
52
2. Redistributions in binary form must reproduce the above copyright
 
53
   notice, this list of conditions and the following disclaimer in the
 
54
   documentation and/or other materials provided with the distribution.
 
55
3. Neither the name of the University nor the names of its contributors
 
56
   may be used to endorse or promote products derived from this software
 
57
   without specific prior written permission.
 
58
 
 
59
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 
60
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
61
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
62
ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 
63
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
64
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
65
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 
66
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 
67
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 
68
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 
69
SUCH DAMAGE.
 
70
 
 
71
ADPCM coder/decoder
 
72
-----------------------------------------------------------------------------
 
73
lines   file(s)
 
74
330             code/client/snd_adpcm.c
 
75
Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The
 
76
Netherlands.
 
77
 
 
78
                        All Rights Reserved
 
79
 
 
80
Permission to use, copy, modify, and distribute this software and its 
 
81
documentation for any purpose and without fee is hereby granted, 
 
82
provided that the above copyright notice appear in all copies and that
 
83
both that copyright notice and this permission notice appear in 
 
84
supporting documentation, and that the names of Stichting Mathematisch
 
85
Centrum or CWI not be used in advertising or publicity pertaining to
 
86
distribution of the software without specific, written prior permission.
 
87
 
 
88
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
 
89
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
90
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
 
91
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 
92
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 
93
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
 
94
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
95
 
 
96
JPEG library
 
97
-----------------------------------------------------------------------------
 
98
code/jpeg-6
 
99
libs/jpeg6
 
100
Copyright (C) 1991-1995, Thomas G. Lane
 
101
 
 
102
Permission is hereby granted to use, copy, modify, and distribute this
 
103
software (or portions thereof) for any purpose, without fee, subject to these
 
104
conditions:
 
105
(1) If any part of the source code for this software is distributed, then this
 
106
README file must be included, with this copyright and no-warranty notice
 
107
unaltered; and any additions, deletions, or changes to the original files
 
108
must be clearly indicated in accompanying documentation.
 
109
(2) If only executable code is distributed, then the accompanying
 
110
documentation must state that "this software is based in part on the work of
 
111
the Independent JPEG Group".
 
112
(3) Permission for use of this software is granted only if the user accepts
 
113
full responsibility for any undesirable consequences; the authors accept
 
114
NO LIABILITY for damages of any kind.
 
115
 
 
116
These conditions apply to any software derived from or based on the IJG code,
 
117
not just to the unmodified library.  If you use our work, you ought to
 
118
acknowledge us.
 
119
 
 
120
NOTE: unfortunately the README that came with our copy of the library has
 
121
been lost, so the one from release 6b is included instead. There are a few
 
122
'glue type' modifications to the library to make it easier to use from
 
123
the engine, but otherwise the dependency can be easily cleaned up to a
 
124
better release of the library.
 
125
 
 
126
 
 
127
GENERAL NOTES
 
128
=============
 
129
 
 
130
A short summary of the file layout:
 
131
 
 
132
code/                                   Quake III Arena source code ( renderer, game code, OS layer etc. )
 
133
code/bspc                               bot routes compiler source code
 
134
lcc/                                    the retargetable C compiler ( produces assembly to be turned into qvm bytecode by q3asm )
 
135
q3asm/                                  assembly to qvm bytecode compiler
 
136
q3map/                                  map compiler ( .map -> .bsp ) - this is the version that comes with Q3Radiant 200f
 
137
q3radiant/                              Q3Radiant map editor build 200f ( common/ and libs/ are support dirs for radiant )
 
138
 
 
139
While we made sure we were still able to compile the game on Windows, GNU/Linux
 
140
and Mac, this build didn't get any kind of extensive testing so it may not work
 
141
completely right. Whenever an id game is released under GPL, several projects
 
142
start making the source code more friendly to nowaday's compilers and
 
143
environements. If you are picking up this release weeks/months/years after we
 
144
uploaded it, you probably want to look around on the net for cleaned up
 
145
versions of this codebase as well.