2012-03-18 - Release 2.45.1
-
- Fixed: Problem with updater. Our BZip2 decompression code did not work, which prevented the updater creating the new file.
+
* Fixed: Problem with updater. Our BZip2 decompression code did not work, which prevented the updater creating the new file.
2012-03-14 - Release 2.45.0
diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs
index 2506f50..b7f8e88 100644
--- a/trunk/SecondLife/SecondLifeMain.cs
+++ b/trunk/SecondLife/SecondLifeMain.cs
@@ -230,6 +230,10 @@ namespace LSLEditor
public static readonly integer AGENT_BY_LEGACY_NAME = 0x1;
public static readonly integer AGENT_BY_USERNAME = 0x10;
+ public static readonly integer AGENT_LIST_PARCEL = 0x01;
+ public static readonly integer AGENT_LIST_PARCEL_OWNER = 0x02;
+ public static readonly integer AGENT_LIST_REGION = 0x04;
+
public static readonly integer ATTACH_CHEST = 1;
public static readonly integer ATTACH_HEAD = 2;
public static readonly integer ATTACH_LSHOULDER = 3;
@@ -602,6 +606,7 @@ namespace LSLEditor
public static readonly integer PRIM_SHINY_MEDIUM = 2;
public static readonly integer PRIM_SHINY_NONE = 0;
public static readonly integer PRIM_SIZE = 7;
+ public static readonly integer PRIM_SLICE = 35;
public static readonly integer PRIM_TEMP_ON_REZ = 4;
public static readonly integer PRIM_TEXGEN = 22;
public static readonly integer PRIM_TEXGEN_DEFAULT = 0;
@@ -1761,6 +1766,12 @@ namespace LSLEditor
return strLan;
}
+ public list llGetAgentList(integer Scope, list Options)
+ {
+ Verbose("llGetAgentList({0}, [{1}])", Scope, Options);
+ return new list();
+ }
+
public vector llGetAgentSize(key id)
{
Verbose("GetAgentSize(" + id + ")");
diff --git a/trunk/Web References/org.lsleditor.www/Reference.cs b/trunk/Web References/org.lsleditor.www/Reference.cs
index e094393..64accb6 100644
--- a/trunk/Web References/org.lsleditor.www/Reference.cs
+++ b/trunk/Web References/org.lsleditor.www/Reference.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-// Runtime Version:4.0.30319.225
+// Runtime Version:4.0.30319.261
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -9,7 +9,7 @@
//------------------------------------------------------------------------------
//
-// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.225.
+// This source code was auto-generated by Microsoft.VSDesigner, Version 4.0.30319.261.
//
#pragma warning disable 1591
diff --git a/trunk/app.config b/trunk/app.config
index 835397a..c4a6b36 100644
--- a/trunk/app.config
+++ b/trunk/app.config
@@ -1,12 +1,11 @@
-
-
+
-
+
-
+
@@ -18,7 +17,7 @@
False
-
+
LSLEditor Island
@@ -30,13 +29,13 @@
youraddress@yourdomain.ext
-
+
-
+
-
+
0, 0
@@ -123,10 +122,10 @@
True
-
+
-
+
PLAIN
@@ -138,13 +137,13 @@
False
-
+
-
+
-
+
False
@@ -177,19 +176,19 @@
False
-
+
-
+
-
+
False
-
+
Production
@@ -316,8 +315,8 @@
http://metaversegames.net/questions/lsl
-
+
-
\ No newline at end of file
+
diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj
index 192d0b7..dfa082e 100644
--- a/trunk/lsleditor.csproj
+++ b/trunk/lsleditor.csproj
@@ -12,7 +12,7 @@
LSLEditor
- testing.pfx
+ lsl-editor.pfx
JScript
Grid
IE50
@@ -43,7 +43,8 @@
1.0.0.%2a
false
true
- v2.0
+ v3.5
+
..\bin\Debug\
@@ -93,6 +94,12 @@
prompt
AllRules.ruleset
+
+ true
+
+
+ 5CBB20152EC70EC13542B336790AF2E7AB2E1DEB
+
System
@@ -227,6 +234,8 @@
+
+
@@ -716,6 +725,8 @@
+
+