aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-194-12/+110
* Don't throw exceptions on threat level checks and a few other script function...David Walter Seikel2016-11-221-1/+1
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-032-1/+34
* llSetLinkCamera implementationPixelTomsen2012-11-091-0/+1
* adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv2012-10-261-0/+24
* added perms checking, duplicated functionality to methods that do not require...SignpostMarv2012-10-021-0/+12
* implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+12
* wrapping attachment functions in a regionSignpostMarv2012-09-041-1/+1
* Implementing functing to send messages directly to attachmentsSignpostMarv2012-09-041-0/+13
* implementing a function to get the number of attachments wornSignpostMarv2012-09-041-0/+10
* This partially implements the LSL function to set the responseMic Bowman2012-08-291-0/+6
* track originating IScriptApi method for SL-like error messages. Will add rule...SignpostMarv2012-08-291-1/+1
* copying documentation from http://opensimulator.org/wiki/Threat_levelSignpostMarv2012-08-281-0/+59
* renaming to be similar to equivalent Set commandSignpostMarv2012-08-251-1/+1
* Revert "implementing function to allow scripts to self-replicate as if the ow...Justin Clark-Casey (justincc)2012-08-241-7/+0
* implementing function to allow scripts to self-replicate as if the owner dupl...SignpostMarv2012-08-241-0/+7
* Adds osGetHealth.TBG Renfold2012-08-241-0/+1
* reduced-complexity implementation of function to get rezzing object keySignpostMarv2012-08-021-0/+6
* LSL/OSSL lacks Math.Min & Math.Max implementations.SignpostMarv2012-07-281-0/+16
* Implements a very useful OSSL function to test a string to seeMic Bowman2012-07-201-0/+7
* Implementation of llSetRegionPos(). Does not implement failure on object entr...SignpostMarv2012-07-141-0/+1
* This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-2/+16
* Mantis 6063 osNpcTouch.Talun2012-07-061-0/+1
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-0/+7
* Commitig the Avination implementation of llTeleportAgent andMelanie2012-06-111-0/+2
* Mantis 6015 new LSL function llGetAgentList.Talun2012-05-091-0/+1
* llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri...TBG Renfold2012-04-301-0/+1
* Merge branch 'master' of /home/opensim/var/repo/opensimBlueWall2012-04-261-0/+14
|\
| * Add osForceAttachToAvatar() and osForceDetachFromAvatar()Justin Clark-Casey (justincc)2012-04-241-0/+14
* | Add a version of osNpcSay that takes a channel number Mantis 5747Talun2012-04-261-0/+3
|/
* Correct whitespace error introduced by previous commitMelanie2012-04-141-1/+1
* Missing or unimplemented LSL memory functions.Talun2012-04-131-1/+6
* New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig...Snoopy Pfeffer2012-04-101-0/+3
* Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-0/+3
* Add a hust UUID to the script invocationsMelanie2012-03-261-0/+1
* Add support for key, vector, rotation and list types for bothMic Bowman2012-03-241-12/+12
* Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)2012-03-171-0/+2
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-0/+9
* Added osGetGridGatekeeperURI()Diva Canto2012-03-101-0/+1
* Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman2012-03-011-0/+1
* llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:...PixelTomsen2012-02-241-2/+5
* llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTargetPixelTomsen2012-02-241-0/+1
* Add llGetLinkNumberOfSides to LSL_Stub and ILSL_ApiJustin Clark-Casey (justincc)2012-02-021-1/+2
* Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)2012-01-271-0/+7
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-01-271-0/+1
|\
| * llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen2012-01-261-0/+1
* | Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-19/+29
|/
* llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen2012-01-251-0/+1
* Add osGetGridHomeURI functionBlueWall2012-01-191-0/+1
* Add function osGetGridCustomBlueWall2012-01-171-0/+1