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.
This commit is contained in:
diva
2009-01-01 19:42:24 +00:00
parent ba9d9a9019
commit d8ebf2fc9d
9 changed files with 338 additions and 75 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenSim
presence.UUID,
regionInfo.RegionName));
presence.Scene.CloseConnection(presence.UUID);
presence.Scene.IncomingCloseAgent(presence.UUID);
}
}
m_console.Notice("");