* Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with LibOMV based clients.

* Modifies the IClientAPI!  So client stacks will need to be modified!
This commit is contained in:
Teravus Ovares
2009-03-28 01:40:33 +00:00
parent cd1bf3600d
commit f5812b3702
7 changed files with 17 additions and 8 deletions

View File

@@ -855,7 +855,7 @@ namespace OpenSim.Framework
void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position,
Vector3 velocity, Quaternion rotation);
void SendCoarseLocationUpdate(List<Vector3> CoarseLocations);
void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations);
void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID);
void SetChildAgentThrottle(byte[] throttle);