+New in 0.45:
+* Added an option to enable/disable wireframe rendering.
+* Added an option to enable/disable fog/haze.
+* Added an option to enable/disable sky blending.
+* Added an option to select smooth/flat polygon shading.
+
New in 0.44:
* Fixed a horible bug that cause the time to be *WAY* off when
compiling with the CygWin32 compiler.
on systems that have trouble building zlib.
* Minor adjustment to texture coordinate generation to reduce texture
swimming.
-* Added an option to enable/disable texture maps
+* Added a command line option to enable/disable texture maps
* Minor transformation adjustments to try to keep scenery tiles closer
to (0, 0, 0) GLfloats run out of precision at the distances we need
to model the earth, but we can do a bunch of pre-transformations
PACKAGE=FlightGear
-VERSION=0.44
+VERSION=0.45
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
AC_INIT(Simulator/Aircraft/aircraft.c)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.44)
+AM_INIT_AUTOMAKE(FlightGear, 0.45)
dnl Checks for programs.