| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for key, vector, rotation and list types for both | Mic Bowman | 2012-03-24 | 1 | -5/+29 |
* | fix yield prolog so it compiles with mono 2.11 there has been a bugzilla | nebadon | 2012-03-23 | 2 | -6/+6 |
* | Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927 | Justin Clark-Casey (justincc) | 2012-03-17 | 1 | -0/+5 |
* | Adds a new script command 'modInvoke' to invoke registered functions | Mic Bowman | 2012-03-15 | 1 | -0/+15 |
* | Added osGetGridGatekeeperURI() | Diva Canto | 2012-03-10 | 1 | -0/+5 |
* | Adds an OSSL command for regular expression-based string replacement. Parameters | Mic Bowman | 2012-03-01 | 1 | -0/+6 |
* | PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implemented | PixelTomsen | 2012-02-25 | 1 | -0/+2 |
* | llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:... | PixelTomsen | 2012-02-24 | 1 | -2/+17 |
* | llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget | PixelTomsen | 2012-02-24 | 1 | -0/+5 |
* | Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve... | Justin Clark-Casey (justincc) | 2012-02-04 | 1 | -0/+2 |
* | Correct RC_* LSL constants used by llCastRay(). | Justin Clark-Casey (justincc) | 2012-02-04 | 1 | -12/+12 |
* | D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLin... | Justin Clark-Casey (justincc) | 2012-02-02 | 1 | -1/+1 |
* | Add llGetLinkNumberOfSides to LSL_Stub and ILSL_Api | Justin Clark-Casey (justincc) | 2012-02-02 | 1 | -0/+5 |
* | Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate(). | Justin Clark-Casey (justincc) | 2012-01-28 | 1 | -0/+1 |
* | Implement osIsNpc(key npc):integer. This return TRUE if the given key belong... | Justin Clark-Casey (justincc) | 2012-01-27 | 1 | -0/+5 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-01-27 | 2 | -0/+13 |
|\ |
|
| * | llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE... | PixelTomsen | 2012-01-26 | 2 | -0/+13 |
* | | Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ... | Justin Clark-Casey (justincc) | 2012-01-27 | 1 | -0/+5 |
|/ |
|
* | llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce... | Pixel Tomsen | 2012-01-25 | 1 | -0/+5 |
* | Add osGetGridHomeURI function | BlueWall | 2012-01-19 | 1 | -0/+5 |
* | Add function osGetGridCustom | BlueWall | 2012-01-17 | 1 | -0/+5 |
* | Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name... | Justin Clark-Casey (justincc) | 2012-01-13 | 1 | -5/+0 |
* | Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin... | Justin Clark-Casey (justincc) | 2012-01-12 | 2 | -0/+8 |
* | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as well | Melanie | 2012-01-06 | 1 | -0/+10 |
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 2012-01-06 | 2 | -1/+7 |
* | Mantis 5816: osParseJSON Decoding Problems | nebadon | 2011-12-11 | 1 | -0/+5 |
* | Add missing property to llGetLinkPrimitiveParams | BlueWall | 2011-11-26 | 1 | -0/+1 |
* | Implementation of PRIM_OMEGA, but only for setting | SignpostMarv Martin | 2011-10-26 | 1 | -0/+1 |
* | Implementing PRIM_LINK_TARGET, but only for setting params | SignpostMarv Martin | 2011-10-26 | 1 | -0/+1 |
* | rename OS_NPC_SIT_IMMEDIATE to OS_NPC_SIT_NOW since it's shorter and more und... | Justin Clark-Casey (justincc) | 2011-10-17 | 1 | -1/+1 |
* | Implement osNpcStand(<npc-id>) | Justin Clark-Casey (justincc) | 2011-10-17 | 1 | -0/+5 |
* | Implement osNpcSit(). This is still in development so don't trust it | Justin Clark-Casey (justincc) | 2011-10-17 | 2 | -0/+7 |
* | osSetParcelDetails - PARCEL_DETAILS_CLAIMDATE | Pixel Tomsen | 2011-10-11 | 1 | -0/+4 |
* | llAvatarOnLinkSitTarget Implementation | Pixel Tomsen | 2011-09-29 | 1 | -0/+5 |
* | Add llRegionSayTo | BlueWall | 2011-08-19 | 1 | -0/+5 |
* | tidy up some OSSL NPC parameter names | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -8/+8 |
* | rename position parameter in osNpcMoveToTarget to target | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -2/+2 |
* | rename osNpcStopMoveTo() to osNpcStopMoveToTarget() | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -2/+2 |
* | implement osNpcGetPos() | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+5 |
* | implement osNpcGetRot() and osNpcSetRot() | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+10 |
* | Implement osAgentSaveAppearance() to save the appearance of an avatar in the ... | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+5 |
* | only accept npc UUIDs to osNpc* functions, not names (except for create) | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -6/+6 |
* | Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget() | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -0/+1 |
* | fly and no fly constants for osNpcMoveToTarget() | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -0/+4 |
* | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -0/+5 |
* | implement osNpcStopMoveTo() to cancel any current move target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -0/+5 |
* | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+5 |
* | Implement first draft functions for saving and loading NPC appearance from st... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+10 |
* | Port implementation of llCastRay() from Aurora. | Justin Clark-Casey (justincc) | 2011-07-12 | 1 | -0/+16 |
* | [PATCH] osSetSpeed() will accept float number | Makopoppo | 2011-06-28 | 1 | -1/+1 |