aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Mantis 7146 The lsl function llGetMassMKS is not implementedTalun1-0/+5
2014-05-01Mantis 7144 missing ATTACH_AVATAR_CENTER constantTalun1-0/+2
2014-03-26Remove unmaintained and unused YieldProlog scripting languageJustin Clark-Casey (justincc)16-15874/+0
2014-03-13Implement osForceBreakAllLinks().Justin Clark-Casey (justincc)1-0/+5
2014-03-12Implement osForceCreateLink() and osForceBreakLink()Justin Clark-Casey (justincc)1-0/+10
2014-01-28Added osGetRegionSize(), which returns the region size in meters and recogniz...Oren Hurvitz1-0/+5
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-4/+6
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-2/+2
2013-10-31add new LSL constants associated with new "ribbon", "glow", and "blend" parti...dahlia1-0/+13
2013-07-06Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams1-0/+10
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-03-29Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens1-6/+9
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-23Remove the return value from llGiveMoney and add llTransferLindenDollars. AlsoMelanie1-2/+7
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-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-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-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-0/+5
2012-06-26Add stub for llCastRayBlueWall1-0/+5
2012-06-11Commitig the Avination implementation of llTeleportAgent andMelanie1-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
2012-04-30llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...TBG Renfold1-0/+5
2012-04-26Add a version of osNpcSay that takes a channel number Mantis 5747Talun1-0/+16