]> git.mxchange.org Git - flightgear.git/commitdiff
Prepairing for 0.59 release.
authorcurt <curt>
Wed, 31 Mar 1999 23:46:02 +0000 (23:46 +0000)
committercurt <curt>
Wed, 31 Mar 1999 23:46:02 +0000 (23:46 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index ae7c527639b6839933ac364f8ddacc5969d5e1f2..68617ee0f625d8153e0535b5dcdd701e1d21ad09 100644 (file)
--- 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.
index a5c74fceebd3c639ee035551195d39d1526963dd..4a002ac69c17d6d73ff90ea72f310083207faa9e 100644 (file)
@@ -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 \