From 4406f07a84faf2622fb1e238757b2ce2545cc24c Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 28 Jun 2013 23:34:16 +0100 Subject: Add IMG_BLOOM1.jp2 to standard asset set, which is used in stars. This makes stars appear more realistically rather than as massive chunks due to the missing IMG_BLOOM1 asset from the viewer. Thanks to YoshikoFazuku for supplying the star asset which I then uploaded via a viewer and extracted as JPEG2000. Thanks also to Ai Austin for helping this process along. See http://opensimulator.org/mantis/view.php?id=6691 for more details. --- bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 | Bin 0 -> 11276 bytes bin/assets/TexturesAssetSet/TexturesAssetSet.xml | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 (limited to 'bin/assets') diff --git a/bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 b/bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 new file mode 100644 index 0000000..8186d49 Binary files /dev/null and b/bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 differ diff --git a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml index a4a0cba..a29ac38 100644 --- a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml +++ b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml @@ -746,4 +746,16 @@ + + +
+ + + + +
+ -- cgit v1.1 From 70dd4cf1525deeaf2c71cb184a6f35dcc63b01df Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 10 Jan 2014 20:51:28 +0000 Subject: In library inventory, correct asset id for llSay example script From http://opensimulator.org/mantis/view.php?id=6917 Thanks to FreakyTech for this spot. --- bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/assets') diff --git a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml index c76cb78..eae9642 100644 --- a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml +++ b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml @@ -89,9 +89,9 @@ -
+
- +
@@ -240,4 +240,4 @@
- \ No newline at end of file + -- cgit v1.1