| Commit message (Expand) | Author | Files | Lines |
2012-05-11 | Mantis 6015 new LSL function llGetAgentList. | Talun | 1 | -0/+1 |
2012-04-09 | llGetMass and llGetObjectMass (and push estimation) always use object mass a... | UbitUmarov | 1 | -1/+2 |
2012-03-27 | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user... | Snoopy Pfeffer | 1 | -0/+3 |
2012-03-26 | Add a hust UUID to the script invocations | Melanie | 1 | -0/+1 |
2012-03-24 | Add support for key, vector, rotation and list types for both | Mic Bowman | 1 | -12/+12 |
2012-03-17 | Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927 | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2012-03-15 | Adds a new script command 'modInvoke' to invoke registered functions | Mic Bowman | 1 | -0/+9 |
2012-03-13 | Implement llSetPrimitiveParams for physics shape and material. Add | Melanie | 1 | -0/+1 |
2012-03-10 | Added osGetGridGatekeeperURI() | Diva Canto | 1 | -0/+1 |
2012-03-01 | Adds an OSSL command for regular expression-based string replacement. Parameters | Mic Bowman | 1 | -0/+1 |
2012-02-28 | Fix and hook up llTeleportAgent | Melanie | 1 | -0/+1 |
2012-02-26 | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet. | Melanie | 1 | -0/+1 |
2012-02-24 | llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:... | PixelTomsen | 1 | -2/+5 |
2012-02-24 | llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget | PixelTomsen | 1 | -0/+1 |
2012-02-23 | Add permission checks to scripted object movements, which didn't respect bans | Melanie | 1 | -0/+1 |
2012-02-02 | Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2012-01-27 | Implement osIsNpc(key npc):integer. This return TRUE if the given key belong... | Justin Clark-Casey (justincc) | 1 | -0/+7 |
2012-01-27 | Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ... | Justin Clark-Casey (justincc) | 1 | -19/+29 |
2012-01-26 | llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE... | PixelTomsen | 1 | -0/+1 |
2012-01-25 | llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce... | Pixel Tomsen | 1 | -0/+1 |
2012-01-19 | Add osGetGridHomeURI function | BlueWall | 1 | -0/+1 |
2012-01-17 | Add function osGetGridCustom | BlueWall | 1 | -0/+1 |
2012-01-13 | Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2012-01-12 | Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-01-06 | Fix some syntax issues | Melanie | 1 | -2/+2 |
2012-01-06 | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 1 | -0/+2 |
2012-01-06 | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 1 | -0/+1 |
2012-01-06 | Fix some syntax issues | Melanie | 1 | -2/+2 |
2012-01-06 | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 1 | -0/+2 |
2012-01-06 | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 1 | -0/+1 |
2012-01-06 | Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enabling | Melanie | 1 | -0/+1 |
2011-12-11 | Mantis 5816: osParseJSON Decoding Problems | nebadon | 1 | -0/+2 |
2011-12-01 | Implement llTransferLindenDollars | Melanie | 1 | -0/+1 |
2011-10-17 | Implement osNpcStand(<npc-id>) | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-10-17 | Implement osNpcSit(). This is still in development so don't trust it | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-09-29 | llAvatarOnLinkSitTarget Implementation | Pixel Tomsen | 1 | -0/+1 |
2011-08-19 | Add llRegionSayTo | BlueWall | 1 | -0/+1 |
2011-08-12 | tidy up some OSSL NPC parameter names | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2011-08-12 | rename position parameter in osNpcMoveToTarget to target | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-12 | rename osNpcStopMoveTo() to osNpcStopMoveToTarget() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-11 | implement osNpcGetPos() | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-08-11 | implement osNpcGetRot() and osNpcSetRot() | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2011-08-11 | Implement osAgentSaveAppearance() to save the appearance of an avatar in the ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-11 | only accept npc UUIDs to osNpc* functions, not names (except for create) | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2011-08-10 | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-08-10 | implement osNpcStopMoveTo() to cancel any current move target | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2011-08-09 | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2011-08-09 | Implement first draft functions for saving and loading NPC appearance from st... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2011-07-12 | Port implementation of llCastRay() from Aurora. | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2011-06-28 | [PATCH] osSetSpeed() will accept float number | Makopoppo | 1 | -1/+1 |