aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs2
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs4
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs14
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Properties/AssemblyInfo.cs8
4 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index 903b362..3a90c77 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -746,7 +746,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
746 public const int FRICTION = 2; 746 public const int FRICTION = 2;
747 public const int RESTITUTION = 4; 747 public const int RESTITUTION = 4;
748 public const int GRAVITY_MULTIPLIER = 8; 748 public const int GRAVITY_MULTIPLIER = 8;
749 749
750 // extra constants for llSetPrimMediaParams 750 // extra constants for llSetPrimMediaParams
751 public static readonly LSLInteger LSL_STATUS_OK = new LSLInteger(0); 751 public static readonly LSLInteger LSL_STATUS_OK = new LSLInteger(0);
752 public static readonly LSLInteger LSL_STATUS_MALFORMED_PARAMS = new LSLInteger(1000); 752 public static readonly LSLInteger LSL_STATUS_MALFORMED_PARAMS = new LSLInteger(1000);
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
index 9d36341..1a42c3a 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs
@@ -1580,7 +1580,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
1580 m_LSL_Functions.llSetVelocity(force, local); 1580 m_LSL_Functions.llSetVelocity(force, local);
1581 } 1581 }
1582 1582
1583 1583
1584 public void llSetAngularVelocity(LSL_Vector force, int local) 1584 public void llSetAngularVelocity(LSL_Vector force, int local)
1585 { 1585 {
1586 m_LSL_Functions.llSetAngularVelocity(force, local); 1586 m_LSL_Functions.llSetAngularVelocity(force, local);
@@ -1995,7 +1995,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
1995 { 1995 {
1996 return m_LSL_Functions.llXorBase64StringsCorrect(str1, str2); 1996 return m_LSL_Functions.llXorBase64StringsCorrect(str1, str2);
1997 } 1997 }
1998 1998
1999 public LSL_List llGetPrimMediaParams(int face, LSL_List rules) 1999 public LSL_List llGetPrimMediaParams(int face, LSL_List rules)
2000 { 2000 {
2001 return m_LSL_Functions.llGetPrimMediaParams(face, rules); 2001 return m_LSL_Functions.llGetPrimMediaParams(face, rules);
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
index c34ccd0..6164734 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/OSSL_Stub.cs
@@ -539,7 +539,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
539 { 539 {
540 return m_OSSL_Functions.osReplaceString(src,pattern,replace,count,start); 540 return m_OSSL_Functions.osReplaceString(src,pattern,replace,count,start);
541 } 541 }
542 542
543 543
544 // Information about data loaded into the region 544 // Information about data loaded into the region
545 public string osLoadedCreationDate() 545 public string osLoadedCreationDate()
@@ -914,7 +914,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
914 { 914 {
915 return m_OSSL_Functions.osGetRegionMapTexture(regionName); 915 return m_OSSL_Functions.osGetRegionMapTexture(regionName);
916 } 916 }
917 917
918 public LSL_List osGetRegionStats() 918 public LSL_List osGetRegionStats()
919 { 919 {
920 return m_OSSL_Functions.osGetRegionStats(); 920 return m_OSSL_Functions.osGetRegionStats();
@@ -934,12 +934,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
934 { 934 {
935 return m_OSSL_Functions.osGetSimulatorMemory(); 935 return m_OSSL_Functions.osGetSimulatorMemory();
936 } 936 }
937 937
938 public void osKickAvatar(string FirstName,string SurName,string alert) 938 public void osKickAvatar(string FirstName,string SurName,string alert)
939 { 939 {
940 m_OSSL_Functions.osKickAvatar(FirstName, SurName, alert); 940 m_OSSL_Functions.osKickAvatar(FirstName, SurName, alert);
941 } 941 }
942 942
943 public void osSetSpeed(string UUID, LSL_Float SpeedModifier) 943 public void osSetSpeed(string UUID, LSL_Float SpeedModifier)
944 { 944 {
945 m_OSSL_Functions.osSetSpeed(UUID, SpeedModifier); 945 m_OSSL_Functions.osSetSpeed(UUID, SpeedModifier);
@@ -954,7 +954,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
954 { 954 {
955 m_OSSL_Functions.osCauseDamage(avatar, damage); 955 m_OSSL_Functions.osCauseDamage(avatar, damage);
956 } 956 }
957 957
958 public void osCauseHealing(string avatar, double healing) 958 public void osCauseHealing(string avatar, double healing)
959 { 959 {
960 m_OSSL_Functions.osCauseHealing(avatar, healing); 960 m_OSSL_Functions.osCauseHealing(avatar, healing);
@@ -984,12 +984,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
984 { 984 {
985 m_OSSL_Functions.osForceOtherSit(avatar, target); 985 m_OSSL_Functions.osForceOtherSit(avatar, target);
986 } 986 }
987 987
988 public LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules) 988 public LSL_List osGetPrimitiveParams(LSL_Key prim, LSL_List rules)
989 { 989 {
990 return m_OSSL_Functions.osGetPrimitiveParams(prim, rules); 990 return m_OSSL_Functions.osGetPrimitiveParams(prim, rules);
991 } 991 }
992 992
993 public void osSetPrimitiveParams(LSL_Key prim, LSL_List rules) 993 public void osSetPrimitiveParams(LSL_Key prim, LSL_List rules)
994 { 994 {
995 m_OSSL_Functions.osSetPrimitiveParams(prim, rules); 995 m_OSSL_Functions.osSetPrimitiveParams(prim, rules);
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Properties/AssemblyInfo.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Properties/AssemblyInfo.cs
index b1825ac..81020f1 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Properties/AssemblyInfo.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Properties/AssemblyInfo.cs
@@ -2,7 +2,7 @@
2using System.Runtime.CompilerServices; 2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices; 3using System.Runtime.InteropServices;
4 4
5// General Information about an assembly is controlled through the following 5// General Information about an assembly is controlled through the following
6// set of attributes. Change these attribute values to modify the information 6// set of attributes. Change these attribute values to modify the information
7// associated with an assembly. 7// associated with an assembly.
8[assembly: AssemblyTitle("OpenSim.Region.ScriptEngine.Shared.Api.Runtime")] 8[assembly: AssemblyTitle("OpenSim.Region.ScriptEngine.Shared.Api.Runtime")]
@@ -14,8 +14,8 @@ using System.Runtime.InteropServices;
14[assembly: AssemblyTrademark("")] 14[assembly: AssemblyTrademark("")]
15[assembly: AssemblyCulture("")] 15[assembly: AssemblyCulture("")]
16 16
17// Setting ComVisible to false makes the types in this assembly not visible 17// Setting ComVisible to false makes the types in this assembly not visible
18// to COM components. If you need to access a type in this assembly from 18// to COM components. If you need to access a type in this assembly from
19// COM, set the ComVisible attribute to true on that type. 19// COM, set the ComVisible attribute to true on that type.
20[assembly: ComVisible(false)] 20[assembly: ComVisible(false)]
21 21
@@ -25,7 +25,7 @@ using System.Runtime.InteropServices;
25// Version information for an assembly consists of the following four values: 25// Version information for an assembly consists of the following four values:
26// 26//
27// Major Version 27// Major Version
28// Minor Version 28// Minor Version
29// Build Number 29// Build Number
30// Revision 30// Revision
31// 31//