diff options
author | Diva Canto | 2015-01-09 08:31:56 -0800 |
---|---|---|
committer | Diva Canto | 2015-01-09 08:31:56 -0800 |
commit | e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6 (patch) | |
tree | 522ca8d3d1901ca7f594a7a5b6ec77d045d0ba21 /OpenSim/Addons/Groups/ForeignImporter.cs | |
parent | Commented out clear_registry_ because (1) it isn't clearing up anything anymo... (diff) | |
download | opensim-SC-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.zip opensim-SC-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.tar.gz opensim-SC-e2dd15625f158c7f7d8f5ceec14f09e85dd8e2b6.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenSim/Addons/Groups/ForeignImporter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Addons/Groups/ForeignImporter.cs b/OpenSim/Addons/Groups/ForeignImporter.cs index 788d21d..055f76c 100644 --- a/OpenSim/Addons/Groups/ForeignImporter.cs +++ b/OpenSim/Addons/Groups/ForeignImporter.cs | |||
@@ -30,6 +30,7 @@ using System.Collections.Generic; | |||
30 | 30 | ||
31 | using OpenSim.Framework; | 31 | using OpenSim.Framework; |
32 | using OpenSim.Region.Framework.Interfaces; | 32 | using OpenSim.Region.Framework.Interfaces; |
33 | using OpenSim.Services.Interfaces; | ||
33 | 34 | ||
34 | namespace OpenSim.Groups | 35 | namespace OpenSim.Groups |
35 | { | 36 | { |