aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces
diff options
context:
space:
mode:
authorMW2007-06-18 14:41:38 +0000
committerMW2007-06-18 14:41:38 +0000
commit82d309d00765944654db023416a104d96de04328 (patch)
tree51b0f366479231b0061be1dad9df7823cf3e7457 /Common/OpenSim.Framework/Interfaces
parentFixed inverted map texture problem. (diff)
downloadopensim-SC_OLD-82d309d00765944654db023416a104d96de04328.zip
opensim-SC_OLD-82d309d00765944654db023416a104d96de04328.tar.gz
opensim-SC_OLD-82d309d00765944654db023416a104d96de04328.tar.bz2
opensim-SC_OLD-82d309d00765944654db023416a104d96de04328.tar.xz
Fixed the flashing when crossing a border.
Diffstat (limited to 'Common/OpenSim.Framework/Interfaces')
-rw-r--r--Common/OpenSim.Framework/Interfaces/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
index 6e758b2..afeae1f 100644
--- a/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
+++ b/Common/OpenSim.Framework/Interfaces/IClientAPI.cs
@@ -133,6 +133,7 @@ namespace OpenSim.Framework.Interfaces
133 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 133 void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
134 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID); 134 void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
135 void SendLayerData(float[] map); 135 void SendLayerData(float[] map);
136 void SendLayerData(int px, int py, float[] map);
136 void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look); 137 void MoveAgentIntoRegion(RegionInfo regInfo, LLVector3 pos, LLVector3 look);
137 void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort); 138 void InformClientOfNeighbour(ulong neighbourHandle, System.Net.IPAddress neighbourIP, ushort neighbourPort);
138 AgentCircuitData RequestClientInfo(); 139 AgentCircuitData RequestClientInfo();