diff options
author | Melanie | 2012-08-16 02:46:48 +0100 |
---|---|---|
committer | Melanie | 2012-08-16 02:46:48 +0100 |
commit | 90ad98370aead53e886832a83a3e8793f361426e (patch) | |
tree | b7076c5fb7ecf75d1ad31f7756543ade8fbf1b49 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Remove AreUpdatesSuspended flag because it does nothing (diff) | |
parent | Do a proper null check to avoid the overloaded operator == trap (diff) | |
download | opensim-SC-90ad98370aead53e886832a83a3e8793f361426e.zip opensim-SC-90ad98370aead53e886832a83a3e8793f361426e.tar.gz opensim-SC-90ad98370aead53e886832a83a3e8793f361426e.tar.bz2 opensim-SC-90ad98370aead53e886832a83a3e8793f361426e.tar.xz |
Merge branch 'master' into careminster
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index a08cc42..f989cc6 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -226,6 +226,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
226 | public const int ATTACH_BELLY = 28; | 226 | public const int ATTACH_BELLY = 28; |
227 | public const int ATTACH_RPEC = 29; | 227 | public const int ATTACH_RPEC = 29; |
228 | public const int ATTACH_LPEC = 30; | 228 | public const int ATTACH_LPEC = 30; |
229 | public const int ATTACH_LEFT_PEC = 29; // Same value as ATTACH_RPEC, see https://jira.secondlife.com/browse/SVC-580 | ||
230 | public const int ATTACH_RIGHT_PEC = 30; // Same value as ATTACH_LPEC, see https://jira.secondlife.com/browse/SVC-580 | ||
229 | public const int ATTACH_HUD_CENTER_2 = 31; | 231 | public const int ATTACH_HUD_CENTER_2 = 31; |
230 | public const int ATTACH_HUD_TOP_RIGHT = 32; | 232 | public const int ATTACH_HUD_TOP_RIGHT = 32; |
231 | public const int ATTACH_HUD_TOP_CENTER = 33; | 233 | public const int ATTACH_HUD_TOP_CENTER = 33; |