From 997a2907e2e26d6ee09c4e222bfbc017e3229418 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 27 Dec 2007 15:17:22 +0000 Subject: Move hardcoded texture library inventory items out into OpenSimLibrary/xml. However, even before these change the five textures moved are not displaying (which is why default cubes are coming up as grey plywood unless you happen to have that texture cached). These were working before so they must have broken in the last month. Might be something to do with the fact that these identify (using file under linux) as jpeg2000 files, while all the other working textures identify simply as data. --- bin/OpenSimAssetSet.xml | 35 --------------------------- bin/OpenSimLibrary.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 36 deletions(-) (limited to 'bin') diff --git a/bin/OpenSimAssetSet.xml b/bin/OpenSimAssetSet.xml index a8f3f11..8d93035 100644 --- a/bin/OpenSimAssetSet.xml +++ b/bin/OpenSimAssetSet.xml @@ -13,41 +13,6 @@ -
- - - - - -
-
- - - - - -
-
- - - - - -
-
- - - - - -
-
- - - - - -
diff --git a/bin/OpenSimLibrary.xml b/bin/OpenSimLibrary.xml index 0ec23c5..d209635 100644 --- a/bin/OpenSimLibrary.xml +++ b/bin/OpenSimLibrary.xml @@ -539,4 +539,65 @@
- \ No newline at end of file +
+ + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ + + + + + + + + + +
+
+ + + + + + + + + + +
+ + -- cgit v1.1