diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 4674489..f2355e2 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -259,6 +259,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
259 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; | 259 | public event Action<IClientAPI, bool> OnCompleteMovementToRegion; |
260 | public event UpdateAgent OnPreAgentUpdate; | 260 | public event UpdateAgent OnPreAgentUpdate; |
261 | public event UpdateAgent OnAgentUpdate; | 261 | public event UpdateAgent OnAgentUpdate; |
262 | public event UpdateAgent OnAgentCameraUpdate; | ||
262 | public event AgentRequestSit OnAgentRequestSit; | 263 | public event AgentRequestSit OnAgentRequestSit; |
263 | public event AgentSit OnAgentSit; | 264 | public event AgentSit OnAgentSit; |
264 | public event AvatarPickerRequest OnAvatarPickerRequest; | 265 | public event AvatarPickerRequest OnAvatarPickerRequest; |
@@ -393,6 +394,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
393 | public event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest; | 394 | public event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest; |
394 | public event EstateChangeInfo OnEstateChangeInfo; | 395 | public event EstateChangeInfo OnEstateChangeInfo; |
395 | public event EstateManageTelehub OnEstateManageTelehub; | 396 | public event EstateManageTelehub OnEstateManageTelehub; |
397 | public event CachedTextureRequest OnCachedTextureRequest; | ||
396 | public event ScriptReset OnScriptReset; | 398 | public event ScriptReset OnScriptReset; |
397 | public event GetScriptRunning OnGetScriptRunning; | 399 | public event GetScriptRunning OnGetScriptRunning; |
398 | public event SetScriptRunning OnSetScriptRunning; | 400 | public event SetScriptRunning OnSetScriptRunning; |
@@ -573,6 +575,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
573 | { | 575 | { |
574 | } | 576 | } |
575 | 577 | ||
578 | public void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures) | ||
579 | { | ||
580 | |||
581 | } | ||
582 | |||
576 | public virtual void Kick(string message) | 583 | public virtual void Kick(string message) |
577 | { | 584 | { |
578 | } | 585 | } |
@@ -590,7 +597,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
590 | 597 | ||
591 | } | 598 | } |
592 | 599 | ||
593 | public virtual void SendKillObject(ulong regionHandle, List<uint> localID) | 600 | public virtual void SendKillObject(List<uint> localID) |
594 | { | 601 | { |
595 | } | 602 | } |
596 | 603 | ||
@@ -1236,7 +1243,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1236 | { | 1243 | { |
1237 | } | 1244 | } |
1238 | 1245 | ||
1239 | public void StopFlying(ISceneEntity presence) | 1246 | public void SendAgentTerseUpdate(ISceneEntity presence) |
1240 | { | 1247 | { |
1241 | } | 1248 | } |
1242 | 1249 | ||