aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBrian McBee2007-11-14 06:00:03 +0000
committerBrian McBee2007-11-14 06:00:03 +0000
commit666bd6f06e5eaff3acfb969d2851b7d98b18c495 (patch)
tree0584cde6b6136501c3360c04c9c0adfba7db1a22
parent* Should help avatar climb steps better (diff)
downloadopensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.zip
opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.tar.gz
opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.tar.bz2
opensim-SC_OLD-666bd6f06e5eaff3acfb969d2851b7d98b18c495.tar.xz
Another try: Fix moon bleeding over into linden grid. Need to clear your cache to fix it.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginResponse.cs4
-rw-r--r--bin/OpenSimAssetSet.xml9
-rw-r--r--bin/cloud.jp2bin0 -> 23852 bytes
3 files changed, 10 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs
index a8c3f23..98a6cfc 100644
--- a/OpenSim/Framework/Communications/LoginResponse.cs
+++ b/OpenSim/Framework/Communications/LoginResponse.cs
@@ -141,8 +141,8 @@ namespace OpenSim.Framework.UserManagement
141 allowFirstLife = "Y"; 141 allowFirstLife = "Y";
142 142
143 SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271"; 143 SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271";
144 CloudTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621"; 144 CloudTexture = "dc4b9f0b-d008-45c6-96a4-01dd947ac621";
145 MoonTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621"; 145 MoonTexture = "ec4b9f0b-d008-45c6-96a4-01dd947ac621";
146 146
147 ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock."; 147 ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock.";
148 ErrorReason = "key"; 148 ErrorReason = "key";
diff --git a/bin/OpenSimAssetSet.xml b/bin/OpenSimAssetSet.xml
index d7b604a..f484f5f 100644
--- a/bin/OpenSimAssetSet.xml
+++ b/bin/OpenSimAssetSet.xml
@@ -470,10 +470,17 @@
470 <Key Name="fileName" Value="newpants.dat"/> 470 <Key Name="fileName" Value="newpants.dat"/>
471 </Section> 471 </Section>
472 <Section Name="Moon"> 472 <Section Name="Moon">
473 <Key Name="assetID" Value="fc4b9f0b-d008-45c6-96a4-01dd947ac621"/> 473 <Key Name="assetID" Value="ec4b9f0b-d008-45c6-96a4-01dd947ac621"/>
474 <Key Name="name" Value="Moon"/> 474 <Key Name="name" Value="Moon"/>
475 <Key Name="assetType" Value="0" /> 475 <Key Name="assetType" Value="0" />
476 <Key Name="inventoryType" Value="0" /> 476 <Key Name="inventoryType" Value="0" />
477 <Key Name="fileName" Value="moon.jp2"/> 477 <Key Name="fileName" Value="moon.jp2"/>
478 </Section> 478 </Section>
479 <Section Name="Cloud">
480 <Key Name="assetID" Value="dc4b9f0b-d008-45c6-96a4-01dd947ac621"/>
481 <Key Name="name" Value="Cloud"/>
482 <Key Name="assetType" Value="0" />
483 <Key Name="inventoryType" Value="0" />
484 <Key Name="fileName" Value="cloud.jp2"/>
485 </Section>
479</Nini> 486</Nini>
diff --git a/bin/cloud.jp2 b/bin/cloud.jp2
new file mode 100644
index 0000000..aa24cdd
--- /dev/null
+++ b/bin/cloud.jp2
Binary files differ