Fixed return for llSetRegionPos and bumped version number.
This commit is contained in:
parent
963a5a5e4a
commit
da94081dc9
5 changed files with 5 additions and 4 deletions
Binary file not shown.
2
trunk/Properties/Settings.Designer.cs
generated
2
trunk/Properties/Settings.Designer.cs
generated
|
@ -1210,7 +1210,7 @@ namespace LSLEditor.Properties {
|
||||||
|
|
||||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("2.44.0")]
|
[global::System.Configuration.DefaultSettingValueAttribute("2.44.1")]
|
||||||
public string Version {
|
public string Version {
|
||||||
get {
|
get {
|
||||||
return ((string)(this["Version"]));
|
return ((string)(this["Version"]));
|
||||||
|
|
|
@ -327,7 +327,7 @@
|
||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="Version" Type="System.String" Scope="Application">
|
<Setting Name="Version" Type="System.String" Scope="Application">
|
||||||
<Value Profile="(Default)">2.44.0</Value>
|
<Value Profile="(Default)">2.44.1</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
<Setting Name="OutputFormat" Type="System.String" Scope="User">
|
||||||
<Value Profile="(Default)">UTF-8</Value>
|
<Value Profile="(Default)">UTF-8</Value>
|
||||||
|
|
|
@ -3778,10 +3778,11 @@ namespace LSLEditor
|
||||||
Verbose("SetPrimitiveParams(" + rule.ToString() + ")");
|
Verbose("SetPrimitiveParams(" + rule.ToString() + ")");
|
||||||
}
|
}
|
||||||
|
|
||||||
public vector llSetRegionPos(vector Position)
|
public integer llSetRegionPos(vector Position)
|
||||||
{
|
{
|
||||||
Verbose("SetRemoteScriptAccessPin(" + Position + ")");
|
Verbose("SetRemoteScriptAccessPin(" + Position + ")");
|
||||||
m_pos = Position;
|
m_pos = Position;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void llSetRemoteScriptAccessPin(integer pin)
|
public void llSetRemoteScriptAccessPin(integer pin)
|
||||||
|
|
|
@ -325,7 +325,7 @@
|
||||||
<value />
|
<value />
|
||||||
</setting>
|
</setting>
|
||||||
<setting name="Version" serializeAs="String">
|
<setting name="Version" serializeAs="String">
|
||||||
<value>2.44.0</value>
|
<value>2.44.1</value>
|
||||||
</setting>
|
</setting>
|
||||||
</LSLEditor.Properties.Settings>
|
</LSLEditor.Properties.Settings>
|
||||||
</applicationSettings>
|
</applicationSettings>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue