aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mantis 7146 The lsl function llGetMassMKS is not implementedTalun2014-05-061-0/+5
* Mantis 7144 missing ATTACH_AVATAR_CENTER constantTalun2014-05-011-0/+2
* Remove unmaintained and unused YieldProlog scripting languageJustin Clark-Casey (justincc)2014-03-2616-15874/+0
* Implement osForceBreakAllLinks().Justin Clark-Casey (justincc)2014-03-131-0/+5
* Implement osForceCreateLink() and osForceBreakLink()Justin Clark-Casey (justincc)2014-03-121-0/+10
* Merge branch 'master' into varregionRobert Adams2014-01-281-0/+5
|\
| * Added osGetRegionSize(), which returns the region size in meters and recogniz...Oren Hurvitz2014-01-281-0/+5
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-4/+6
* | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-2/+2
|/
* add new LSL constants associated with new "ribbon", "glow", and "blend" parti...dahlia2013-10-311-0/+13
* Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams2013-07-061-0/+10
* Mantis 6280: llSetContentType(). An implementation.Talun2013-06-152-0/+16
* Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-062-0/+18
* Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-291-6/+9
* Partial port of Avination's support for the new physics parameters.Melanie2013-02-061-0/+11
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-052-2/+2
* Remove the return value from llGiveMoney and add llTransferLindenDollars. AlsoMelanie2013-01-231-2/+7
* New constants for llGetObjectDetailsTalun2013-01-191-0/+17
* BulletSim: add osGetPhysicsEngineType() LSL function and updateRobert Adams2013-01-111-0/+5
* Added AssemblyInfos to every dll in the OpenSim.Region namespace.Diva Canto2012-11-142-0/+66
* llSetLinkCamera implementationPixelTomsen2012-11-091-0/+5
* adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-262-0/+20
* Add CLICK_ACTION_ZOOMBlueWall2012-10-201-0/+1
* added perms checking, duplicated functionality to methods that do not require...SignpostMarv2012-10-021-0/+10
* implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+10
* wrapping attachment functions in a regionSignpostMarv2012-09-041-1/+1
* Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-042-0/+57
* implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+7
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+5
* Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-5/+0
* implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+5
* Adds osGetHealth.TBG Renfold2012-08-241-1/+6
* implementedSignpostMarv2012-08-171-0/+1
* adding ATTACH_*_PEC constantsSignpostMarv2012-08-151-0/+2
* reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+5
* LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+10
* As per opensim-dev mailing list conversation, introduce OS_NPC constant for u...Justin Clark-Casey (justincc)2012-07-201-0/+1
* Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+5
* Implementation of llSetRegionPos(). Does not implement failure on object entr...SignpostMarv2012-07-141-0/+5
* This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-0/+5
* Mantis 6063 osNpcTouch.Talun2012-07-061-0/+5
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-0/+5
* Add stub for llCastRayBlueWall2012-06-261-0/+5
* Commitig the Avination implementation of llTeleportAgent andMelanie2012-06-111-0/+10
* Mantis 6015 new LSL function llGetAgentList.Talun2012-05-092-0/+10
* add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia2012-05-061-0/+1
* llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...TBG Renfold2012-04-301-0/+5
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-04-261-1/+12
|\
| * Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)2012-04-241-1/+12
* | Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-0/+16
|/