From c41ad812bde2c23213826a48e8df517a791f4b2d Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 10 Sep 2004 19:34:56 +0000 Subject: [PATCH] Updates for 0.9.6-pre1. --- FlightGear.dsp | 30 ++++++++++++++++++++++++++++++ NEWS | 18 ++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/FlightGear.dsp b/FlightGear.dsp index 9a0b6116a..8bbd7a2e4 100644 --- a/FlightGear.dsp +++ b/FlightGear.dsp @@ -10330,6 +10330,36 @@ SOURCE=.\src\Systems\vacuum.hxx !ENDIF +# End Source File +# Begin Source File + +SOURCE=.\src\Systems\submodel.cxx + +!IF "$(CFG)" == "FlightGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_Systems" + +!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_Systems" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\src\Systems\submodel.hxx + +!IF "$(CFG)" == "FlightGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_Systems" + +!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_Systems" + +!ENDIF + # End Source File # End Group # Begin Group "Lib_Time" diff --git a/NEWS b/NEWS index 223733358..e9553715a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +New in 0.9.6-pre1 +* September 10, 2004 + +* Added some initial support for "submodels" which can be used to + impliment things like contrails, flares, tracers, etc. +* Make real world weather fetching a bit more robust and network friendly. +* Ensure the entire world is initially loaded before initializing the + flight dynamics (avoids wildly varying frame rates at a time when + the FDM might be trying to do various initialization steps that + might benefit from consistent and fast frame rates.) +* Other various (and minor) code cleanups, tweaks, and fixes. +* Fixed ATIS voice file. +* Updated aircraft: MD11, Spitfire, Bo-105, adjust C172 cockpit sound levels, + F16, Fokker-50, Fokker-100, and Sgs-233. +* Updated joystick configs: CH pro yoke usb, Cyborg Evo, Thrustmaster FCS. +* Fix a bug in the nasal fuel tank management code. + + New in 0.9.5 * July 29, 2004 -- 2.39.2