From: curt Date: Fri, 11 Nov 2005 00:44:59 +0000 (+0000) Subject: v0.3.9-pre3 updates. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e12fbb2a012f449d88f41b3e4f9a8514c6670c6;p=simgear.git v0.3.9-pre3 updates. --- diff --git a/NEWS b/NEWS index fe377976..f1976949 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ New in 0.3.9-pre2 features, fixes parser bugs, fixes several internal bugs. * Our 3d cockpit jitter problem is fixed (woohoo!) * Add code to support rendering to a texture. +* Allow "tip" popups to pop themselves down after the appropriate + timeout, even if the sim time is paused. * Various low model level animation fixes and additions ... color, transparency, 'chrome' effects, randomized spin, etc. * Create our own portable stdint.h implementation. diff --git a/configure.ac b/configure.ac index 9ed2ceb9..5fd4d6e4 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.9-pre2) +AM_INIT_AUTOMAKE(SimGear, 0.3.9-pre3) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.