[Opensim-dev] Modifications to IClientAPI

Frisby, Adam adam at deepthink.com.au
Sat Mar 28 02:06:40 UTC 2009


Why not convert to a dictionary?

Dictionary<UUID,Vector3> CourseLocations

Adam

> -----Original Message-----
> From: opensim-dev-bounces at lists.berlios.de [mailto:opensim-dev-
> bounces at lists.berlios.de] On Behalf Of Teravus Ovares
> Sent: Friday, 27 March 2009 6:56 PM
> To: opensim-dev
> Subject: [Opensim-dev] Modifications to IClientAPI
> 
> 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
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev



More information about the Opensim-dev mailing list