Re: [Flightgear-devel] Fix to A-10 trajectory-markers

2007-05-09 Thread alexis bory
Martin Spott a e'crit : > alexis bory wrote: > > > A-10 update since trajectory-markers toggle command is broken. > > > > Fix for others a/c having the same problem (most of them are Lee's > > aircrafts) will follow. > > Has this stuff already been sorted out in the meantime ? > > Martin. Yes,

Re: [Flightgear-devel] Fix to A-10 trajectory-markers

2007-05-09 Thread Martin Spott
alexis bory wrote: > A-10 update since trajectory-markers toggle command is broken. > > Fix for others a/c having the same problem (most of them are Lee's > aircrafts) will follow. Has this stuff already been sorted out in the meantime ? Martin. -- Unix _IS_ user friendly - it's just

Re: [Flightgear-devel] Fix to A-10 trajectory-markers

2007-04-27 Thread Melchior FRANZ
* leee -- Thursday 26 April 2007: > Another thing about that particular code snippet is that it is resilient > insofar as it ensures correct data values whereas the technique you suggest > relies upon a valid value in the node to work - if it gets corrupted the > function may not work or may be

Re: [Flightgear-devel] Fix to A-10 trajectory-markers

2007-04-27 Thread Melchior FRANZ
* leee -- Thursday 26 April 2007: > I've got to confess that I have always tended to write simple but verbose > code > on the basis that the the simplicity should make human misinterpretation less > likely and the verbosity is only in the /source/ code In this case it's different. The verbose

Re: [Flightgear-devel] Fix to A-10 trajectory-markers

2007-04-26 Thread leee
On Thursday 26 April 2007 07:28, Melchior FRANZ wrote: > * alexis bory -- Wednesday 11 April 2007: > > toggle_traj_mkr = func { > > + if(getprop("/ai/submodels/trajectory-markers") == nil) { > > +setprop("/ai/submodels/trajectory-markers", 0); > > + } > >if(getprop("ai/submodels/trajecto

Re: [Flightgear-devel] Fix to A-10 trajectory-markers

2007-04-25 Thread Melchior FRANZ
* alexis bory -- Wednesday 11 April 2007: > toggle_traj_mkr = func { > + if(getprop("/ai/submodels/trajectory-markers") == nil) { > +setprop("/ai/submodels/trajectory-markers", 0); > + } >if(getprop("ai/submodels/trajectory-markers") < 1) { > setprop("ai/submodels/trajectory-marker

[Flightgear-devel] Fix to A-10 trajectory-markers

2007-04-11 Thread alexis bory
Hi, A-10 update since trajectory-markers toggle command is broken. Fix for others a/c having the same problem (most of them are Lee's aircrafts) will follow. Thanks, Alexis -- Index: A-10-set.xml === RCS file: /var/cvs/FlightGear