]> git.mxchange.org Git - simgear.git/commit
Architectural fix allowing the "tip" popups (FOV, view name, etc...)
authorandy <andy>
Wed, 9 Nov 2005 20:34:14 +0000 (20:34 +0000)
committerandy <andy>
Wed, 9 Nov 2005 20:34:14 +0000 (20:34 +0000)
commit61f2f4b7618660e939be721b8bf425819657daa0
treefb0ffca3419ea510627cf537c37778ae122d0987
parentbaa2f49b14bd19886865569950f4932f258137ce
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.
simgear/structure/event_mgr.cxx
simgear/structure/event_mgr.hxx