aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/INPCModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-2/+2
2016-12-14New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...Mandarinka Tasty1-0/+1
2016-12-10Setting precise date of creation in NPC's profile.Mandarinka Tasty1-0/+1
2016-12-06 add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...UbitUmarov1-0/+1
2016-06-28 if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...UbitUmarov1-0/+1
2016-06-28fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during creation...UbitUmarov1-1/+1
2016-01-01 add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w...UbitUmarov1-1/+4
2015-09-30 add several options for NPC creation so abusive use can be reduced (restrict...UbitUmarov1-0/+12
2014-12-04Allow scripts in attachments on an owned NPC to call NPC functions on that NPCJustin Clark-Casey (justincc)1-0/+11
2014-02-01Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ...dahlia1-0/+26
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
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