]> git.mxchange.org Git - flightgear.git/commitdiff
Updates for the 0.9.8-pre2 release.
authorcurt <curt>
Mon, 3 Jan 2005 20:06:51 +0000 (20:06 +0000)
committercurt <curt>
Mon, 3 Jan 2005 20:06:51 +0000 (20:06 +0000)
FlightGear.dsp
NEWS
configure.ac

index 472ffe43f0f2767b8647b81e5554432651b64e38..a42a32ad5afe29516084e031b14f6eecc3ebe23d 100644 (file)
@@ -103,6 +103,36 @@ SOURCE=.\src\Aircraft\aircraft.hxx
 # PROP Default_Filter ""\r
 # Begin Source File\r
 \r
+SOURCE=.\src\Airports\apt_loader.cxx\r
+\r
+!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Airports"\r
+\r
+!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Airports"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\src\Airports\apt_loader.hxx\r
+\r
+!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Airports"\r
+\r
+!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Airports"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\src\Airports\runways.cxx\r
 \r
 !IF  "$(CFG)" == "FlightGear - Win32 Release"\r
@@ -9402,6 +9432,36 @@ SOURCE=.\src\Network\protocol.hxx
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\src\Network\ATC-Main.cxx\r
+\r
+!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Network"\r
+\r
+!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Network"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\src\Network\ATC-Main.hxx\r
+\r
+!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Network"\r
+\r
+!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Network"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\src\Network\ATC-Inputs.cxx\r
 \r
 !IF  "$(CFG)" == "FlightGear - Win32 Release"\r
@@ -9432,7 +9492,7 @@ SOURCE=.\src\Network\ATC-Inputs.hxx
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\src\Network\atc610x.cxx\r
+SOURCE=.\src\Network\ATC-Outputs.cxx\r
 \r
 !IF  "$(CFG)" == "FlightGear - Win32 Release"\r
 \r
@@ -9447,7 +9507,7 @@ SOURCE=.\src\Network\atc610x.cxx
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\src\Network\atc610x.hxx\r
+SOURCE=.\src\Network\ATC-Outputs.hxx\r
 \r
 !IF  "$(CFG)" == "FlightGear - Win32 Release"\r
 \r
diff --git a/NEWS b/NEWS
index 1ad7cd0b01d9c5a93074d8d53f3ec8db9277694e..04a7b01ed922b3497274c076e3576863735368b2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,12 +19,16 @@ New in 0.9.8
 * Make display list usage optional since these can be a net
   performance loss on some older or low memory platforms.
 * Make sound inaudible until after the scenery is loaded.
+* Make sure the ATIS reports surface winds at airports above sea-level
+* Default C172 3d model has been completely reworked and many things
+  have been fixed or sized or placed more accurately.
 
 * Move radio stack and avionics code from cockpit library to
   instrumentation library.
 * Added several digital filters to the autopilot: exponential, dobule
   exponential, moving average, and noise spike.  These are available
   to aircraft designers via the autopilot config file.
+* Replace old basic.dat.gz and runways.dat.gz with apt.dat.gz (x-plane format)
 
 * Fix a crash that could occur when the joystick config specified more
   buttons or axes than the physical hardware provided.
@@ -37,7 +41,7 @@ New in 0.9.8
 
 * Updated aircraft: 737, A-10, AN-225, B-52, BAC-TSR2, Concorde,
   Spitfire, BO-105 Helicopter, F-15 (updated flight control system),
-  Fokker 50, Fokker 100, Seahawk made carrier capable (working
+  Fokker DR1, Fokker 50, Fokker 100, Seahawk made carrier capable (working
   arresting hook), 
 
 * New aircraft: Cessna Citation-II (wip), Beech 1900D, DHC-2 Beaver
index f5d98727016fadcda6cff1528264bca818ac2e02..ed46c80a3f951ccded668ac02f73c82641a27462 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.8-pre1)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.8-pre2)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET