1
0
Fork 0
flightgear/src/Scripting
andy 14c3bc5932 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:34:46 +00:00
..
.cvsignore Added simple proof-of-concept support for running PSL scripts from 2003-01-11 16:30:32 +00:00
Makefile.am Add Nasal Vs. 1.5 2003-12-01 14:35:49 +00:00
nasal-props.cxx ... and don't keep. This causes nasty, mysterious bugs and has no advantages. 2005-10-23 16:13:53 +00:00
NasalSys.cxx Architectural fix allowing the "tip" popups (FOV, view name, etc...) 2005-11-09 20:34:46 +00:00
NasalSys.hxx Changes to support the new naCall API in SimGear. NOTE: these changes 2005-09-20 21:09:52 +00:00