diff options
author | Melanie | 2012-08-15 22:59:31 +0100 |
---|---|---|
committer | Melanie | 2012-08-15 22:59:31 +0100 |
commit | e286a95d761334bb5781638d3bb16338a8343c71 (patch) | |
tree | 6d854f59efb4b4922654d03329c07eb7476e1cce /OpenSim/Region/ScriptEngine/Shared/Api | |
parent | Implementing PRIM_LINK_TARGET in a non-recursive fashion (diff) | |
parent | Don't enable the thread watchdog until all regions are ready. (diff) | |
download | opensim-SC_OLD-e286a95d761334bb5781638d3bb16338a8343c71.zip opensim-SC_OLD-e286a95d761334bb5781638d3bb16338a8343c71.tar.gz opensim-SC_OLD-e286a95d761334bb5781638d3bb16338a8343c71.tar.bz2 opensim-SC_OLD-e286a95d761334bb5781638d3bb16338a8343c71.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api')
-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 c3eada0..e1c054d 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; |