aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule
diff options
context:
space:
mode:
authorTeravus Ovares2008-10-06 00:00:55 +0000
committerTeravus Ovares2008-10-06 00:00:55 +0000
commitf8acdeb437ff18762399c519e2416aceb2149609 (patch)
treec24f4290f54c47010e61a8e071273bde0a2877fc /OpenSim/Region/Examples/SimpleModule
parentFor symmetry reasons, I think this probably is a bug. (diff)
downloadopensim-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 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs6
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 }