From 5143259ddf383338c15374db10963cbedd45f76c Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 31 Mar 1999 23:46:02 +0000 Subject: [PATCH] Prepairing for 0.59 release. --- NEWS | 28 ++++++++++++++++++++++++++++ configure.in | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ae7c52763..68617ee0f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,34 @@ New in 0.59 + +(This is an intermediate/stepping stone release. Skip this if you are +interested in stability.) + +* IRIX portability changes and support for native SGI compilers. +* Solaris portability tweaks +* Incorporated some MacOS portability changes (although the port is not + yet complete.) * Changes to allow adjustment of the autopilot settings while it is activated. +* Began complete overhaul of scenery generation tools. +* Fixed a view frustum culling bug. +* separated lib GPC (generic polygon clipper.) GPC is not "freeware" and + the author has explicitely refused our request to distribute source code + for this library with Flight Gear. +* updated installation and getting started guide +* switched to a simpler, lighter weight frame rate calculation method. +* new tile division scheme. +* GPS serial *output* fixes. +* Added a nifty halo to both the sun and moon. Preparation for allowing + subtle moon lighting effects at night. +* Incorporated Jon Berndt's new C++ flight model rewrite. +* Autopilot settings can be adjusted while active. +* Updates to the instrument panel. +* Fixed AOA reading on the HUD. +* Added random splash screens. +* Modified scenery loader to accept tri-fans. +* Other non-backwards compatible changes to scenery file format and tile + layout. + New in 0.58 * Added JSBsim alpha code ... this is Jon S. Berndts alpha FDM rewrite. diff --git a/configure.in b/configure.in index a5c74fcee..4a002ac69 100644 --- a/configure.in +++ b/configure.in @@ -335,7 +335,7 @@ AC_OUTPUT( \ Tools/Construct/Makefile \ Tools/Construct/Array/Makefile \ Tools/Construct/Clipper/Makefile \ - Tools/Construct/GenFans/Makefile \ + Tools/Construct/Combine/Makefile \ Tools/Construct/GenOutput/Makefile \ Tools/Construct/Triangulate/Makefile \ Tools/Construct/Main/Makefile \