On Mon, 16 Nov 2009, Stuart Buchanan wrote: > Pete Morgan wrote: > > My personal preference is to simply to expand the Ignore option to hide the AI > model on the client-side. Should be pretty straightforward to do and doesn't > require any messing around with the MP connection. > > Adding an additional check-box to the pilot dialog to hide the model > separately > from the chat feels a bit overly complicated. If I want to ignore someone on > chat, > chances are I don't particularly want to see them either, so a single checkbox > on the pilot dialog could serve both purposes.
Hi all, I agree. </aol> In addition to that mp_broadcast.nas, which is the communication layer of WildFire (among other things), can easily be extended to use the same ignore property to ignore selected users. > If we feel that groups are a good idea, an enhancement to Pete's suggestion > above > would be easy to implement and provide a very flexible function if we have > client-side > ignore: > > 1) Each client transmits a /sim/user/group property over MP With the current state of our MP system I would strongly suggest that we let the group property be an integer if we decide to add it. Strings are still expensive (in terms of size) to send. The number could e.g. be a hash of the group name. Besides, 2^32 groups ought to be enough for anyone ;) Cheers, Anders -- --------------------------------------------------------------------------- Anders Gidenstam WWW: http://www.gidenstam.org/FlightGear/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

