1
0
Fork 0

Updates for 0.9.6-pre1.

This commit is contained in:
curt 2004-09-10 19:34:56 +00:00
parent 2b22f5678c
commit c41ad812bd
2 changed files with 48 additions and 0 deletions

View file

@ -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"

18
NEWS
View file

@ -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