]> git.mxchange.org Git - flightgear.git/commitdiff
Updates for 0.9.6-pre1.
authorcurt <curt>
Fri, 10 Sep 2004 19:34:56 +0000 (19:34 +0000)
committercurt <curt>
Fri, 10 Sep 2004 19:34:56 +0000 (19:34 +0000)
FlightGear.dsp
NEWS

index 9a0b6116af7858264e6805f033b3de9d731f5975..8bbd7a2e43944deb30a7be877649149655d67edc 100644 (file)
@@ -10330,6 +10330,36 @@ SOURCE=.\src\Systems\vacuum.hxx
 \r
 !ENDIF \r
 \r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\src\Systems\submodel.cxx\r
+\r
+!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Systems"\r
+\r
+!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Systems"\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\src\Systems\submodel.hxx\r
+\r
+!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
+\r
+# PROP Intermediate_Dir "Release\Lib_Systems"\r
+\r
+!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
+\r
+# PROP Intermediate_Dir "Debug\Lib_Systems"\r
+\r
+!ENDIF \r
+\r
 # End Source File\r
 # End Group\r
 # Begin Group "Lib_Time"\r
diff --git a/NEWS b/NEWS
index 22373335844c09da513c9912c25ee68f1cfd4ffc..e9553715aaa8b19c728fb7eb3f5271b01a813105 100644 (file)
--- 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