* Users doing terraforming should see updates instantly now.

* Other viewers in the sim will see updates no more than once every 5 seconds.
This commit is contained in:
Adam Frisby
2007-07-24 05:54:44 +00:00
parent b9af2fe393
commit 2760378f7a
4 changed files with 5 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenSim.Framework.Interfaces
public delegate void ChatFromViewer(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
public delegate void ImprovedInstantMessage(LLUUID fromAgentID, LLUUID toAgentID, uint timestamp, string fromAgentName, string message); // Cut down from full list
public delegate void RezObject(AssetBase primAsset, LLVector3 pos);
public delegate void ModifyTerrain(float height, float seconds, byte size, byte action, float north, float west);
public delegate void ModifyTerrain(float height, float seconds, byte size, byte action, float north, float west, IClientAPI remoteClient);
public delegate void SetAppearance(byte[] texture, AgentSetAppearancePacket.VisualParamBlock[] visualParam);
public delegate void StartAnim(LLUUID animID, int seq);
public delegate void LinkObjects(uint parent, List<uint> children);