]> git.mxchange.org Git - flightgear.git/commitdiff
v0.9.9-pre2 updates.
authorcurt <curt>
Wed, 9 Nov 2005 19:18:48 +0000 (19:18 +0000)
committercurt <curt>
Wed, 9 Nov 2005 19:18:48 +0000 (19:18 +0000)
NEWS
configure.ac
src/Main/main.cxx

diff --git a/NEWS b/NEWS
index 09de16cb9f4ab2b53430d3971066a98639cbaed1..a6f24e3411ad34fefa1637529ce71339269ba007 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ New in 0.9.9-pre1
   selectable as a starting position. AI has been added to the 
   carrier in the form of an operating box and an automated turn
   into/out of wind. TACAN beacon added.
+* Extensive revisions to the Multiplayer code. Multiplayer servers are
+  now available.  A Google-based map server is also available
 * Enhanced weather modeling (lightning and rain.)
 * Support for high G redout/blackout effects.
 * Add status updates to the initial splash/startup screen.
@@ -22,6 +24,7 @@ New in 0.9.9-pre1
   border thickness, change fonts, dialog boxes are draggable across
   the screen, you can enable automatic line wrapping, select
   colors, and allow key presses to be bound to widgets.
+* Replaced many hardcoded dialog boxes with xml configurable dialog boxes.
 * Support for xml configurable gui themes.
 * Help dialog boxes supported for each aircraft listing special keys,
   global keys, procedures and performance data.
@@ -57,7 +60,8 @@ New in 0.9.9-pre1
 * Include an external utility that can feed saved nmea tracks back
   into FlightGear.  If you take a gps on a real flight with you and
   capture the output, you can replay your flight in FlightGear.
-
+* Added a function that can intersect any arbitrary vector with the
+  loaded scenery and return the hit point.
 * Many updates and fixes to the joystick configuration files, many new
   joysticks directly supported.
 
index 2af7fb8d7230f69bf22a4f9c19e7259857e707d8..46650294ab3d32f03b6c09f2ed9fb542d9db6673 100644 (file)
@@ -10,7 +10,7 @@ AC_PREREQ(2.52)
 dnl Initialize the automake stuff
 dnl set the $host variable based on local machine/os
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 0.9.9-pre1)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.9-pre2)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
index b75af68f79d1748131a34b457c645e7da2c11223..7aba154ef8be703d99ab95a36a0943cb4c9ba28b 100644 (file)
@@ -941,7 +941,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.9-pre1";
+    static char required_version[] = "0.9.9-pre2";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application