2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-15 10:54:18 +00:00

Compare commits

..

63 Commits

Author SHA1 Message Date
c8c3c701db A few more fixes
(cherry picked from commit 0cbab3fb6e)
2021-01-29 14:59:17 -07:00
e9d004b2af CMakeify plPythonPack
(cherry picked from commit 3a24302f74)
2021-01-29 14:58:56 -07:00
95eaaf82a0 Fix some more include paths
(cherry picked from commit 65ace75aa9)
2021-01-29 14:57:33 -07:00
53d12c70c9 Make python link (dynamically)
(cherry picked from commit c6c5f3aad9)
2021-01-29 14:57:10 -07:00
8143004052 Progress towards making plClient compile
(cherry picked from commit f7a9adab72)
2021-01-29 14:56:49 -07:00
36f2b26466 The rest of NucleusLib
(cherry picked from commit 7069e00e6f)
2021-01-29 14:18:56 -07:00
7ced2a3c8c Almost done with NucleusLib cmake conversion
--HG--
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.h

(cherry picked from commit ae434d4eda)
2021-01-29 14:14:27 -07:00
fe01769980 Rename the project to "Plasma"
(cherry picked from commit 7a4cbbe021)
2021-01-29 14:06:17 -07:00
afdcfc9fd3 Finished PubUtilLib cmakification
--HG--
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plOGGCodec.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plOGGCodec.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plOGGCodec.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plOGGCodec.h
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plWavFile.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudio/plWavFile.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plAudioCore/plWavFile.h

