mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
*Moved the OnSignificantClientMovement event to ScenePresence.
*ParcelManager's resetSimParcels does not set any default values. *Updated ParcelData with correct defaults previously set in resetSimParcels *Region overrides are now sent to viewer instead of dummy'd
This commit is contained in:
@@ -77,7 +77,7 @@ namespace OpenSim.Framework.Interfaces
|
||||
|
||||
public delegate void AddNewPrim(LLUUID ownerID, LLVector3 pos, PrimitiveBaseShape shape);
|
||||
|
||||
public delegate void SignificantClientMovement(IClientAPI remote_client);
|
||||
|
||||
|
||||
public interface IClientAPI
|
||||
{
|
||||
@@ -128,7 +128,6 @@ namespace OpenSim.Framework.Interfaces
|
||||
event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest;
|
||||
|
||||
event EstateOwnerMessageRequest OnEstateOwnerMessage;
|
||||
event SignificantClientMovement OnSignificantClientMovement;
|
||||
|
||||
LLVector3 StartPos
|
||||
{
|
||||
@@ -187,6 +186,6 @@ namespace OpenSim.Framework.Interfaces
|
||||
void SendInventoryItemDetails(LLUUID ownerID, LLUUID folderID, InventoryItemBase item);
|
||||
void SendNameReply(LLUUID profileId, string firstname, string lastname);
|
||||
|
||||
void TriggerSignificantClientMovement(IClientAPI remote_client);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user