aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/assets
diff options
context:
space:
mode:
authorSean Dague2008-07-28 14:13:48 +0000
committerSean Dague2008-07-28 14:13:48 +0000
commitf69ae29e39a98f9a588a1bf0f50e5ab0eea12770 (patch)
tree28c73d658750176b56b402218a75021852935000 /bin/assets
parentdropping GridInfo prototype, now properly implemented as (diff)
downloadopensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.zip
opensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.tar.gz
opensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.tar.bz2
opensim-SC_OLD-f69ae29e39a98f9a588a1bf0f50e5ab0eea12770.tar.xz
remove void keyword for osWeatherMap.lsl. Update asset and inventory
uuids so that these new versions will show up in systems where they were before.
Diffstat (limited to 'bin/assets')
-rw-r--r--bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml6
-rw-r--r--bin/assets/ScriptsAssetSet/osWeatherMap.lsl2
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
index 982e35b..6585f7d 100644
--- a/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
+++ b/bin/assets/ScriptsAssetSet/ScriptsAssetSet.xml
@@ -108,19 +108,19 @@
108 <Key Name="fileName" Value="llSetRot.lsl" /> 108 <Key Name="fileName" Value="llSetRot.lsl" />
109 </Section> 109 </Section>
110 <Section Name="osTextBoard"> 110 <Section Name="osTextBoard">
111 <Key Name="assetID" Value="3e4f2be4-4697-4697-15c8-5920140208c5" /> 111 <Key Name="assetID" Value="2ddcb059-20c5-d169-4c42-673f16d3284b" />
112 <Key Name="name" Value="osTextBoard" /> 112 <Key Name="name" Value="osTextBoard" />
113 <Key Name="assetType" Value="10" /> 113 <Key Name="assetType" Value="10" />
114 <Key Name="fileName" Value="osTextBoard.lsl" /> 114 <Key Name="fileName" Value="osTextBoard.lsl" />
115 </Section> 115 </Section>
116 <Section Name="osWeatherMap"> 116 <Section Name="osWeatherMap">
117 <Key Name="assetID" Value="b102e3a7-c907-e63e-b9f5-b3fd63e6851b" /> 117 <Key Name="assetID" Value="d63ad3ec-b687-6c38-410d-31ba3e50ce4d" />
118 <Key Name="name" Value="osWeatherMap" /> 118 <Key Name="name" Value="osWeatherMap" />
119 <Key Name="assetType" Value="10" /> 119 <Key Name="assetType" Value="10" />
120 <Key Name="fileName" Value="osWeatherMap.lsl" /> 120 <Key Name="fileName" Value="osWeatherMap.lsl" />
121 </Section> 121 </Section>
122 <Section Name="GrafittiBoard"> 122 <Section Name="GrafittiBoard">
123 <Key Name="assetID" Value="fdb637ae-e4fe-f220-62f0-9f9b5c0c2cdb" /> 123 <Key Name="assetID" Value="81305ee4-8caa-9e0a-69a4-76ed57df0c8f" />
124 <Key Name="name" Value="GrafittiBoard" /> 124 <Key Name="name" Value="GrafittiBoard" />
125 <Key Name="assetType" Value="10" /> 125 <Key Name="assetType" Value="10" />
126 <Key Name="fileName" Value="GrafittiBoard.lsl" /> 126 <Key Name="fileName" Value="GrafittiBoard.lsl" />
diff --git a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
index 8fc6007..6a2232b 100644
--- a/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
+++ b/bin/assets/ScriptsAssetSet/osWeatherMap.lsl
@@ -6,7 +6,7 @@ string URL3 = "http://icons.wunderground.com/data/640x480/2xus_st.gif";
6string dynamicID=""; 6string dynamicID="";
7string contentType="image"; 7string contentType="image";
8 8
9void refresh_texture() 9refresh_texture()
10{ 10{
11 count++; 11 count++;
12 string url = ""; 12 string url = "";