Norman Vine wrote:
> 
> Curtis L. Olson writes:
> > 
> > Norman Vine writes:
> > > Looks as if a recent change is always resetting the visibility
> > > to startup value.  Haven't had time to see what is doing this
> > > > 
> > David recently revamped the weather subsystem to allow for specifying
> > conditions for multiple layers of the atmosphere.  It's a little
> > complex and has a few kinks that still need to be worked out, but it's
> > pretty powerful and does a nice job.
> 
> I see
>  
> > So the big problem at the moment is given that we can have up to 8
> > different visibility settings for 8 different layers, what do we bind
> > the "z/Z" keys to?  Currently the are no longer bound to anything
> > useful. :-(
 
This patch reenables increasing and decreasing visibility 
with the 'z' and 'Z' keys  :-)

Would someone please commit this or it's functional equivalent

Cheers

Norman

# new bindings in keyboard.xml

 <key n="90">
  <name>Z</name>
  <desc>Decrease Visibility</desc>
  <binding>
   <command>decrease-visibility</command>
  </binding>
 </key>

.....

 <key n="122">
  <name>z</name>
  <desc>Increase Visibility</desc>
  <binding>
   <command>increase-visibility</command>
  </binding>
 </key>
 

Attachment: fg_commands.diff
Description: Binary data

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

Reply via email to