aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie Thielker2009-04-30 11:58:23 +0000
committerMelanie Thielker2009-04-30 11:58:23 +0000
commit334738fca96498f31842f42db974bc46da35d94a (patch)
tree95c8cc63ca624989f0dcb9cb1cffc9907c6fd3a6 /OpenSim/Framework
parentThank you kindly, MCortez for a patch that: (diff)
downloadopensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.zip
opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.tar.gz
opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.tar.bz2
opensim-SC_OLD-334738fca96498f31842f42db974bc46da35d94a.tar.xz
Thank you, mpallari, for a patch that increses efficiency by combining
avatar updates into a single packet. Applied with changes. Fixes Mantis #3136
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 2f9f594..32544b9 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -871,7 +871,7 @@ namespace OpenSim.Framework
871 Vector3 Pos, byte[] textureEntry, uint parentID, Quaternion rotation); 871 Vector3 Pos, byte[] textureEntry, uint parentID, Quaternion rotation);
872 872
873 void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, 873 void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position,
874 Vector3 velocity, Quaternion rotation); 874 Vector3 velocity, Quaternion rotation, UUID agentid);
875 875
876 void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); 876 void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations);
877 877