* Green dots on the mainmap for avatar.

* Initial implementation
* You'll only be able to seen green dots on regions on the map that have been updated.
This commit is contained in:
Teravus Ovares
2008-10-06 00:00:55 +00:00
parent 6bf72c95cb
commit f8acdeb437
6 changed files with 265 additions and 0 deletions

View File

@@ -219,6 +219,8 @@ namespace OpenSim.Region.Examples.SimpleModule
public event DirPlacesQuery OnDirPlacesQuery;
public event MapItemRequest OnMapItemRequest;
#pragma warning restore 67
@@ -892,6 +894,10 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags)
{
}
public void KillEndDone()
{
}