aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/INPCModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+20
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-0/+37
2012-11-11document & 80-character width terminal formattingSignpostMarv1-36/+78
2012-07-06Mantis 6063 osNpcTouch.Talun1-0/+8
2012-05-07remove default values from prior commit since mono cant deal with themdahlia1-1/+1
2012-05-06add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...dahlia1-2/+4
2012-04-26Add a version of osNpcSay that takes a channel number Mantis 5747Talun1-0/+30
2012-02-09If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...Justin Clark-Casey (justincc)1-1/+1
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)1-1/+33
2012-01-27Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...Justin Clark-Casey (justincc)1-1/+1
2012-01-12Add permissions checks for owned avatars to all other osNpc* functions.Justin Clark-Casey (justincc)1-1/+1
2012-01-12refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...Justin Clark-Casey (justincc)1-0/+8
2012-01-06Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie1-3/+10
2011-10-17Implement osNpcStand(<npc-id>)Justin Clark-Casey (justincc)1-0/+8
2011-10-17Implement osNpcSit(). This is still in development so don't trust itJustin Clark-Casey (justincc)1-0/+9
2011-08-11add regression test for osNpcCreate when cloning an in-region avatarJustin Clark-Casey (justincc)1-2/+2
2011-08-10Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()Justin Clark-Casey (justincc)1-1/+4
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+5
2011-08-10implement osNpcStopMoveTo() to cancel any current move targetJustin Clark-Casey (justincc)1-4/+15
2011-08-09Implement first draft functions for saving and loading NPC appearance from st...Justin Clark-Casey (justincc)1-1/+18
2011-08-03rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...Justin Clark-Casey (justincc)1-1/+31
2011-07-02Create a very basic initial test which just creates an 'npc' and tests that t...Justin Clark-Casey (justincc)1-1/+1
2009-08-21Add copyright header. Formatting cleanup.Jeff Ames1-1/+28
2009-08-21* Fleshes more of NPCModule out.Adam Frisby1-0/+13