aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-02-03 22:34:10 +0000
committerJustin Clark-Casey (justincc)2011-02-03 22:34:10 +0000
commitc1665cfe9c02f9f8dcf5ff97afe1cf8bba4fa39a (patch)
treeef21c425cbfb3c25596df7d00ad90cd8b8a0e291 /bin/assets
parentChange UpdateAgent (for changes in agent position) to be sent (diff)
downloadopensim-SC_OLD-c1665cfe9c02f9f8dcf5ff97afe1cf8bba4fa39a.zip
opensim-SC_OLD-c1665cfe9c02f9f8dcf5ff97afe1cf8bba4fa39a.tar.gz
opensim-SC_OLD-c1665cfe9c02f9f8dcf5ff97afe1cf8bba4fa39a.tar.bz2
opensim-SC_OLD-c1665cfe9c02f9f8dcf5ff97afe1cf8bba4fa39a.tar.xz
Make UUID 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 reference a full alpha texture.
SL's viewer and some downstream projects assume that this UUID points to a full alpha texture, as per http://opensimulator.org/mantis/bug_view_advanced_page.php?bug_id=4751 and http://forums.kokuaviewer.org/viewtopic.php?f=8&t=1323 If the request isn't satified, some viewers will continuously make the request.
Diffstat (limited to 'bin/assets')
-rw-r--r--bin/assets/TexturesAssetSet/TexturesAssetSet.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
index 5484ee2..3af9c99 100644
--- a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
+++ b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml
@@ -413,6 +413,15 @@
413 <Key Name="assetType" Value="0" /> 413 <Key Name="assetType" Value="0" />
414 <Key Name="fileName" Value="default_clear.jp2" /> 414 <Key Name="fileName" Value="default_clear.jp2" />
415 </Section> 415 </Section>
416
417 <!-- 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 is a UUID that viewers assume exists in the asset server -->
418 <!-- See http://opensimulator.org/mantis/bug_view_advanced_page.php?bug_id=4751 for more details -->
419 <Section Name="Default Alpha Layer Texture">
420 <Key Name="assetID" Value="3a367d1c-bef1-6d43-7595-e88c1e3aadb3"/>
421 <Key Name="name" Value="Default Alpha Layer Texture"/>
422 <Key Name="assetType" Value="0" />
423 <Key Name="fileName" Value="default_clear.jp2" />
424 </Section>
416 425
417 <Section Name="Default Avatar"> 426 <Section Name="Default Avatar">
418 <Key Name="assetID" Value="c228d1cf-4b5d-4ba8-84f4-899a0796aa97"/> 427 <Key Name="assetID" Value="c228d1cf-4b5d-4ba8-84f4-899a0796aa97"/>