aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-15Mantis 6280: llSetContentType(). An implementation.Talun2-0/+16
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2-0/+18
2013-06-02Implement PERMISSION_TELEPORT and the needed checks to make it work.Melanie1-0/+1
2013-05-05Implement llSetContentType using the new OpenID auth support for authenticationMelanie2-0/+8
2013-05-04Add llGetPhysicsMaterialMelanie1-0/+5
2013-03-29Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens1-6/+9
2013-02-25Remove osParseJSONNew because it's "object" return type is not useful for LSLroot1-5/+0
2013-02-06Partial port of Avination's support for the new physics parameters.Melanie1-0/+11
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2-2/+2
2013-02-01Revert "Update assembly version numbers"BlueWall2-2/+2
2013-02-01Update assembly version numbersBlueWall2-2/+2
2013-01-24Reintroduce the return value of llGiveMoney. The grid will crash and burn wit...Melanie1-2/+2
2013-01-23Remove the return value from llGiveMoney and add llTransferLindenDollars. AlsoMelanie1-2/+7
2013-01-23Remove the return value from llGiveMoney (it was a LSL extension of OpenSim) andMelanie1-2/+2
2013-01-19New constants for llGetObjectDetailsTalun1-0/+17
2013-01-19New constants for llGetObjectDetailsTalun1-0/+17
2013-01-11BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams1-0/+5
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2-118/+2
2012-11-14Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto2-0/+66
2012-11-09llSetLinkCamera implementationPixelTomsen1-0/+5
2012-10-26adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2-0/+20
2012-10-20Add CLICK_ACTION_ZOOMBlueWall1-0/+1
2012-10-02added perms checking, duplicated functionality to methods that do not require...SignpostMarv1-0/+10
2012-10-02implementing osDropAttachment & osDropAttachmentAtSignpostMarv1-0/+10
2012-09-04wrapping attachment functions in a regionSignpostMarv1-1/+1
2012-09-04Implementing functing to send messages directly to attachmentsSignpostMarv2-0/+57
2012-09-04implementing a function to get the number of attachments wornSignpostMarv1-0/+7
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-0/+5
2012-08-24Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)1-5/+0
2012-08-24implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv1-0/+5
2012-08-24Adds osGetHealth.TBG Renfold1-1/+6
2012-08-17implementedSignpostMarv1-0/+1
2012-08-15adding ATTACH_*_PEC constantsSignpostMarv1-0/+2
2012-08-02reduced-complexity implementation of function to get rezzing object keySignpostMarv1-0/+5
2012-07-28LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv1-0/+10
2012-07-25Remove support for the OS_NPC constant. That one seems to be overly paranoidMelanie1-1/+0
2012-07-20As per opensim-dev mailing list conversation, introduce OS_NPC constant for u...Justin Clark-Casey (justincc)1-0/+1
2012-07-20Implements a very useful OSSL function to test a string to seeMic Bowman1-0/+5
2012-07-14Implementation of llSetRegionPos(). Does not implement failure on object entr...SignpostMarv1-0/+5
2012-07-09This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)1-0/+5
2012-07-06Mantis 6063 osNpcTouch.Talun1-0/+5
2012-07-06 added llSetVelocity. will refuse to work on vehicles and on attachments ( th...UbitUmarov1-0/+10
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-0/+5
2012-06-26Add stub for llCastRayBlueWall1-0/+5
2012-06-26Correct a wrong error constantMelanie1-1/+1
2012-06-11Commitig the Avination implementation of llTeleportAgent andMelanie1-0/+10
2012-06-08Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba...Melanie1-0/+5
2012-05-11Mantis 6015 new LSL function llGetAgentList.Talun2-0/+10
2012-05-09Mantis 6015 new LSL function llGetAgentList.Talun2-0/+10
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-0/+1