[Opensim-dev] Modifications to IClientAPI

Teravus Ovares teravus at gmail.com
Sat Mar 28 01:55:46 UTC 2009


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



More information about the Opensim-dev mailing list