aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-03-271-0/+3
|\
| * Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user...Snoopy Pfeffer2012-03-271-0/+3
* | Merge branch 'master' into careminsterMelanie2012-03-181-0/+2
|\ \ | |/
| * Add osGetInventoryDesc() as per http://opensimulator.org/mantis/view.php?id=5927Justin Clark-Casey (justincc)2012-03-171-0/+2
* | Merge branch 'master' into careminsterMelanie2012-03-141-0/+1
|\ \ | |/
| * Added osGetGridGatekeeperURI()Diva Canto2012-03-101-0/+1
* | Merge branch 'master' into careminsterMelanie2012-03-031-0/+1
|\ \ | |/
| * Adds an OSSL command for regular expression-based string replacement. ParametersMic Bowman2012-03-011-0/+1
* | Merge branch 'master' into careminsterMelanie2012-01-271-19/+36
|\ \ | |/
| * Implement osIsNpc(key npc):integer. This return TRUE if the given key belong...Justin Clark-Casey (justincc)2012-01-271-0/+7
| * Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)2012-01-271-19/+29
* | Merge branch 'master' into careminsterMelanie2012-01-211-0/+2
|\ \ | |/
| * Add osGetGridHomeURI functionBlueWall2012-01-191-0/+1
| * Add function osGetGridCustomBlueWall2012-01-171-0/+1
* | Merge branch 'master' into careminsterMelanie2012-01-131-1/+0
|\ \ | |/
| * Removing osNpcCreateOwned(). Please use osNpcCreate(string user, string name...Justin Clark-Casey (justincc)2012-01-131-1/+0
* | Merge branch 'master' into careminsterMelanie2012-01-121-0/+1
|\ \ | |/
| * Add osNpcCreate(string firstname, string lastname, LSL_Vector position, strin...Justin Clark-Casey (justincc)2012-01-121-0/+1
| * Fix some syntax issuesMelanie2012-01-061-2/+2
| * Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as wellMelanie2012-01-061-0/+2
| * Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-0/+1
* | Fix some syntax issuesMelanie2012-01-061-2/+2
* | Add osNpcPlayAnimation and osNpcStopAnimation which respect ownership as wellMelanie2012-01-061-0/+2
* | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie2012-01-061-0/+1
* | Merge branch 'master' into careminsterMelanie2012-01-061-0/+1
|\ \ | |/
| * Add ThreatLevel.NoAccess to OSSL. This allows to enable OSSL without enablingMelanie2012-01-061-0/+1
* | Merge branch 'master' into careminsterMelanie2011-12-121-0/+2
|\ \ | |/
| * Mantis 5816: osParseJSON Decoding Problemsnebadon2011-12-111-0/+2
* | Merge commit 'de161585c0960a93911f446f0179441ba5470245' into bigmergeMelanie2011-10-251-0/+1
|\ \ | |/
| * Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)2011-10-171-0/+1
* | Merge commit '0c041ce12f393367e2754e88d9b8dad5e45f88c4' into bigmergeMelanie2011-10-251-0/+1
|\ \ | |/
| * Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)2011-10-171-0/+1
* | Resolve merge commits, stage 1Tom2011-09-041-2/+11
|\ \ | |/
| * tidy up some OSSL NPC parameter namesJustin Clark-Casey (justincc)2011-08-121-5/+5
| * rename position parameter in osNpcMoveToTarget to targetJustin Clark-Casey (justincc)2011-08-121-1/+1
| * rename osNpcStopMoveTo() to osNpcStopMoveToTarget()Justin Clark-Casey (justincc)2011-08-121-1/+1
| * implement osNpcGetPos()Justin Clark-Casey (justincc)2011-08-111-0/+1
| * implement osNpcGetRot() and osNpcSetRot()Justin Clark-Casey (justincc)2011-08-111-0/+2
| * Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...Justin Clark-Casey (justincc)2011-08-111-1/+1
| * only accept npc UUIDs to osNpc* functions, not names (except for create)Justin Clark-Casey (justincc)2011-08-111-3/+3
| * early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)2011-08-101-0/+1
| * implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)2011-08-101-0/+1
| * Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...Justin Clark-Casey (justincc)2011-08-091-0/+2
| * Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)2011-08-091-0/+2
* | Merge branch 'master' into careminster-presence-refactorroot2011-06-301-3/+3
|\ \ | |/
| * [PATCH] osSetSpeed() will accept float numberMakopoppo2011-06-281-1/+1
| * [PATCH] Get osGetWindParam() and osSetWindParam() accessibleMakopoppo2011-06-281-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-1/+2
|\ \ | |/
| * More OSSL function name normalization, this time for osParcelSetDetails.Marck2010-12-111-1/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-7/+12
|\ \ | |/