Hi All,

I'm investigating
http://code.google.com/p/flightgear-bugs/issues/detail?id=526, which
appears to be a long-standing bug that after fuel starvation it isn't
possible to restart YASim engines.

The problem appears to be in fuel.nas line 25, which drops out from
making any fuel calculations if the engines aren't consuming any fuel.
Unfortunately this means that there's no opportunity to reset the
out-of-fuel flag.

I think this line is also intended to drop out for FDMs other than
YASim, which don't use fuel.nas, but instead have their own fuel
management.

Can anyone confirm that fuel.nas is only used by YASim?

If so, I'll change the FDM initialization listener to simply never
start the update loops for FDMs other than YASim, and remove the code
that drops out.

-Stuart

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to