+New in 0.52
+* Fog color tries to track the sky color at the center of view in sunrise
+ and sunset situations.
+
New in 0.51
* Translucent menus
* Various HUD intensities so you can find something that is readable for the
current conditions and lighting.
+* Tie visibility to far clip plane & view frustum culling so reducting
+ visibility can increase frame rates by increasing what is culled.
+* Fixed stupid bug with misplaced initial position.
+* Hopefully fixed a bug when parsing system.fgfsrc on windoze.
New in 0.50
* HUD updates from Charlie Hotchkiss (ladder number rotate w/ ladder, control
AC_INIT(Simulator/Aircraft/aircraft.c)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.51)
+AM_INIT_AUTOMAKE(FlightGear, 0.52)
dnl Checks for programs.
if test "x$ac_cv_lib_MesaGL_glNewList" = "xyes" ; then
AC_CHECK_HEADER(GL/xmesa.h)
AM_CONDITIONAL(ENABLE_XMESA_FX, test "x$ac_cv_header_GL_xmesa_h" = "xyes")
+else
+ dnl force a failed check
+ AM_CONDITIONAL(ENABLE_XMESA_FX, test "no" = "yes")
fi
AC_CHECK_LIB(GLU, gluLookAt)