A while ago, Curt suggested moving from

  /controls/afterburner[0]
  /controls/afterburner[1]
  /controls/afterburner[2]
  /controls/afterburner[3]
  /controls/mixture[0]
  /controls/mixture[1]
  /controls/mixture[2]
  /controls/mixture[3]
  /controls/propeller-pitch[0]
  /controls/propeller-pitch[1]
  /controls/propeller-pitch[2]
  /controls/propeller-pitch[3]
  /controls/throttle[0]
  /controls/throttle[1]
  /controls/throttle[2]
  /controls/throttle[3]

and so on, to something more sane:

  /controls/engine[0]/
  /controls/engine[1]/
  /controls/engine[2]/
  /controls/engine[3]/

with 'afterburner', 'mixture', etc. as subproperties of each one.
This change would certainly make life easier in the property browser,
but it would require changing quite a few bindings.  I'm willing to
make the change myself throughout the FlightGear source code and base
package, but it will break some local customizations.  How does
everyone feel about the change?  We could even go to

  /controls/engines/engine[0/

and so on to simplify the /controls/ top level further.


All the best,

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to