(cherry picked from commit 0477edc597)
2021-01-29 14:05:59 -07:00
afa3f2c67a Finish the port of FeatureLib to CMake
(cherry picked from commit 4134a68f2c)
2021-01-29 13:38:43 -07:00
27e7a1cda9 A few minor tweaks (apparently the -DCLIENT is not needed, and is ignored by plVault anyway :( )
(cherry picked from commit ff1320388e)
2021-01-29 10:09:45 -07:00
24fa42f9ab PubUtilLib Part IV
(cherry picked from commit 3bf6b7e182)
2021-01-29 10:08:05 -07:00
a5181b716e Start CMake-ifying NucleusLib
(cherry picked from commit 93ac5b22a9)
2021-01-29 10:00:27 -07:00
d760c45eaa PubUtilLib part III
(cherry picked from commit 82a4fc867c)
2021-01-29 09:57:48 -07:00
e88d8ae8d1 PubUtilLib -> cmake part II
(cherry picked from commit 7f39558b23)
2021-01-29 09:54:34 -07:00
f9c5434ec9 First part of PubUtilLib cmakification
(cherry picked from commit bead11fb28)
2021-01-29 09:53:22 -07:00
9939eac342 Add target configurations from the sln to the root-level cmake project
(cherry picked from commit 4b594c6e2e)
2021-01-29 09:30:58 -07:00
8596c34c50 Beginnings of CMake port
(cherry picked from commit 3a51dd0902)
2021-01-29 09:30:28 -07:00
bd74de2226 Missed one of these
(cherry picked from commit 7b48da6cb2)
2021-01-28 17:01:39 -07:00
d05bc8e0c1 Fix for a guaranteed infinite recursive call bug
(cherry picked from commit 749ee03661)
2021-01-28 16:59:24 -07:00
4320674bd8 Fix some more conformance difference related errors/warnings
(cherry picked [partial] from commit 37a87f3b54)
2021-01-28 16:57:01 -07:00
329b0b2897 Fix some conformance-based compiler warnings
(cherry picked from commit 3a57088bcf)
2021-01-28 16:50:16 -07:00
e43d316e7b Fix API difference for newer versions of python
(cherry picked from commit 3e95f4fe5a)
2021-01-28 16:48:49 -07:00
3cbf675476 Missed some "ref macro" uses
(cherry picked from commit c8cee29c78)
2021-01-28 16:42:30 -07:00
8b7a955d9b Remove useless ref macro, since it conflicts with VS2010's libraries.
The compiler warnings will have to be cleaned up later (without the use of a silly macro)

(cherry picked from commit 4218993bf5)
2021-01-28 16:35:36 -07:00
951011d903 Fix a few issues with more strict modern compilers
(cherry picked from commit ecb7d8b566)
2021-01-28 16:04:43 -07:00
f8b18a19cb Merge branch 'rarified/huru-merge-work/code-cleanup' into rarified/huru-merge
First stage in code cleanup to match H'uru directory layout
- Move MOULOpenSourceClientPlugin/Plasma20 contents to top level
- Replace CRLF line endings in text files to LF
- Move MOULOpenSourceClientPlugin/Plasma20/MSVC10Projects to MSVC19Projects
2021-01-28 14:19:38 -07:00
229c60fd32 Remove .gitattributes until reorganization complete; CRLF breakage 2021-01-28 14:18:19 -07:00
a553708b5b Change all CRLF-text files to LF-text files
to match H'uru for patching
2021-01-28 12:08:00 -07:00
6ae3df25f5 Hoist MOULOpenSourceClientPlugin/Plasma20/* to top level
to match H'uru layout and make patching/cherry-picking easier.
2021-01-28 12:04:34 -07:00
c6ecd6cd06 Merge branch 'master' of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata 2021-01-20 14:01:51 -07:00
b5be9edf82 Remove VS 2003.NET project files. 2021-01-20 13:58:57 -07:00
74f1c3c034 Merge branch 'rarified/sdk-provisioning-1' 2021-01-16 18:00:55 -07:00
18e04e34a5 Update SDK-binary for script fixes 2021-01-16 18:00:21 -07:00
ac29232a22 Merge branch 'rarified/sdk-provisioning-1' 2021-01-16 17:35:01 -07:00
e0f4699a3e Update SDK-binary - fix PhysX scripting changes. 2021-01-16 17:33:38 -07:00
79d6463281 Merge branch 'rarified/sdk-provisioning-1' 2021-01-16 16:31:02 -07:00
c6ee5776df Update SDK-binary - fix Physx Provisioning 2021-01-16 16:30:30 -07:00
6de1042500 Merge branch 'rarified/sdk-provisioning-1' 2021-01-16 16:14:21 -07:00
42f72151ca Update SDK-binary for provisioning. 2021-01-16 16:13:53 -07:00
3223a0f76c Merge commit '7b2fd8d719618bb9f9e6b96270399fde29fcd14f' into HEAD 2021-01-16 16:08:34 -07:00
7b2fd8d719 Update SDK-binary 2021-01-16 14:47:23 -07:00
14724e82c0 Update SDK-binary version 2021-01-16 14:32:21 -07:00
7aeee689bd Update SDK-binary Submodule version.
Scripting updates, provision non-open source SDKs.
2021-01-15 13:04:48 -07:00
d05e13603a Synchronize submodule SDK-binary for Opus and Speex updates. 2021-01-13 11:19:13 -07:00
d38f737366 Updated plClient solution to change Opus build directory to VS2010. 2021-01-12 14:30:33 -07:00
82dabff2f2 Synchronize with new SDK-binary for builds eliminating OpenMP. 2021-01-12 14:13:32 -07:00
f4a8db4f10 Update SDK-binary submodule to use VPX 1.7.0 2021-01-10 13:57:31 -07:00
37434040a3 Update SDK-binary for new installall.bat script 2021-01-01 13:22:00 -07:00
70f968ec7a Merge branch 'rarified/sdk-reorg-1' 2020-12-31 15:15:59 -07:00
f66df98794 Jenkins can't cope with submodule name different than the <path>
in the superproject.

Change .gitmodules entry "SDK-binary" to "MOULOpenSourceClientPlugin/SDK-binary"
2020-12-31 15:14:54 -07:00
5b9ae0d6e4 Merge branch 'rarified/unify-line-endings' 2020-12-31 14:23:18 -07:00
22f3ab2bff Adjust .gitattributes
Remove .hgignore (no longer in Mercurial)
2020-12-31 14:22:36 -07:00
b411f5e886 Merge branch 'rarified/update-moul-patchbase' 2020-12-29 11:16:44 -07:00
e24cbd91ec Update Cyan shard server addresses to remove from OU build patch file. 2020-12-29 11:15:22 -07:00
bcecd851b6 Merge branch 'rarified/sdk-reorg-1' 2020-12-29 11:04:27 -07:00
405bc40785 Merge branch 'master' into rarified/sdk-reorg-1
Propogate SDK-binary submodule into branch.
2020-12-29 10:33:55 -07:00
4b86c6e123 Add submodule reference to SDK-binary (VS2010) 2020-12-29 10:31:16 -07:00
70018d4cd1 Remove submodule reference for cleanup. 2020-12-23 09:51:58 -07:00
9d9788b99a Reorganization Phase 2: update solution files for new references. 2020-12-19 10:18:42 -07:00
c50edd2ea7 Reorganization of SDK placement and references for CWE-ou
Phase 1: reorganize StaticSDK directories to better reflect
  origin of each SDK, platform, etc.  Add SDK-binary as submodule.
2020-12-19 10:16:13 -07:00
c5bbb0541f Merge branch 'rarified/vs2010_default' 2020-11-03 15:48:01 -07:00
26560983d2 Code changes to build with VS2010 without patching.
This commit will follow the tag VS2003_FINAL which is the last commit
that will compile under VS2003 without changes.

This incorporates all source code changes known to be necessary to build
CWE with VS2010.
2020-11-03 15:45:09 -07:00
4432 changed files with 1169912 additions and 1291707 deletions

View File

@ -1,8 +1,8 @@
# Indicate there is no need to continue trawling
root = true
# Cyan's source files use tabs... mostly...
[*]
end_of_line = crlf
indent_style = tab
indent_size = 4
# Indicate there is no need to continue trawling
root = true
# Cyan's source files use tabs... mostly...
[*]
end_of_line = crlf
indent_style = tab
indent_size = 4

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/*

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "MOULOpenSourceClientPlugin/SDK-binary"]
path = MOULOpenSourceClientPlugin/SDK-binary
url = https://foundry.openuru.org/gitblit/r/CWE-SDKs/SDK-binary-VS2010

View File

@ -1,18 +0,0 @@
syntax: glob
*.aps
*.ncb
*.opensdf
*.pyc
*.sdf
*.suo
*.user
syntax: regexp
Debug*/
Release*/
^MOULOpenSourceClientPlugin/Plasma20/Doxy/
^MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/external/render/
^MOULOpenSourceClientPlugin/Plasma20/test/
^MOULOpenSourceClientPlugin/Plasma20/tools/
^MOULOpenSourceClientPlugin/StaticSDKs/
^patch/
ipch/

55
CMakeLists.txt Normal file
View File

@ -0,0 +1,55 @@
project(Plasma)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
# Find all 3rd-party libraries that are required
find_package(OpenSSL REQUIRED)
find_package(OpenAL REQUIRED)
find_package(PythonLibs REQUIRED)
find_package(EXPAT REQUIRED)
find_package(ZLIB REQUIRED)
find_package(PHYSX REQUIRED) #TODO: Not required if we aren't building the client
find_package(Ogg REQUIRED) #TODO: Not required if we aren't building the client
find_package(Vorbis REQUIRED) #TODO: Not required if we aren't building the client
find_package(Speex REQUIRED) #TODO: Not required if we aren't building the client
#find_package(BINK REQUIRED) #TODO: Find Bink, but don't require it if plPipeline isn't built...
# Or better yet, just eliminate bink altogether
option(EXTERNAL_RELEASE "Is this release intended for the general public?" OFF)
#TODO: Don't hard code this
add_definitions(-DBUILD_TYPE=BUILD_TYPE_LIVE)
if(EXTERNAL_RELEASE)
add_definitions(-DPLASMA_EXTERNAL_RELEASE)
endif(EXTERNAL_RELEASE)
set(PLASMA_TARGETS Client
CACHE STRING "Which set of plasma targets to build and use")
set_property(CACHE PLASMA_TARGETS PROPERTY STRINGS
"Client" "Server" "Patcher" "Ethereal" "NoAvMsgs")
if(PLASMA_TARGETS STREQUAL "Patcher")
add_definitions(-DPATCHER)
endif(PLASMA_TARGETS STREQUAL "Patcher")
if(PLASMA_TARGETS STREQUAL "Server")
add_definitions(-DSERVER)
endif(PLASMA_TARGETS STREQUAL "Server")
if(PLASMA_TARGETS STREQUAL "NoAvMsgs")
add_definitions(-DNO_AV_MSGS)
endif(PLASMA_TARGETS STREQUAL "NoAvMsgs")
if(PLASMA_TARGETS STREQUAL "Ethereal")
add_definitions(-DSTREAM_LOGGER)
endif(PLASMA_TARGETS STREQUAL "Ethereal")
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
add_definitions(-D_SCL_SECURE_NO_WARNINGS)
endif(MSVC)
add_subdirectory(Sources/Plasma)
# add_subdirectory(Sources/Tools)

View File

@ -1,18 +1,18 @@
Welcome to MYST Online:UruLive!
.
.
Thanks to all the fan contributors!
.
Release notes for build 918
- Fixed Console documentation
- Allow clickables while sitting or AFK
- Fixed various JPEG issues
- Free the cursor
- Fixed improper calculated initial window size
- Improved cursors
- Removed broken share from Sharper's Office link
- Fixed GreatZero stain glass to be random
- Avatar physics updated
- Fix pellet points stealing
- Bink removed
- Fixed remote code exec with Python.Cheat and RunFile
Welcome to MYST Online:UruLive!
.
.
Thanks to all the fan contributors!
.
Release notes for build 918
- Fixed Console documentation
- Allow clickables while sitting or AFK
- Fixed various JPEG issues
- Free the cursor
- Fixed improper calculated initial window size
- Improved cursors
- Removed broken share from Sharper's Office link
- Fixed GreatZero stain glass to be random
- Avatar physics updated
- Fix pellet points stealing
- Bink removed
- Fixed remote code exec with Python.Cheat and RunFile

File diff suppressed because it is too large Load Diff

View File

@ -1,41 +1,41 @@
/*==COPYING==*
CyanWorlds.com Engine - MMOG client, server and tools
Copyright (C) 2011 Cyan Worlds, 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 3 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, see <http://www.gnu.org/licenses/>.
Additional permissions under GNU GPL version 3 section 7
If you modify this Program, or any covered work, by linking or
combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK,
NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent
JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK
(or a modified version of those libraries),
containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA,
PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG
JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the
licensors of this Program grant you additional
permission to convey the resulting work. Corresponding Source for a
non-source form of such a combination shall include the source code for
the parts of OpenSSL and IJG JPEG Library used as well as that of the covered
work.
You can contact Cyan Worlds, Inc. by email legal@cyan.com
or by snail mail at:
Cyan Worlds, Inc.
14617 N Newport Hwy
Mead, WA 99021
*==COPYING==*/
/*==COPYING==*
CyanWorlds.com Engine - MMOG client, server and tools
Copyright (C) 2011 Cyan Worlds, 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 3 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, see <http://www.gnu.org/licenses/>.
Additional permissions under GNU GPL version 3 section 7
If you modify this Program, or any covered work, by linking or
combining it with any of RAD Game Tools Bink SDK, Autodesk 3ds Max SDK,
NVIDIA PhysX SDK, Microsoft DirectX SDK, OpenSSL library, Independent
JPEG Group JPEG library, Microsoft Windows Media SDK, or Apple QuickTime SDK
(or a modified version of those libraries),
containing parts covered by the terms of the Bink SDK EULA, 3ds Max EULA,
PhysX SDK EULA, DirectX SDK EULA, OpenSSL and SSLeay licenses, IJG
JPEG Library README, Windows Media SDK EULA, or QuickTime SDK EULA, the
licensors of this Program grant you additional
permission to convey the resulting work. Corresponding Source for a
non-source form of such a combination shall include the source code for
the parts of OpenSSL and IJG JPEG Library used as well as that of the covered
work.
You can contact Cyan Worlds, Inc. by email legal@cyan.com
or by snail mail at:
Cyan Worlds, Inc.
14617 N Newport Hwy
Mead, WA 99021
*==COPYING==*/

View File

@ -1,79 +1,79 @@
/*==CREDITS.txt==*
LEGAL
-------
MYST is a registered trademark of Cyan Worlds, Inc. All rights reserved.
NVIDIA (formerly AGEIA)-provider of the PhysX physics engine. AGEIA™ and
PhysX™ are trademarks of AGEIA Technologies, Inc. and are used under license.
Uses Bink Video. Copyright C 1997-2006 by RAD Game Tools, Inc.
FaceGen Modeller 2.1 Singular Inversions, Inc.
Artbeats Digital Film Library Artbeats
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/)
Free Type The FreeType Project is copyright C 1996-2000 by David Turner,
Robert Wilhelm, and Werner Lemberg. All rights reserved.
Python Copyright C 2001, 2002 Python Software Foundation. All rights
reserved.
Boost Copyright C 2002 CrystalClear Software, inc. Permission to use, copy,
modify, distribute and sell this software for any purpose is hereby granted
without fee.
Speex (libspeex) © 2002-2003, Jean-Marc Valin/Xiph.Org Foundation
Ogg (libogg) Copyright (c) 2002, Xiph.org Foundation
Vorbis (libvorbis) Copyright (c) 2002-2008 Xiph.org Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
• Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
• Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
• Neither the name of the Xiph.org Foundation 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 copyright holders and contributors “as
is” and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. In no event shall the foundation or
contributors be liable for any direct, indirect, incidental, special,
exemplary, or consequential damages (including, but not limited to,
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.
LibJpeg Libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002,
are Copyright C 2000-2002 Glenn Randers-Pehrson
zLib zlib C1995-2002 Jean-loup Gailly and Mark Adler
Expat Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and
Clark Cooper
Expat Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
Uses OpenAL 3D Audio - http://openal.org
Friends of Sironka Dance Troupe Some sounds and vocal recording provided by
the Friends of Sironka Dance Troupe, nonexclusively licensed by Cyan, used
by permission.
Burn You Up, Burn You Down performed by Peter Gabriel. Written by Peter
Gabriel, Neil Sparkes and Karl Wallinger. Published by Real World Music
Limited/Universal Music Limited. Peter Gabriel appears courtesy of Real
World Records'/ Geffen Records and EMI Records.
*==CREDITS==*/
/*==CREDITS.txt==*
LEGAL
-------
MYST is a registered trademark of Cyan Worlds, Inc. All rights reserved.
NVIDIA (formerly AGEIA)-provider of the PhysX physics engine. AGEIA™ and
PhysX™ are trademarks of AGEIA Technologies, Inc. and are used under license.
Uses Bink Video. Copyright C 1997-2006 by RAD Game Tools, Inc.
FaceGen Modeller 2.1 Singular Inversions, Inc.
Artbeats Digital Film Library Artbeats
This product includes software developed by the OpenSSL Project for use in
the OpenSSL Toolkit (http://www.openssl.org/)
Free Type The FreeType Project is copyright C 1996-2000 by David Turner,
Robert Wilhelm, and Werner Lemberg. All rights reserved.
Python Copyright C 2001, 2002 Python Software Foundation. All rights
reserved.
Boost Copyright C 2002 CrystalClear Software, inc. Permission to use, copy,
modify, distribute and sell this software for any purpose is hereby granted
without fee.
Speex (libspeex) © 2002-2003, Jean-Marc Valin/Xiph.Org Foundation
Ogg (libogg) Copyright (c) 2002, Xiph.org Foundation
Vorbis (libvorbis) Copyright (c) 2002-2008 Xiph.org Foundation
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
• Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
• Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
• Neither the name of the Xiph.org Foundation 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 copyright holders and contributors “as
is” and any express or implied warranties, including, but not limited
to, the implied warranties of merchantability and fitness for a
particular purpose are disclaimed. In no event shall the foundation or
contributors be liable for any direct, indirect, incidental, special,
exemplary, or consequential damages (including, but not limited to,
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.
LibJpeg Libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002,
are Copyright C 2000-2002 Glenn Randers-Pehrson
zLib zlib C1995-2002 Jean-loup Gailly and Mark Adler
Expat Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and
Clark Cooper
Expat Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers.
Uses OpenAL 3D Audio - http://openal.org
Friends of Sironka Dance Troupe Some sounds and vocal recording provided by
the Friends of Sironka Dance Troupe, nonexclusively licensed by Cyan, used
by permission.
Burn You Up, Burn You Down performed by Peter Gabriel. Written by Peter
Gabriel, Neil Sparkes and Karl Wallinger. Published by Real World Music
Limited/Universal Music Limited. Peter Gabriel appears courtesy of Real
World Records'/ Geffen Records and EMI Records.
*==CREDITS==*/

File diff suppressed because it is too large Load Diff