aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-13Improve on TBG Renfold's fix to llRequestSimulatorData DATA_SIM_POS by only p...Justin Clark-Casey (justincc)1-19/+25
2012-10-13Now using region flags for llRequestSimulatorData DATA_SIM_POS.TBG Renfold1-8/+17
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-9/+10
2012-10-03Fix a viewer crash issueMelanie1-1/+12
2012-09-22Fix llListFindList() returning no match when there is a match with a script c...Justin Clark-Casey (justincc)1-8/+16
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv1-9/+9
2012-09-084096 is used in various places as the maximum height of a region, refactoring...SignpostMarv1-1/+1
2012-09-03Revert "made setting rotation match Second Life"Melanie1-1/+32
2012-09-03Revert "no need to assign rotation to a variable now"Melanie1-1/+2
2012-09-03Revert "formatting"Melanie1-2/+2
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 GetL...SignpostMarv1-1/+1
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 rule...SignpostMarv1-11/+15
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 the...SignpostMarv1-17/+21
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
2012-08-24immediately returning the string.Join operation instead of checking if the li...SignpostMarv1-11/+5
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 than...SignpostMarv1-5/+7
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
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 re...SignpostMarv1-6/+5
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 permi...Melanie1-31/+39
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
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 GetInventoryIte...Justin Clark-Casey (justincc)1-24/+9
2012-07-17Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)1-29/+29