| Commit message (Expand) | Author | Files | Lines |
2013-01-23 | Remove the return value from llGiveMoney (it was a LSL extension of OpenSim) and | Melanie | 1 | -2/+2 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 2 | -118/+2 |
2012-11-14 | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 2 | -0/+66 |
2012-11-09 | llSetLinkCamera implementation | PixelTomsen | 1 | -0/+5 |
2012-10-26 | adding ability for listeners to be filtered by regular expressions and a gene... | SignpostMarv | 2 | -0/+20 |
2012-10-20 | Add CLICK_ACTION_ZOOM | BlueWall | 1 | -0/+1 |
2012-10-02 | added perms checking, duplicated functionality to methods that do not require... | SignpostMarv | 1 | -0/+10 |
2012-10-02 | implementing osDropAttachment & osDropAttachmentAt | SignpostMarv | 1 | -0/+10 |
2012-09-04 | wrapping attachment functions in a region | SignpostMarv | 1 | -1/+1 |
2012-09-04 | Implementing functing to send messages directly to attachments | SignpostMarv | 2 | -0/+57 |
2012-09-04 | implementing a function to get the number of attachments worn | SignpostMarv | 1 | -0/+7 |
2012-08-29 | This partially implements the LSL function to set the response | Mic Bowman | 1 | -0/+5 |
2012-08-24 | Revert "implementing function to allow scripts to self-replicate as if the ow... | Justin Clark-Casey (justincc) | 1 | -5/+0 |
2012-08-24 | implementing function to allow scripts to self-replicate as if the owner dupl... | SignpostMarv | 1 | -0/+5 |
2012-08-24 | Adds osGetHealth. | TBG Renfold | 1 | -1/+6 |
2012-08-17 | implemented | SignpostMarv | 1 | -0/+1 |
2012-08-15 | adding ATTACH_*_PEC constants | SignpostMarv | 1 | -0/+2 |
2012-08-02 | reduced-complexity implementation of function to get rezzing object key | SignpostMarv | 1 | -0/+5 |
2012-07-28 | LSL/OSSL lacks Math.Min & Math.Max implementations. | SignpostMarv | 1 | -0/+10 |
2012-07-25 | Remove support for the OS_NPC constant. That one seems to be overly paranoid | Melanie | 1 | -1/+0 |
2012-07-20 | As per opensim-dev mailing list conversation, introduce OS_NPC constant for u... | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-07-20 | Implements a very useful OSSL function to test a string to see | Mic Bowman | 1 | -0/+5 |
2012-07-14 | Implementation of llSetRegionPos(). Does not implement failure on object entr... | SignpostMarv | 1 | -0/+5 |
2012-07-09 | This script allows an object to be attached directly from prim inventory to a... | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-07-06 | Mantis 6063 osNpcTouch. | Talun | 1 | -0/+5 |
2012-07-06 | added llSetVelocity. will refuse to work on vehicles and on attachments ( th... | UbitUmarov | 1 | -0/+10 |
2012-07-05 | Add OSSL function osForceAttachToAvatarFromInventory() | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-06-26 | Add stub for llCastRay | BlueWall | 1 | -0/+5 |
2012-06-26 | Correct a wrong error constant | Melanie | 1 | -1/+1 |
2012-06-11 | Commitig the Avination implementation of llTeleportAgent and | Melanie | 1 | -0/+10 |
2012-06-08 | Make llTeleportAgent conform to Magnum SL Server and add llTeleportAgentGloba... | Melanie | 1 | -0/+5 |
2012-05-11 | Mantis 6015 new LSL function llGetAgentList. | Talun | 2 | -0/+10 |
2012-05-09 | Mantis 6015 new LSL function llGetAgentList. | Talun | 2 | -0/+10 |
2012-05-06 | add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m... | dahlia | 1 | -0/+1 |
2012-04-30 | llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri... | TBG Renfold | 1 | -0/+5 |
2012-04-26 | Add a version of osNpcSay that takes a channel number Mantis 5747 | Talun | 1 | -0/+16 |
2012-04-24 | Add osForceAttachToAvatar() and osForceDetachFromAvatar() | Justin Clark-Casey (justincc) | 1 | -1/+12 |
2012-04-13 | Missing or unimplemented LSL memory functions. | Talun | 2 | -0/+28 |
2012-04-10 | New OS scripting functions osSetTerrainTexture and osSetTerrainHeight as orig... | Snoopy Pfeffer | 1 | -0/+10 |
2012-04-09 | llGetMass and llGetObjectMass (and push estimation) always use object mass a... | UbitUmarov | 1 | -0/+5 |
2012-04-06 | Addition of missing constants for llGetObjectDetails including for Mantis 5502 | Talun | 1 | -0/+10 |
2012-03-27 | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user... | Snoopy Pfeffer | 1 | -0/+10 |
2012-03-26 | Add a hust UUID to the script invocations | Melanie | 1 | -0/+5 |
2012-03-24 | Add support for key, vector, rotation and list types for both | Mic Bowman | 1 | -5/+29 |
2012-03-23 | fix yield prolog so it compiles with mono 2.11 there has been a bugzilla | nebadon | 2 | -6/+6 |
2012-03-17 | Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927 | Justin Clark-Casey (justincc) | 1 | -0/+5 |
2012-03-15 | Adds a new script command 'modInvoke' to invoke registered functions | Mic Bowman | 1 | -0/+15 |
2012-03-13 | Implement llSetPrimitiveParams for physics shape and material. Add | Melanie | 2 | -0/+16 |
2012-03-12 | Add AVATAR_MALE flag to return values of llGetAgentInfo | Melanie | 1 | -0/+1 |
2012-03-10 | Added osGetGridGatekeeperURI() | Diva Canto | 1 | -0/+5 |