index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Framework
/
Interfaces
/
INPCModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-2
/
+2
2016-12-14
New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc...
Mandarinka Tasty
1
-0
/
+1
2016-12-10
Setting precise date of creation in NPC's profile.
Mandarinka Tasty
1
-0
/
+1
2016-12-06
add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou...
UbitUmarov
1
-0
/
+1
2016-06-28
if a NPC is owned, allow access if ownerID matchs parcel owner or it is in t...
UbitUmarov
1
-0
/
+1
2016-06-28
fix NPCs OS_NPC_OBJECT_GROUP option. group ID needs to be set during creation...
UbitUmarov
1
-1
/
+1
2016-01-01
add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w...
UbitUmarov
1
-1
/
+4
2015-09-30
add several options for NPC creation so abusive use can be reduced (restrict...
UbitUmarov
1
-0
/
+12
2014-12-04
Allow scripts in attachments on an owned NPC to call NPC functions on that NPC
Justin Clark-Casey (justincc)
1
-0
/
+11
2014-02-01
Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ...
dahlia
1
-0
/
+26
2012-11-11
document & 80-character width terminal formatting
SignpostMarv
1
-36
/
+78
2012-07-06
Mantis 6063 osNpcTouch.
Talun
1
-0
/
+8
2012-05-07
remove default values from prior commit since mono cant deal with them
dahlia
1
-1
/
+1
2012-05-06
add OS_NPC_RUNNING option to osNpcMoveToTarget() to allow running speed for m...
dahlia
1
-2
/
+4
2012-04-26
Add a version of osNpcSay that takes a channel number Mantis 5747
Talun
1
-0
/
+30
2012-02-09
If NPCModule.CreateNPC() fails to create the required ScenePresence (which sh...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-01-28
Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().
Justin Clark-Casey (justincc)
1
-1
/
+33
2012-01-27
Implement osNpcGetOwner(key npc):key. This returns the owner for an 'owned' ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-01-12
Add permissions checks for owned avatars to all other osNpc* functions.
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-01-12
refactor: Move existing npc owner checks to NPCModule.CheckPermissions() meth...
Justin Clark-Casey (justincc)
1
-0
/
+8
2012-01-06
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
1
-3
/
+10
2012-01-06
Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...
Melanie
1
-3
/
+10
2011-10-17
Implement osNpcStand(<npc-id>)
Justin Clark-Casey (justincc)
1
-0
/
+8
2011-10-17
Implement osNpcSit(). This is still in development so don't trust it
Justin Clark-Casey (justincc)
1
-0
/
+9
2011-08-11
add regression test for osNpcCreate when cloning an in-region avatar
Justin Clark-Casey (justincc)
1
-2
/
+2
2011-08-10
Add a OS_NPC_LAND_AT_TARGET option to osMoveToTarget()
Justin Clark-Casey (justincc)
1
-1
/
+4
2011-08-10
early code to allow scripts to force npcs not to fly when moving to target
Justin Clark-Casey (justincc)
1
-1
/
+5
2011-08-10
implement osNpcStopMoveTo() to cancel any current move target
Justin Clark-Casey (justincc)
1
-4
/
+15
2011-08-09
Implement first draft functions for saving and loading NPC appearance from st...
Justin Clark-Casey (justincc)
1
-1
/
+18
2011-08-03
rename NPC.Autopilot to NPC.MoveToTarget internally. Add method doc to INPCM...
Justin Clark-Casey (justincc)
1
-1
/
+31
2011-07-02
Create a very basic initial test which just creates an 'npc' and tests that t...
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-08-21
Add copyright header. Formatting cleanup.
Jeff Ames
1
-1
/
+28
2009-08-21
* Fleshes more of NPCModule out.
Adam Frisby
1
-0
/
+13