]> icculus.org git repositories - icculus/iodoom3.git/blob - README.txt
Removed a Mac test program.
[icculus/iodoom3.git] / README.txt
1 Doom 3 GPL source release
2 =========================
3
4 This file contains the following sections:
5
6 GENERAL NOTES
7 LICENSE
8
9 GENERAL NOTES
10 =============
11
12 Game data and patching:
13 -----------------------
14
15 This source release does not contain any game data, the game data is still
16 covered by the original EULA and must be obeyed as usual.
17
18 You must patch the game to the latest version.
19
20 Note that Doom 3 and Doom 3: Resurrection of Evil are available from the Steam store at
21 http://store.steampowered.com/app/9050/
22 http://store.steampowered.com/app/9070/
23
24 Other platforms, updated source code, security issues:
25 ------------------------------------------------------
26
27 If you have obtained this source code several weeks after the time of release,
28 it is likely that you can find modified and improved
29 versions of the engine in various open source projects across the internet.
30 Depending what is your interest with the source code, those may be a better
31 starting point.
32
33 Compiling on win32:
34 -------------------
35
36 A project file for Microsoft Visual Studio 2010 is provided in neo\doom.sln
37 We expect the solution file is compatible with the Express releases
38
39 You will need the Microsoft DirectX SDK installed as well.
40 If it does not reside in "C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)"
41 you will need to update the project files accordingly.
42
43 Compiling on GNU/Linux x86:
44 ---------------------------
45
46 The build system on GNU/Linux is based on SCons: http://www.scons.org/
47 Issue the scons command in the neo/ folder.
48
49 Compiling on MacOS X:
50 ---------------------------
51
52 XCode 3.2 project is under neo/sys/osx/
53
54 Back End Rendering of Stencil Shadows:
55 --------------------------------------
56
57 The Doom 3 GPL source code release does not include functionality enabling rendering
58 of stencil shadows via the \93depth fail\94 method, a functionality commonly known as 
59 "Carmack's Reverse".
60
61 MayaImport:
62 ---------------------------
63
64 The code for our Maya export plugin is included, if you are a Maya licensee
65 you can obtain the SDK from Autodesk.
66
67
68 LICENSE
69 =======
70
71 See COPYING.txt for the GNU GENERAL PUBLIC LICENSE
72
73 ADDITIONAL TERMS:  The Doom 3 GPL Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU GPL which accompanied the Doom 3 Source Code.  If not, please request a copy in writing from id Software at id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
74
75 EXCLUDED CODE:  The code described below and contained in the Doom 3 GPL Source Code release is not part of the Program covered by the GPL and is expressly excluded from its terms.  You are solely responsible for obtaining from the copyright holder a license for such code and complying with the applicable license terms.
76
77 Curl library
78 ---------------------------------------------------------------------------
79 lines   file(s)
80                 neo/curl/*, neo/curl/README
81                 
82 COPYRIGHT AND PERMISSION NOTICE
83
84 Copyright (c) 1996 - 2004, Daniel Stenberg, <daniel@haxx.se>.
85
86 All rights reserved.
87
88 Permission to use, copy, modify, and distribute this software for any purpose
89 with or without fee is hereby granted, provided that the above copyright
90 notice and this permission notice appear in all copies.
91
92 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
93 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
94 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
95 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
96 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
97 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
98 OR OTHER DEALINGS IN THE SOFTWARE.
99
100 Except as contained in this notice, the name of a copyright holder shall not
101 be used in advertising or otherwise to promote the sale, use or other dealings
102 in this Software without prior written authorization of the copyright holder.
103
104 JPEG library
105 -----------------------------------------------------------------------------
106 neo/renderer/jpeg-6/*
107
108 Copyright (C) 1991-1995, Thomas G. Lane
109
110 Permission is hereby granted to use, copy, modify, and distribute this
111 software (or portions thereof) for any purpose, without fee, subject to these
112 conditions:
113 (1) If any part of the source code for this software is distributed, then this
114 README file must be included, with this copyright and no-warranty notice
115 unaltered; and any additions, deletions, or changes to the original files
116 must be clearly indicated in accompanying documentation.
117 (2) If only executable code is distributed, then the accompanying
118 documentation must state that "this software is based in part on the work of
119 the Independent JPEG Group".
120 (3) Permission for use of this software is granted only if the user accepts
121 full responsibility for any undesirable consequences; the authors accept
122 NO LIABILITY for damages of any kind.
123
124 These conditions apply to any software derived from or based on the IJG code,
125 not just to the unmodified library.  If you use our work, you ought to
126 acknowledge us.
127
128 NOTE: unfortunately the README that came with our copy of the library has
129 been lost, so the one from release 6b is included instead. There are a few
130 'glue type' modifications to the library to make it easier to use from
131 the engine, but otherwise the dependency can be easily cleaned up to a
132 better release of the library.
133
134 OggVorbis 
135 ---------------------------------------------------------------------------
136 neo/sound/OggVorbis/*
137 neo/sound/OggVorbis/ogg/README
138 neo/sound/OggVorbis/vorbis/README
139                         
140 Copyright (c) 2002, Xiph.org Foundation
141
142 Redistribution and use in source and binary forms, with or without
143 modification, are permitted provided that the following conditions
144 are met:
145
146 - Redistributions of source code must retain the above copyright
147 notice, this list of conditions and the following disclaimer.
148
149 - Redistributions in binary form must reproduce the above copyright
150 notice, this list of conditions and the following disclaimer in the
151 documentation and/or other materials provided with the distribution.
152
153 - Neither the name of the Xiph.org Foundation nor the names of its
154 contributors may be used to endorse or promote products derived from
155 this software without specific prior written permission.
156
157 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
158 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
159 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
160 A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION
161 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
162 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
163 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
164 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
165 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
166 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
167 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
168
169 PropTree 
170 ---------------------------------------------------------------------------
171 neo/tools/common/PropTree/*
172
173 Copyright (C) 1998-2001 Scott Ramsay
174 sramsay@gonavi.com
175 http://www.gonavi.com
176
177 This material is provided "as is", with absolutely no warranty expressed
178 or implied. Any use is at your own risk.
179  
180 Permission to use or copy this software for any purpose is hereby granted 
181 without fee, provided the above notices are retained on all copies.
182 Permission to modify the code and to distribute modified code is granted,
183 provided the above notices are retained, and a notice that the code was
184 modified is included with the above copyright notice.
185  
186 If you use this code, drop me an email.  I'd like to know if you find the code
187 useful.
188
189 OpenAL SDK
190 ---------------------------------------------------------------------------
191 neo/openal/docs/*
192 neo/openal/include/*
193 neo/openal/lib/*
194 neo/openal/osx/*
195
196 /**
197  * OpenAL cross platform audio library
198  * Copyright (C) 1999-2000 by authors.
199  * This library is free software; you can redistribute it and/or
200  *  modify it under the terms of the GNU Library General Public
201  *  License as published by the Free Software Foundation; either
202  *  version 2 of the License, or (at your option) any later version.
203  *
204  * This library is distributed in the hope that it will be useful,
205  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
206  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
207  *  Library General Public License for more details.
208  *
209  * You should have received a copy of the GNU Library General Public
210  *  License along with this library; if not, write to the
211  *  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
212  *  Boston, MA  02111-1307, USA.
213  * Or go to http://www.gnu.org/copyleft/lgpl.html
214  */
215
216 Base64 implementation
217 ---------------------------------------------------------------------------
218 lines   file(s)
219 234             neo/idlib/Base64.cpp
220
221 Copyright (c) 1996 Lars Wirzenius.  All rights reserved.
222
223 June 14 2003: TTimo <ttimo@idsoftware.com>
224         modified + endian bug fixes
225         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197039
226
227 Redistribution and use in source and binary forms, with or without
228 modification, are permitted provided that the following conditions
229 are met:
230
231 1. Redistributions of source code must retain the above copyright
232    notice, this list of conditions and the following disclaimer.
233
234 2. Redistributions in binary form must reproduce the above copyright
235    notice, this list of conditions and the following disclaimer in the
236    documentation and/or other materials provided with the distribution.
237
238 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
239 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
240 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
241 DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
242 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
243 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
244 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
245 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
246 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
247 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
248 POSSIBILITY OF SUCH DAMAGE.
249
250
251 IO on .zip files using portions of zlib
252 ---------------------------------------------------------------------------
253 lines   file(s)
254 4471    src/framework/Unzip.cpp
255 Copyright (C) 1998 Gilles Vollant
256 zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
257
258   This software is provided 'as-is', without any express or implied
259   warranty.  In no event will the authors be held liable for any damages
260   arising from the use of this software.
261
262   Permission is granted to anyone to use this software for any purpose,
263   including commercial applications, and to alter it and redistribute it
264   freely, subject to the following restrictions:
265
266   1. The origin of this software must not be misrepresented; you must not
267      claim that you wrote the original software. If you use this software
268      in a product, an acknowledgment in the product documentation would be
269      appreciated but is not required.
270   2. Altered source versions must be plainly marked as such, and must not be
271      misrepresented as being the original software.
272   3. This notice may not be removed or altered from any source distribution.
273
274 MD4 Message-Digest Algorithm
275 -----------------------------------------------------------------------------
276 lines   file(s)
277 260             neo/idlib/hashing/MD4.cpp
278 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
279 rights reserved.
280
281 License to copy and use this software is granted provided that it
282 is identified as the "RSA Data Security, Inc. MD4 Message-Digest
283 Algorithm" in all material mentioning or referencing this software
284 or this function.
285
286 License is also granted to make and use derivative works provided
287 that such works are identified as "derived from the RSA Data
288 Security, Inc. MD4 Message-Digest Algorithm" in all material
289 mentioning or referencing the derived work.
290
291 RSA Data Security, Inc. makes no representations concerning either
292 the merchantability of this software or the suitability of this
293 software for any particular purpose. It is provided "as is"
294 without express or implied warranty of any kind.
295
296 These notices must be retained in any copies of any part of this
297 documentation and/or software.
298
299 MD5 Message-Digest Algorithm
300 -----------------------------------------------------------------------------
301 lines   file(s)
302 273             neo/idlib/hashing/MD5.cpp
303 This code implements the MD5 message-digest algorithm.
304 The algorithm is due to Ron Rivest.  This code was
305 written by Colin Plumb in 1993, no copyright is claimed.
306 This code is in the public domain; do with it what you wish.
307
308 CRC32 Checksum
309 -----------------------------------------------------------------------------
310 lines   file(s)
311 168             neo/idlib/hashing/CRC32.cpp
312 Copyright (C) 1995-1998 Mark Adler
313
314 OpenGL headers
315 ---------------------------------------------------------------------------
316 lines   file(s)
317 5920    neo/renderer/glext.h
318 613             neo/renderer/wglext.h
319
320 /*
321 ** License Applicability. Except to the extent portions of this file are
322 ** made subject to an alternative license as permitted in the SGI Free
323 ** Software License B, Version 1.1 (the "License"), the contents of this
324 ** file are subject only to the provisions of the License. You may not use
325 ** this file except in compliance with the License. You may obtain a copy
326 ** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
327 ** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
328 ** 
329 ** http://oss.sgi.com/projects/FreeB
330 ** 
331 ** Note that, as provided in the License, the Software is distributed on an
332 ** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
333 ** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
334 ** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
335 ** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
336 ** 
337 ** Original Code. The Original Code is: OpenGL Sample Implementation,
338 ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
339 ** Inc. The Original Code is Copyright (c) 1991-2002 Silicon Graphics, Inc.
340 ** Copyright in any portions created by third parties is as indicated
341 ** elsewhere herein. All Rights Reserved.
342 ** 
343 ** Additional Notice Provisions: This software was created using the
344 ** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has
345 ** not been independently verified as being compliant with the OpenGL(R)
346 ** version 1.2.1 Specification.
347 */
348
349 NV-CONTROL X Extension
350 ---------------------------------------------------------------------------
351 neo/sys/linux/libXNVCtrl/*
352 Copyright NVIDIA Corporation
353
354 ExtUtil.h
355 ---------------------------------------------------------------------------
356 neo/sys/linux/extutil.h
357 /*
358  * $Xorg: extutil.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $
359  *
360 Copyright 1989, 1998  The Open Group
361
362 Permission to use, copy, modify, distribute, and sell this software and its
363 documentation for any purpose is hereby granted without fee, provided that
364 the above copyright notice appear in all copies and that both that
365 copyright notice and this permission notice appear in supporting
366 documentation.
367
368 The above copyright notice and this permission notice shall be included in
369 all copies or substantial portions of the Software.
370
371 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
372 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
373 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
374 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
375 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
376 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
377
378 Except as contained in this notice, the name of The Open Group shall not be
379 used in advertising or otherwise to promote the sale, use or other dealings
380 in this Software without prior written authorization from The Open Group.
381  *
382  * Author:  Jim Fulton, MIT The Open Group
383  * 
384  *                     Xlib Extension-Writing Utilities
385  *
386  * This package contains utilities for writing the client API for various
387  * protocol extensions.  THESE INTERFACES ARE NOT PART OF THE X STANDARD AND
388  * ARE SUBJECT TO CHANGE!
389  */
390
391 OSS headers
392 ---------------------------------------------------------------------------
393 neo/sys/linux/oss/*
394 Copyright by 4Front Technologies 1993-2004
395
396 Brandelf utility
397 ---------------------------------------------------------------------------
398 lines   file(s)
399 225             neo/sys/linux/setup/brandelf.c
400
401 /*-
402  * Copyright (c) 1996 Søren Schmidt
403  * All rights reserved.
404  *
405  * Redistribution and use in source and binary forms, with or without
406  * modification, are permitted provided that the following conditions
407  * are met:
408  * 1. Redistributions of source code must retain the above copyright
409  *    notice, this list of conditions and the following disclaimer
410  *    in this position and unchanged.
411  * 2. Redistributions in binary form must reproduce the above copyright
412  *    notice, this list of conditions and the following disclaimer in the
413  *    documentation and/or other materials provided with the distribution.
414  * 3. The name of the author may not be used to endorse or promote products
415  *    derived from this software withough specific prior written permission
416  *
417  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
418  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
419  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
420  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
421  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
422  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
423  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
424  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
425  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
426  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
427  *
428  * $FreeBSD: src/usr.bin/brandelf/brandelf.c,v 1.16 2000/07/02 03:34:08 imp Exp $
429  */
430
431 makeself - Make self-extractable archives on Unix
432 --------------------------------------------------------------------------- 
433 neo/sys/linux/setup/makeself/*, neo/sys/linux/setup/makeself/README
434 Copyright (c) Stéphane Peter
435 Licensing: GPL v2