aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/INPCModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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