diff options
author | Teravus Ovares | 2008-10-06 00:00:55 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-10-06 00:00:55 +0000 |
commit | f8acdeb437ff18762399c519e2416aceb2149609 (patch) | |
tree | c24f4290f54c47010e61a8e071273bde0a2877fc /OpenSim/Region/Examples/SimpleModule | |
parent | For symmetry reasons, I think this probably is a bug. (diff) | |
download | opensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.zip opensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.tar.gz opensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.tar.bz2 opensim-SC_OLD-f8acdeb437ff18762399c519e2416aceb2149609.tar.xz |
* 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.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 6fbab0a..60a66aa 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -219,6 +219,8 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
219 | 219 | ||
220 | public event DirPlacesQuery OnDirPlacesQuery; | 220 | public event DirPlacesQuery OnDirPlacesQuery; |
221 | 221 | ||
222 | public event MapItemRequest OnMapItemRequest; | ||
223 | |||
222 | 224 | ||
223 | #pragma warning restore 67 | 225 | #pragma warning restore 67 |
224 | 226 | ||
@@ -892,6 +894,10 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
892 | { | 894 | { |
893 | } | 895 | } |
894 | 896 | ||
897 | public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags) | ||
898 | { | ||
899 | } | ||
900 | |||
895 | public void KillEndDone() | 901 | public void KillEndDone() |
896 | { | 902 | { |
897 | } | 903 | } |