aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-02-041-15/+17
|\
| * Add missing RCERR_UNKNOWN and RCERR_SIM_PERF_LOW LSL constants that would eve...Justin Clark-Casey (justincc)2012-02-041-0/+2
| * Correct RC_* LSL constants used by llCastRay().Justin Clark-Casey (justincc)2012-02-041-12/+12
* | Merge branch 'master' into careminsterMelanie2012-02-031-0/+5
|\ \ | |/
| * 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
* | Merge branch 'master' into careminsterMelanie2012-01-281-0/+1
|\ \ | |/
| * Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)2012-01-281-0/+1
* | Merge branch 'master' into careminsterMelanie2012-01-271-0/+10
|\ \ | |/
| * 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
| |\
| * | Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-0/+5
* | | Merge branch 'master' into careminsterMelanie2012-01-262-0/+13
|\ \ \ | | |/ | |/|
| * | llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE...PixelTomsen2012-01-262-0/+13
| |/
* | Merge branch 'master' into careminsterMelanie2012-01-261-0/+5
|\ \ | |/
| * llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen2012-01-251-0/+5
* | Merge branch 'master' into careminsterMelanie2012-01-211-0/+10
|\ \ | |/
| * Add osGetGridHomeURI functionBlueWall2012-01-191-0/+5
| * Add function osGetGridCustomBlueWall2012-01-171-0/+5
* | Merge branch 'master' into careminsterMelanie2012-01-131-5/+0
|\ \ | |/
| * Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)2012-01-131-5/+0
* | Merge branch 'master' into careminsterMelanie2012-01-122-0/+8
|\ \ | |/
| * 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
* | 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
* | Fix hit testing link sets properly. Fix raycasting for LSL.Melanie2011-12-171-0/+5
* | Merge branch 'master' into careminsterMelanie2011-12-121-0/+5
|\ \ | |/
| * Mantis 5816: osParseJSON Decoding Problemsnebadon2011-12-111-0/+5
* | Implement llTransferLindenDollarsMelanie2011-12-011-0/+5
* | Merge branch 'master' into bigmergeMelanie2011-11-281-0/+1
|\ \ | |/
| * Add missing property to llGetLinkPrimitiveParamsBlueWall2011-11-261-0/+1
* | Merge branch 'master' into bigmergeMelanie2011-10-261-0/+2
|\ \ | |/
| * 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
* | Merge commit '79c13cd99728f09a5175dff1750dcb9d7790fcdc' into bigmergeMelanie2011-10-251-1/+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
* | Merge commit 'de161585c0960a93911f446f0179441ba5470245' into bigmergeMelanie2011-10-251-0/+5
|\ \ | |/
| * Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)2011-10-171-0/+5
* | Merge commit '0c041ce12f393367e2754e88d9b8dad5e45f88c4' into bigmergeMelanie2011-10-252-0/+7
|\ \ | |/
| * Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-172-0/+7
* | Merge commit '28f549bd64eb423ae43a5c23c1da5094e6269150' into bigmergeMelanie2011-10-121-0/+4
|\ \ | |/
| * osSetParcelDetails - PARCEL_DETAILS_CLAIMDATEPixel Tomsen2011-10-111-0/+4
* | Merge commit '528fcede6c31c056c3863fd19528558fcbaf475f' into bigmergeMelanie2011-10-111-0/+5
|\ \ | |/
| * llAvatarOnLinkSitTarget ImplementationPixel Tomsen2011-09-291-0/+5
* | Resolve merge commits, stage 1Tom2011-09-043-0/+71
|\ \ | |/
| * 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