diff options
author | Teravus Ovares | 2009-03-28 01:40:33 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-03-28 01:40:33 +0000 |
commit | f5812b3702f38d4535f042303eef4bd37f8a448c (patch) | |
tree | 01a5a1565d97ce02e5910b153cbfe71f86fd3926 /OpenSim/Framework | |
parent | Small bugs fixed related to ownership and permissions. (diff) | |
download | opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.zip opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.gz opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.bz2 opensim-SC_OLD-f5812b3702f38d4535f042303eef4bd37f8a448c.tar.xz |
* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with LibOMV based clients.
* Modifies the IClientAPI! So client stacks will need to be modified!
Diffstat (limited to '')
-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 ce4d411..66699b1 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -855,7 +855,7 @@ namespace OpenSim.Framework | |||
855 | void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, | 855 | void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, |
856 | Vector3 velocity, Quaternion rotation); | 856 | Vector3 velocity, Quaternion rotation); |
857 | 857 | ||
858 | void SendCoarseLocationUpdate(List<Vector3> CoarseLocations); | 858 | void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); |
859 | 859 | ||
860 | void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID); | 860 | void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID); |
861 | void SetChildAgentThrottle(byte[] throttle); | 861 | void SetChildAgentThrottle(byte[] throttle); |