Michael Cortez wrote:
Just imagine what it would be like if the InventoryManager was on by
default, and was downloading your inventory on each login?  Eeeeek :)

Probably a bad idea to have libsecondlife automatically initiate downloads, that should be a function or setting that clients have the capability of setting themselves.


Right! So no nasty object tracking and parcel researching (by default) please...

It doesn't do either of those by default as far as I know. Object packets are decoded, and if a callback is setup it fires the callback with the decoded PrimObject, and parcel queries are done en masse through AllAllSims() / AddLindenSims() / AddEstateSims() or one at a time through the other functions. The object stuff can be cleaned up by wrapping the entire function in an "if a callback for this exists { }", but other than that is there something specific you wanted to be optioned out for the time being?

_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev
http://www.libsecondlife.org/

Reply via email to