aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-10-03Fix a viewer crash issueMelanie1-1/+12
Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
2012-09-22Fix llListFindList() returning no match when there is a match with a script ↵Justin Clark-Casey (justincc)1-8/+16
constant component in the source list. Adds regression test for this case. Based on http://opensimulator.org/mantis/view.php?id=6156 Thanks SignpostMarv.
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. ↵SignpostMarv1-9/+9
Note that the prior work on LSL_Vector implicit operators means one does not need to explicitly cast a LSL_Vector to Vector3
2012-09-084096 is used in various places as the maximum height of a region, ↵SignpostMarv1-1/+1
refactoring to be a constant
2012-09-03Revert "made setting rotation match Second Life"Melanie1-1/+32
Second Life seems to have introduced a bug, as we have confirmation that SL behavior changed recently and changed in contradiction to their stated intention This appears to be another of the bugs SL is notorious for. Signpost and I have decided to back this out until SL's intention becomes clear. This reverts commit f7b88d1c40ba06c62491d8d32809fe6c1c4d360d.
2012-09-03Revert "no need to assign rotation to a variable now"Melanie1-1/+2
This reverts commit a3d140b57c5e2ae0f3334d59b82e116d40199b49.
2012-09-03Revert "formatting"Melanie1-2/+2
This reverts commit fb211c64fd9d335f4879549023870b1e28416f74.
2012-09-03formattingSignpostMarv1-2/+2
2012-09-03no need to assign rotation to a variable nowSignpostMarv1-2/+1
2012-09-03made setting rotation match Second LifeSignpostMarv1-32/+1
2012-08-31Implementing a vastly simpler means of allowing region modules to access ↵SignpostMarv1-1/+1
GetLinkParts than mantis 6236
2012-08-30refactoring as the list funcs either skip invalid values or recall ToDoubleListSignpostMarv1-12/+11
2012-08-29implementing rule trackingSignpostMarv1-6/+9
2012-08-29track originating IScriptApi method for SL-like error messages. Will add ↵SignpostMarv1-11/+15
rule number tracking in next commit.
2012-08-25implementing PRIM_LINK_TARGET on GetPrimParams ala SetPrimParamsSignpostMarv1-10/+48
2012-08-25minor formattingSignpostMarv1-2/+2
2012-08-25since we will be making the Get return type the remaining ruleset as with ↵SignpostMarv1-17/+21
the Set return type, we need to move the original return type to a ref param
2012-08-25use SceneObjectPart instead of varSignpostMarv1-3/+3
2012-08-25renaming to be similar to equivalent Set commandSignpostMarv1-5/+5
2012-08-24stripping superfluous whitespaceSignpostMarv1-3/+0
Signed-off-by: Melanie <melanie@t-data.com>
2012-08-24immediately returning the string.Join operation instead of checking if the ↵SignpostMarv1-11/+5
list has members
2012-08-24refactoring using List.ConvertAll<string>SignpostMarv1-6/+5
2012-08-22this should be an if-else block in case the non-phys min/max are smaller ↵SignpostMarv1-5/+7
than the physical min/max
2012-08-20refactoring out SetFaceColorSignpostMarv1-2/+2
2012-08-20making use of implicit operators and Util.Clip handling of Vector3SignpostMarv1-1/+1
2012-08-20single operation for PRIM_COLORSignpostMarv1-2/+1
2012-08-18integrating redundant code into operatorSignpostMarv1-13/+1
2012-08-18Rot2Quaternion is now redundantSignpostMarv1-11/+10
2012-08-18implicit operators mean one does not need to instantiate new objects manuallySignpostMarv1-3/+2
2012-08-18adding missing refactor for LSL_VectorSignpostMarv1-1/+1
2012-08-18Fix the whitespace formatting error introduced by the last patchMelanie1-2/+2
2012-08-18refactoring for Vector3 operator & constructor tweaksSignpostMarv1-64/+43
2012-08-17adding null return to fix buildingSignpostMarv1-1/+1
2012-08-17fixing bug that get/set the wrong property for prim types other than sphere ↵SignpostMarv1-2/+4
& box
2012-08-17implementedSignpostMarv1-0/+13
2012-08-17attempt to handle InvalidCastException in a manner similar to Second LifeSignpostMarv1-0/+4
2012-08-17adding a clip method to handle Vector3 objects to enable a minor amount of ↵SignpostMarv1-6/+5
refactoring
2012-08-16Do a proper null check to avoid the overloaded operator == trapMelanie1-1/+1
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-20/+8
2012-08-15Implementing PRIM_LINK_TARGET in a non-recursive fashionSignpostMarv1-49/+74
2012-08-15Let the temp attachment module add a command to allow attaching without ↵Melanie1-31/+39
permissions and add support for this (incomplete!) to LSL
2012-08-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie1-1/+1
2012-08-13attempt at replicating behaviour of llList2thing functions in SLSignpostMarv1-7/+69
Committed with changes. Please don't sign comments with your name. Please don't use your own coding style, use the OpenSim project style. Please don't modify unrelated whitespace. Signed-off-by: Melanie <melanie@t-data.com>
2012-08-07Release http-in URLs when llResetScript is calledMelanie1-0/+6
2012-07-29Return world rotation on llGetObjectDetails()'s OBJECT_ROTMelanie1-1/+11
2012-07-17Revert "Revert "refactor: make llGiveInventory() use existing ↵Justin Clark-Casey (justincc)1-24/+9
GetInventoryItem() method rather than iterate through TaskInventory itself."" This reverts commit 59a29f5f221a1ffe4e22c63ef9da82270442b213. The original revert was committed by mistake - it turns out this was not the cause of Mantis 6089 Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
2012-07-17Fix regression where llGiveInventory() had stopped asking non-owner ↵Justin Clark-Casey (justincc)1-29/+29
receivers to accept/decline. This appears to be a regression from back in commit db91044 (Mon Aug 22 2011) where we started to send TaskInventoryOffered msg dialog rather than InventoryOffered dialog. This is probably correct, but failed because the bucket was too large and because we wouldn't have handled the TaskInventoryDeclined option anyway. This patch handles both of these and make llGiveInventoryList() use TaskInventoryOffered as well Fixes http://opensimulator.org/mantis/view.php?id=6089
2012-07-17Revert "refactor: make llGiveInventory() use existing GetInventoryItem() ↵Justin Clark-Casey (justincc)1-11/+24
method rather than iterate through TaskInventory itself." This reverts commit 58b13d51a7eddb442e38e6dc6790a9e7cf68bad7.
2012-07-14acting on feedback from justinccSignpostMarv1-6/+7
2012-07-14acting on feedback from justinccSignpostMarv1-39/+42