1
0
Fork 0
fgdata/Nasal
mfranz 4a0b56deb3 - now that XML dialogs run their own Nasal namespace and have <open> and
<close> block, remove autopilot helper file autopilot.nas and (re)implement
  its functionality in autopilot.xml
- make AP dialog "bidirectional" and "live": all input fields are <live>
  (i.e. they are updated as the autopilot settings are changed, for example
  by panel actions or property browser changes)
- dialog input is only forwarded to the AP; no direct checkbox/radiobutton
  handling through widget operation, instead:
- changes to the AP properties operate checkboxes/radiobuttons

This makes the AP dialog always reflect the AP state. If the AP refuses
one setting and sets it back to something else, then the dialog will
immediately react and show the actual setting.
2006-04-05 20:24:21 +00:00
..
aircraft.nas slightly more effective stop() method 2005-06-30 00:18:20 +00:00
atc-chatter.nas noise reduction: only print file names if --log-level is at least "info" 2006-02-17 22:20:15 +00:00
controls.nas Stuart BUCHANAN: make adjEngControl() only work for selected engines 2006-03-04 18:21:06 +00:00
fuel.nas Probably best to make sure the property is there (even though 2004-08-12 18:49:13 +00:00
globals.nas use __ for static variables (one underscore is too handy for use in other 2006-02-18 00:12:09 +00:00
gui.nas move gui styles from /sim/gui[n] to /sim/gui/style[n] to make /sim/gui 2006-03-09 23:05:08 +00:00
material.nas make <Esc> key close/cancel/dismiss dialogs; some material.nas tweaking 2005-11-05 14:19:53 +00:00
props.nas let getBoolValue() actually return a bool 2006-02-20 10:59:52 +00:00
screen.nas move gui styles from /sim/gui[n] to /sim/gui/style[n] to make /sim/gui 2006-03-09 23:05:08 +00:00
tutorial.nas Stuart BUCHANAN: set /sim/tutorial/running; make last message available 2006-02-24 11:03:22 +00:00
view.nas add resetFOV function 2006-03-02 16:23:05 +00:00