mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* HGGridConnector is no longer necessary.
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
This commit is contained in:
@@ -826,6 +826,11 @@ namespace OpenSim.Framework
|
||||
/// </value>
|
||||
bool IsActive { get; set; }
|
||||
|
||||
/// <value>
|
||||
/// Determines whether the client is logging out or not.
|
||||
/// </value>
|
||||
bool IsLoggingOut { get; set; }
|
||||
|
||||
bool SendLogoutPacketWhenClosing { set; }
|
||||
|
||||
// [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")]
|
||||
@@ -1447,10 +1452,10 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendUseCachedMuteList();
|
||||
|
||||
void SendMuteListUpdate(string filename);
|
||||
|
||||
void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals);
|
||||
|
||||
void SendMuteListUpdate(string filename);
|
||||
|
||||
void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals);
|
||||
|
||||
void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes);
|
||||
|
||||
void KillEndDone();
|
||||
|
||||
Reference in New Issue
Block a user