Version 0.44 -> 0.45
This commit is contained in:
parent
93760e9555
commit
07868bd165
3 changed files with 9 additions and 3 deletions
8
NEWS
8
NEWS
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
@ -5,7 +11,7 @@ New in 0.44:
|
|||
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
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -703,7 +703,7 @@ fi
|
|||
|
||||
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; }
|
||||
|
|
|
@ -5,7 +5,7 @@ dnl
|
|||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue