[Opensim-dev] Modifications to IClientAPI

Teravus Ovares teravus at gmail.com
Sat Mar 28 02:09:16 UTC 2009


Why not, indeed :)

Regards

Teravus

On 3/27/09, Frisby, Adam <adam at deepthink.com.au> wrote:
> 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
> _______________________________________________
> 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