aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Combat
diff options
context:
space:
mode:
authorDiva Canto2015-01-09 08:31:56 -0800
committerDiva Canto2015-01-09 08:31:56 -0800
commite2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6 (patch)
tree522ca8d3d1901ca7f594a7a5b6ec77d045d0ba21 /OpenSim/Region/CoreModules/Avatar/Combat
parentCommented out clear_registry_ because (1) it isn't clearing up anything anymo... (diff)
downloadopensim-SC_OLD-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.zip
opensim-SC_OLD-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.tar.gz
opensim-SC_OLD-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.tar.bz2
opensim-SC_OLD-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.tar.xz
Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Combat')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Combat/CombatModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Combat/CombatModule.cs b/OpenSim/Region/CoreModules/Avatar/Combat/CombatModule.cs
index 66325b4..fc23b72 100644
--- a/OpenSim/Region/CoreModules/Avatar/Combat/CombatModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Combat/CombatModule.cs
@@ -31,6 +31,7 @@ using Nini.Config;
31using OpenSim.Framework; 31using OpenSim.Framework;
32using OpenSim.Region.Framework.Interfaces; 32using OpenSim.Region.Framework.Interfaces;
33using OpenSim.Region.Framework.Scenes; 33using OpenSim.Region.Framework.Scenes;
34using OpenSim.Services.Interfaces;
34using OpenMetaverse; 35using OpenMetaverse;
35 36
36using Mono.Addins; 37using Mono.Addins;