* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.

This commit is contained in:
Teravus Ovares
2008-05-25 11:22:05 +00:00
parent 29092d3999
commit 042c9ed4d8
15 changed files with 243 additions and 4 deletions

View File

@@ -175,6 +175,8 @@ namespace OpenSim.Region.Examples.SimpleModule
public event AgentSit OnUndo;
public event ForceReleaseControls OnForceReleaseControls;
public event GodLandStatRequest OnLandStatRequest;
public event RequestObjectPropertiesFamily OnObjectGroupRequest;
public event DetailedEstateDataRequest OnDetailedEstateDataRequest;
@@ -761,5 +763,10 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendGroupNameReply(LLUUID groupLLUID, string GroupName)
{
}
public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia)
{
}
}
}