aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* D'oh - we want to call llGetLinkNumberOfSides() in the LSL_Stub, not llGetLin...Justin Clark-Casey (justincc)2012-02-021-1/+1
* Add llGetLinkNumberOfSides to LSL_Stub and ILSL_ApiJustin Clark-Casey (justincc)2012-02-021-0/+5
* Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-0/+1
* Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)2012-01-271-0/+5
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2012-01-272-0/+13
|\
| * llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen2012-01-262-0/+13
* | Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-0/+5
|/
* llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen2012-01-251-0/+5
* Add osGetGridHomeURI functionBlueWall2012-01-191-0/+5
* Add function osGetGridCustomBlueWall2012-01-171-0/+5
* Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)2012-01-131-5/+0
* Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...Justin Clark-Casey (justincc)2012-01-122-0/+8
* Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as wellMelanie2012-01-061-0/+10
* Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-062-1/+7
* Mantis 5816: osParseJSON Decoding Problemsnebadon2011-12-111-0/+5
* Add missing property to llGetLinkPrimitiveParamsBlueWall2011-11-261-0/+1
* Implementation of PRIM_OMEGA, but only for settingSignpostMarv Martin2011-10-261-0/+1
* Implementing PRIM_LINK_TARGET, but only for setting paramsSignpostMarv Martin2011-10-261-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-171-1/+1
* Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)2011-10-171-0/+5
* Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-172-0/+7
* osSetParcelDetails - PARCEL_DETAILS_CLAIMDATEPixel Tomsen2011-10-111-0/+4
* llAvatarOnLinkSitTarget ImplementationPixel Tomsen2011-09-291-0/+5
* Add llRegionSayToBlueWall2011-08-191-0/+5
* tidy up some OSSL NPC parameter namesJustin Clark-Casey (justincc)2011-08-121-8/+8
* rename position parameter in osNpcMoveToTarget to targetJustin Clark-Casey (justincc)2011-08-121-2/+2
* rename osNpcStopMoveTo() to osNpcStopMoveToTarget()Justin Clark-Casey (justincc)2011-08-121-2/+2
* implement osNpcGetPos()Justin Clark-Casey (justincc)2011-08-111-0/+5
* implement osNpcGetRot() and osNpcSetRot()Justin Clark-Casey (justincc)2011-08-111-0/+10
* Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...Justin Clark-Casey (justincc)2011-08-111-0/+5
* only accept npc UUIDs to osNpc* functions, not names (except for create)Justin Clark-Casey (justincc)2011-08-111-6/+6
* Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()Justin Clark-Casey (justincc)2011-08-101-0/+1
* fly and no fly constants for osNpcMoveToTarget()Justin Clark-Casey (justincc)2011-08-101-0/+4
* early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-0/+5
* implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)2011-08-101-0/+5
* Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...Justin Clark-Casey (justincc)2011-08-091-0/+5
* Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-091-0/+10
* Port implementation of llCastRay() from Aurora.Justin Clark-Casey (justincc)2011-07-121-0/+16
* [PATCH] osSetSpeed() will accept float numberMakopoppo2011-06-281-1/+1
* [PATCH] Get osGetWindParam() and osSetWindParam() accessibleMakopoppo2011-06-281-10/+9
* Add support for the new display name related functions in LSL. This does notMelanie2011-04-082-0/+22
* implement LSL "print()" API functiondahlia2011-03-311-0/+5
* More OSSL function name normalization, this time for osParcelSetDetails.Marck2010-12-111-1/+6
* Normalization of OSSL function names.Marck2010-12-101-4/+29
* Add osUnixTimeToTimestamp()Justin Clark-Casey (justincc)2010-11-171-1/+12
* Add osTeleportOwner.Marck2010-11-161-0/+15
* Add PARCEL_DETAILS_ID to LSLBlueWall2010-11-121-0/+1
* Add lsClearWindlightScene() to the lightshare module to remove WL settingsMelanie2010-11-031-0/+4
* Add PRIM_NAME, PRIM_DESC and PRIM_ROT_LOCALMelanie2010-10-241-0/+3
* Adding osFunctions for light projectionBlueWall2010-10-171-0/+10