aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorlbsa712007-07-09 19:56:22 +0000
committerlbsa712007-07-09 19:56:22 +0000
commitd91f33b87b4578eb5e5a9ef22f383ed598cc28e2 (patch)
treefdadd7c575131ff282ce301b419ae58bd62502fc /bin
parentDone a little bit of renaming in primitive.cs and on a few events in IClientAPI. (diff)
downloadopensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.zip
opensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.tar.gz
opensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.tar.bz2
opensim-SC_OLD-d91f33b87b4578eb5e5a9ef22f383ed598cc28e2.tar.xz
Re-applied dalien patch (#175) and included bin\data with avataranimations.xml
Diffstat (limited to 'bin')
-rw-r--r--bin/data/LICENSE-README-IMPORTANT.txt5
-rw-r--r--bin/data/avataranimations.xml10
2 files changed, 15 insertions, 0 deletions
diff --git a/bin/data/LICENSE-README-IMPORTANT.txt b/bin/data/LICENSE-README-IMPORTANT.txt
new file mode 100644
index 0000000..3229102
--- /dev/null
+++ b/bin/data/LICENSE-README-IMPORTANT.txt
@@ -0,0 +1,5 @@
1Not all of the files in this directory are licensed under the BSD license. Some of these files come with the Second Life viewer and are considered licensed under a Creative Commons License.
2
3These files are:
4
5- avataranimations.xml (Derivative work of viewerart.ini, Creative Commons Attribution+Share-Alike v2.5 License) \ No newline at end of file
diff --git a/bin/data/avataranimations.xml b/bin/data/avataranimations.xml
new file mode 100644
index 0000000..461613f
--- /dev/null
+++ b/bin/data/avataranimations.xml
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!-- Copyright(C) 2002-2007 Linden Lab, OpenSim Developers -->
3<!-- Based on viewerart.ini packaged with the viewer. -->
4<!-- This file is a derivative work of the above while it contains default animation UUIDs -->
5<!-- Licensed under a creative commons license (By-SA) http://creativecommons.org/licenses/by-sa/2.5/ -->
6<animations>
7 <animation name="STAND">2408fe9e-df1d-1d7d-f4ff-1384fa7b350f</animation>
8 <animation name="WALK">6ed24bd8-91aa-4b12-ccc7-c97c857ab4e0</animation>
9 <animation name="FLY">aec4610c-757f-bc4e-c092-c6e9caf18daf</animation>
10</animations> \ No newline at end of file