aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-07-12 01:44:34 +0100
committerUbitUmarov2017-07-12 01:44:34 +0100
commitc8a9b0321f1e3ea724d8230ea1106b8bfd682fc3 (patch)
tree93f0dd5bb9c61a12085a6909cbbd4bfa511fa21f /OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
parentremove wrong comment on lsl object rez. we can't add delays on async process (diff)
downloadopensim-SC_OLD-c8a9b0321f1e3ea724d8230ea1106b8bfd682fc3.zip
opensim-SC_OLD-c8a9b0321f1e3ea724d8230ea1106b8bfd682fc3.tar.gz
opensim-SC_OLD-c8a9b0321f1e3ea724d8230ea1106b8bfd682fc3.tar.bz2
opensim-SC_OLD-c8a9b0321f1e3ea724d8230ea1106b8bfd682fc3.tar.xz
osSetParcelDetails: place hard restrictions on change owner,claimdate (both estate owner or manager) and group (same plus parcel owner that also needes to be a member of the new group); add PARCEL_DETAILS_SEE_AVATARS, PARCEL_DETAILS_ANY_AVATAR_SOUNDS and PARCEL_DETAILS_GROUP_SOUNDS
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
index 4d7a698..8780e49 100644
--- a/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/LSL_Types.cs
@@ -39,7 +39,6 @@ using OMV_Quaternion = OpenMetaverse.Quaternion;
39 39
40namespace OpenSim.Region.ScriptEngine.Shared 40namespace OpenSim.Region.ScriptEngine.Shared
41{ 41{
42 [Serializable]
43 public partial class LSL_Types 42 public partial class LSL_Types
44 { 43 {
45 // Types are kept is separate .dll to avoid having to add whatever .dll it is in it to script AppDomain 44 // Types are kept is separate .dll to avoid having to add whatever .dll it is in it to script AppDomain
@@ -526,7 +525,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
526 } 525 }
527 526
528 [Serializable] 527 [Serializable]
529 public class list 528 public class list: MarshalByRefObject
530 { 529 {
531 private object[] m_data; 530 private object[] m_data;
532 531