diff options
author | Teravus Ovares | 2008-05-25 11:22:05 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-25 11:22:05 +0000 |
commit | 042c9ed4d82e4389ec929f5438e82defad251235 (patch) | |
tree | 002d741e83cec0ee1a715603af7af5aacb5d079a /OpenSim/Region/Environment/Modules/World/NPC | |
parent | * phantom sculpties don't request the sculpt texture anymore. (diff) | |
download | opensim-SC-042c9ed4d82e4389ec929f5438e82defad251235.zip opensim-SC-042c9ed4d82e4389ec929f5438e82defad251235.tar.gz opensim-SC-042c9ed4d82e4389ec929f5438e82defad251235.tar.bz2 opensim-SC-042c9ed4d82e4389ec929f5438e82defad251235.tar.xz |
* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/NPC')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs index cd5ca61..09069a9 100644 --- a/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/Environment/Modules/World/NPC/NPCAvatar.cs | |||
@@ -271,7 +271,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
271 | public event AgentSit OnUndo; | 271 | public event AgentSit OnUndo; |
272 | 272 | ||
273 | public event ForceReleaseControls OnForceReleaseControls; | 273 | public event ForceReleaseControls OnForceReleaseControls; |
274 | 274 | public event GodLandStatRequest OnLandStatRequest; | |
275 | public event RequestObjectPropertiesFamily OnObjectGroupRequest; | 275 | public event RequestObjectPropertiesFamily OnObjectGroupRequest; |
276 | 276 | ||
277 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest; | 277 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest; |
@@ -764,6 +764,10 @@ namespace OpenSim.Region.Environment.Modules.World.NPC | |||
764 | public void SendGroupNameReply(LLUUID groupLLUID, string GroupName) | 764 | public void SendGroupNameReply(LLUUID groupLLUID, string GroupName) |
765 | { | 765 | { |
766 | } | 766 | } |
767 | |||
768 | public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia) | ||
769 | { | ||
770 | } | ||
767 | #endregion | 771 | #endregion |
768 | } | 772 | } |
769 | } | 773 | } |