aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-11implement osNpcGetPos()Justin Clark-Casey (justincc)1-0/+21
2011-08-11implement osNpcGetRot() and osNpcSetRot()Justin Clark-Casey (justincc)1-4/+53
2011-08-11Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...Justin Clark-Casey (justincc)1-4/+31
2011-08-11add regression test for osNpcCreate when cloning an in-region avatarJustin Clark-Casey (justincc)1-1/+5
2011-08-11only accept npc UUIDs to osNpc* functions, not names (except for create)Justin Clark-Casey (justincc)1-15/+11
2011-08-11Get NPCs to revert to the correct 'resting' animation (e.g. stand or hover) a...Justin Clark-Casey (justincc)1-1/+1
2011-08-10Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()Justin Clark-Casey (justincc)1-3/+8
2011-08-10fly and no fly constants for osNpcMoveToTarget()Justin Clark-Casey (justincc)1-1/+1
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+13
2011-08-10implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)1-0/+9
2011-08-09Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...Justin Clark-Casey (justincc)1-10/+41
2011-08-09Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)1-13/+91
2011-08-09factor out common notecard caching code from 3 methods.Justin Clark-Casey (justincc)1-93/+74
2011-08-08refactor: split out generic parts of osMakeNotecard() into a separate. Add m...Justin Clark-Casey (justincc)1-58/+99
2011-08-03rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...Justin Clark-Casey (justincc)1-1/+1
2011-07-09Fix osMatchString() so that it reports all instance of pattern matches, not j...Justin Clark-Casey (justincc)1-3/+3
2011-07-09Instance-types-in-list fix for LSL/OSSL functions. This will fix llListFindLi...Makopoppo1-6/+7
2011-07-02Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)1-1/+0
2011-06-28[PATCH 2/2] [FIX] osGetPrimitiveParams() and osSetPrimitiveParams()Makopoppo1-0/+2
2011-06-28[PATCH] osSetSpeed() will accept float numberMakopoppo1-2/+2
2011-06-28[PATCH] Get osGetWindParam() and osSetWindParam() accessibleMakopoppo1-3/+3
2011-06-28[PATCH 1/2] Fixed the function names of some OSSL functions shown asMakopoppo1-3/+3
2011-02-17Add support for new naming syntax of linked regions to osTeleportAgent and os...Marck1-15/+2
2011-02-17Make osTeleportOwner work in foreign regions by relaxing the restrictions on ...Marck1-9/+14
2011-02-12minor: add comment explaining that GetRegionsByName needs to stay in Teleport...Justin Clark-Casey (justincc)1-0/+2
2011-02-05For now, reinstate the call to World.GridService.GetRegionsByName() commented...Justin Clark-Casey (justincc)1-1/+3
2011-01-28Comment out unused call to GridService in TeleportAgent()Justin Clark-Casey (justincc)1-1/+1
2010-12-20Fix osTeleportAgent and osTeleportOwner for the case that GridService is used...Marck1-11/+5
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-1/+1
2010-12-11More OSSL function name normalization, this time for osParcelSetDetails.Marck1-3/+15
2010-12-10Normalization of OSSL function names.Marck1-9/+62
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-3/+22
2010-11-17Add osUnixTimeToTimestamp()Justin Clark-Casey (justincc)1-1/+17
2010-11-16Fix osTeleportAgent for hypergrid destinations.Marck1-1/+5
2010-11-16Add osTeleportOwner.Marck1-2/+30
2010-10-17Adding osFunctions for light projectionBlueWall1-0/+42
2010-09-12Formatting cleanup.Jeff Ames1-3/+3
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-2/+0
2010-06-14osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...Tom Grimshaw1-6/+3
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+27
2010-06-02Add two new osFunctions:Melanie Thielker1-0/+16
2010-05-30Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker1-16/+51
2010-05-30Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker1-3/+18
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master1-0/+82
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-9/+11
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-30* HGScene is no more.Diva Canto1-1/+0
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-13/+4
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1