]> git.mxchange.org Git - flightgear.git/commit
Architectural fix allowing the "tip" popups (FOV, view name, etc...)
authorandy <andy>
Wed, 9 Nov 2005 20:34:46 +0000 (20:34 +0000)
committerandy <andy>
Wed, 9 Nov 2005 20:34:46 +0000 (20:34 +0000)
commit14c3bc593272b511e87a266196709b6b5229a1f1
treea2533d928c59d4edf87e6a761a6229fb040b454a
parent0787d729484faeb2bc3ced11c170c64ad23069fc
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.
src/Main/fg_init.cxx
src/Scripting/NasalSys.cxx