diff options
author | diva | 2009-01-01 19:42:24 +0000 |
---|---|---|
committer | diva | 2009-01-01 19:42:24 +0000 |
commit | d8ebf2fc9d7d2e50735d50e75f7153f487efe958 (patch) | |
tree | c14d5e80e3d34d0a2f547cb3d0b965dea8e55e90 /OpenSim/Region/Application/OpenSim.cs | |
parent | Minor fix for HG request neighbors. Should not return hyperlink neighbors, on... (diff) | |
download | opensim-SC-d8ebf2fc9d7d2e50735d50e75f7153f487efe958.zip opensim-SC-d8ebf2fc9d7d2e50735d50e75f7153f487efe958.tar.gz opensim-SC-d8ebf2fc9d7d2e50735d50e75f7153f487efe958.tar.bz2 opensim-SC-d8ebf2fc9d7d2e50735d50e75f7153f487efe958.tar.xz |
Major changes in interregion communications. This breaks compatibility with older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
- Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination.
- SendCloseAgent moved from OGS1 Remoting to RESTComms.
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index c3b3a01..b3ca651 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -177,7 +177,7 @@ namespace OpenSim | |||
177 | presence.UUID, | 177 | presence.UUID, |
178 | regionInfo.RegionName)); | 178 | regionInfo.RegionName)); |
179 | 179 | ||
180 | presence.Scene.CloseConnection(presence.UUID); | 180 | presence.Scene.IncomingCloseAgent(presence.UUID); |
181 | } | 181 | } |
182 | } | 182 | } |
183 | m_console.Notice(""); | 183 | m_console.Notice(""); |