diff options
author | Melanie Thielker | 2009-04-30 11:58:23 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-04-30 11:58:23 +0000 |
commit | 334738fca96498f31842f42db974bc46da35d94a (patch) | |
tree | 95c8cc63ca624989f0dcb9cb1cffc9907c6fd3a6 /OpenSim/Framework | |
parent | Thank you kindly, MCortez for a patch that: (diff) | |
download | opensim-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.cs | 2 |
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 | ||