Re: [Flightgear-devel] RFC: Apply throttle axis changes only to selected engines

2007-07-19 Thread Melchior FRANZ
* Anders Gidenstam -- Tuesday 17 July 2007: > - Change controls.nas so throttle input to only affect the selected engines. This has been committed. Thanks. I've only made some minor changes, that have made your code actually *less* consistent with the existing controls.nas code. This is because I

Re: [Flightgear-devel] RFC: Apply throttle axis changes only to selected engines

2007-07-16 Thread Anders Gidenstam
Hi again, There hasn't been too many comments on this proposal (but OTOH also no objections :) To summarize the proposed changes again: - Change controls.nas so throttle input to only affect the selected engines. The input is handled as follows: i) Page up/down changes the selected thr

Re: [Flightgear-devel] RFC: Apply throttle axis changes only to selected engines

2007-07-07 Thread Anders Gidenstam
On Sat, 7 Jul 2007, Melchior FRANZ wrote: > This code sets the same value for all selected engines to the js/mouse > value. But if they weren't all at the same level, this would mean that > some make abrupt jumps. Applying the same delta to all selected engines > would be nicer, but has its own pr

Re: [Flightgear-devel] RFC: Apply throttle axis changes only to selected engines

2007-07-07 Thread Melchior FRANZ
* Anders Gidenstam -- Saturday 07 July 2007: > In my work on LZ-129 Hindenburg I discovered that I need to be able > to quickly control the engines individually or in (sub)groups I've thought in the past that the throttle should really respect the selected engines. > 1. throttleMouse(), throttl

[Flightgear-devel] RFC: Apply throttle axis changes only to selected engines

2007-07-06 Thread Anders Gidenstam
Hi all! Currently the joystick throttle axis and the mouse throttle control apply any throttle change to all engines. In my work on LZ-129 Hindenburg I discovered that I need to be able to quickly control the engines individually or in (sub)groups - and I think this ability would be useful a