Tweaks for 0.3.6-pre2
This commit is contained in:
parent
04fb708543
commit
3c84b6e2f6
5
NEWS
5
NEWS
@ -1,10 +1,13 @@
|
|||||||
New in 0.3.6-pre1
|
New in 0.3.6-pre2
|
||||||
* Better MinGW support
|
* Better MinGW support
|
||||||
|
* A bit better handling of OpenAL under Cygwin
|
||||||
* Switched audio system from plib's "sl/sm" to OpenAL.
|
* Switched audio system from plib's "sl/sm" to OpenAL.
|
||||||
* Add support for scaling an object based on distance. The scaling
|
* Add support for scaling an object based on distance. The scaling
|
||||||
factor is determined by a lookup table based on distance.
|
factor is determined by a lookup table based on distance.
|
||||||
* Add a "flash" animation type.
|
* Add a "flash" animation type.
|
||||||
* Fix cloud positioning/animation bugs.
|
* 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
|
New in 0.3.5
|
||||||
|
@ -10,7 +10,7 @@ dnl Require at least automake 2.52
|
|||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
|
||||||
dnl Initialize the automake stuff
|
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 Specify KAI C++ compiler and flags.
|
||||||
dnl Borrowed with slight modification from blitz distribution.
|
dnl Borrowed with slight modification from blitz distribution.
|
||||||
|
Loading…
Reference in New Issue
Block a user