aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine
diff options
context:
space:
mode:
authorMelanie Thielker2008-07-31 12:25:18 +0000
committerMelanie Thielker2008-07-31 12:25:18 +0000
commit244ad2e61447164fdddc9b194d99658323c6c067 (patch)
tree580daef7913f2cae194fa87fe452952cf1c11dbf /OpenSim/Grid/ScriptEngine/DotNetEngine
parentThank you, sacha magne, for a patch that prevents sim chat from (diff)
downloadopensim-SC_OLD-244ad2e61447164fdddc9b194d99658323c6c067.zip
opensim-SC_OLD-244ad2e61447164fdddc9b194d99658323c6c067.tar.gz
opensim-SC_OLD-244ad2e61447164fdddc9b194d99658323c6c067.tar.bz2
opensim-SC_OLD-244ad2e61447164fdddc9b194d99658323c6c067.tar.xz
Thank you, HomerHorwitz, for a patch that add PERMISSION_CONTROL_CAMERA
Fixes Mantis #1861
Diffstat (limited to 'OpenSim/Grid/ScriptEngine/DotNetEngine')
-rw-r--r--OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
index b03e761..e1ab733 100644
--- a/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
+++ b/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs
@@ -1848,6 +1848,7 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSL
1848 public const int PERMISSION_CHANGE_JOINTS = 256; 1848 public const int PERMISSION_CHANGE_JOINTS = 256;
1849 public const int PERMISSION_CHANGE_PERMISSIONS = 512; 1849 public const int PERMISSION_CHANGE_PERMISSIONS = 512;
1850 public const int PERMISSION_TRACK_CAMERA = 1024; 1850 public const int PERMISSION_TRACK_CAMERA = 1024;
1851 public const int PERMISSION_CONTROL_CAMERA = 2048;
1851 public const int AGENT_FLYING = 1; 1852 public const int AGENT_FLYING = 1;
1852 public const int AGENT_ATTACHMENTS = 2; 1853 public const int AGENT_ATTACHMENTS = 2;
1853 public const int AGENT_SCRIPTED = 4; 1854 public const int AGENT_SCRIPTED = 4;