aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'moap'Justin Clark-Casey (justincc)2010-08-062-0/+51
|\
| * properly expose prim media LSL functions to scriptsJustin Clark-Casey (justincc)2010-07-261-0/+15
| * Fire CHANGED_MEDIA event if a media texture is set or clearedJustin Clark-Casey (justincc)2010-07-261-0/+1
| * implement llSetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-261-1/+11
| * Implement llGetPrimMediaParams()Justin Clark-Casey (justincc)2010-07-261-0/+25
* | Correct some script constants.Melanie2010-08-061-3/+4
|/
* Remove the cm* function namespaceMelanie Thielker2010-06-112-16/+1
* Rename CM files to LSMelanie Thielker2010-06-111-10/+10
* Rename cm* function set to ls* (for LightShare)Melanie Thielker2010-06-111-3/+18
* Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker2010-06-111-0/+5
* Add two new osFunctions:Melanie Thielker2010-06-021-0/+9
* Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+15
* Add URL_REQUEST_* script constantsMelanie2010-05-031-0/+2
* First attempt at fixing mantis #4641. It's better but there are now some issu...Diva Canto2010-03-312-6/+6
* Adding the LightShare module and scripting API. This code was written byMelanie2010-03-312-0/+153
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-0/+2
* - implementing server 1.38 functionsunknown2010-03-062-0/+21
* Revolution is on the roll again! :)Revolution2010-02-141-0/+8