From: curt Date: Wed, 21 Jul 2004 21:22:21 +0000 (+0000) Subject: Tweaks for 0.3.6-pre2 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c84b6e2f6868ec5c507731f9177c5e6f627d78e;p=simgear.git Tweaks for 0.3.6-pre2 --- diff --git a/NEWS b/NEWS index 3e0c3cca..b1d359dc 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,13 @@ -New in 0.3.6-pre1 +New in 0.3.6-pre2 * Better MinGW support +* A bit better handling of OpenAL under Cygwin * Switched audio system from plib's "sl/sm" to OpenAL. * Add support for scaling an object based on distance. The scaling factor is determined by a lookup table based on distance. * Add a "flash" animation type. * Fix cloud positioning/animation bugs. +* Fix an off-by-one error in props_io.cxx +* Clip audio gain (volume) to 1.0 New in 0.3.5 diff --git a/configure.ac b/configure.ac index 80e1bc41..802b8446 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre1) +AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre2) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.