Hey everyone

Just giving everyone fair warning that as r8912, IClientAPI has
changed slightly.  This will require client stacks that implement
IClientAPI to be modified.

The change is very small, but since it's public API, I thought notice
was prudent.

void SendCoarseLocationUpdate(List<Vector3> CoarseLocations);

to

void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations);

Note: There is a new List<UUID> parameter.
LLClientView expects there to be a parallel set of arrays.

Sincerely

Teravus
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to