aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
diff options
context:
space:
mode:
authorMelanie2012-02-23 00:08:31 +0100
committerMelanie2012-02-23 00:08:31 +0100
commitc0b8f3d0bcc71d31cd92bb47e10a7d6a96d7900e (patch)
tree8ab6a1a778808090f5be5a50093517553c200780 /OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
parentCount agents for LSL instead of relying on SceneGraph to have the correct (diff)
downloadopensim-SC_OLD-c0b8f3d0bcc71d31cd92bb47e10a7d6a96d7900e.zip
opensim-SC_OLD-c0b8f3d0bcc71d31cd92bb47e10a7d6a96d7900e.tar.gz
opensim-SC_OLD-c0b8f3d0bcc71d31cd92bb47e10a7d6a96d7900e.tar.bz2
opensim-SC_OLD-c0b8f3d0bcc71d31cd92bb47e10a7d6a96d7900e.tar.xz
Add permission checks to scripted object movements, which didn't respect bans
and parcel settings until now. Add llSetRegionPos() function according to LL spec
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
index f2d4399..9679798 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/ILSL_Api.cs
@@ -346,6 +346,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
346 void llSetParcelMusicURL(string url); 346 void llSetParcelMusicURL(string url);
347 void llSetPayPrice(int price, LSL_List quick_pay_buttons); 347 void llSetPayPrice(int price, LSL_List quick_pay_buttons);
348 void llSetPos(LSL_Vector pos); 348 void llSetPos(LSL_Vector pos);
349 LSL_Integer llSetRegionPos(LSL_Vector pos);
349 LSL_Integer llSetPrimMediaParams(int face, LSL_List rules); 350 LSL_Integer llSetPrimMediaParams(int face, LSL_List rules);
350 void llSetPrimitiveParams(LSL_List rules); 351 void llSetPrimitiveParams(LSL_List rules);
351 void llSetLinkPrimitiveParamsFast(int linknum, LSL_List rules); 352 void llSetLinkPrimitiveParamsFast(int linknum, LSL_List rules);