1
0
Fork 0
fgdata/Nasal
andy 8a3d81fe0e Architectural fix allowing the "tip" popups (FOV, view name, etc...)
to pop themselves down while the simulator is paused.

The problem was with the "real time" queue in the event manager,
causing the third argument of Nasal's settimer() (a flag for "sim
time") to be ignored.  Inverts the default sense of the argument, as
there are lots of uses of settimer() in the current code, almost none
of which want to use real time.

Note this fix introduces a header file incompatibility in SimGear --
be sure to update.
2005-11-09 20:35:07 +00:00
..
aircraft.nas slightly more effective stop() method 2005-06-30 00:18:20 +00:00
autopilot.nas Fix typing bug where the autopilot wouldn't turn off. GUI buttons 2004-05-15 23:04:17 +00:00
controls.nas gearDown() expects a number either < 0 or > 0 to specify the direction of 2005-09-09 01:41:08 +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 Fix interpolate() so that interpolate("/prop/name") freezes the 2005-06-29 23:58:58 +00:00
gui.nas Architectural fix allowing the "tip" popups (FOV, view name, etc...) 2005-11-09 20:35:07 +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 add support for removeChildren(): takes one name as optional argument 2005-10-23 16:09:51 +00:00
view.nas Nasal bindings for Saitek X45. 2003-12-23 17:31:08 +00:00