mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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:
@@ -36,6 +36,8 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
public interface IInterregionCommsOut
|
||||
{
|
||||
bool SendChildAgentUpdate(ulong regionHandle, AgentData data);
|
||||
bool SendReleaseAgent(ulong regionHandle, UUID id, string uri);
|
||||
bool SendCloseAgent(ulong regionHandle, UUID id);
|
||||
}
|
||||
|
||||
// This may not be needed, but having it here for now.
|
||||
|
||||
Reference in New Issue
Block a user