X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=NEWS;h=ec4fc1acb165f030dad7cdec2f718ede934a7ce8;hb=d94bd7526cd0b62c64cc51d2dc73f34469ba0dbe;hp=776d96cd439df528f1315211976b74ab3b78c042;hpb=aca0d8a1e581757d2569a50aa57c05b49b6125f1;p=flightgear.git diff --git a/NEWS b/NEWS index 776d96cd4..ec4fc1acb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,70 @@ +New in 0.9.1 +* December 5, 2002 + +* Fixes a problem with a missing file in the source distribution of 0.9.0 +* Updates to AI aircraft subsystem (this is a work in progress) +* Added a canned ATC voice handling class (using prerecorded voice snippets.) +* Added voice ATIS + + +New in 0.9.0 +* December 3, 2002 + +* Support for fully animated, fully clickable 3d instrument panels. +* Support for runway, approach, and taxiway lighting. Lighting is + directional and intensity varies smoothly with relative view + direction. +* Many new and updated aircraft. +* Improved runway textures. +* Some improved terrain textures. +* Added a util called terrasync to runtime fetch just the scenery you + need from the master scenery server as you fly. No need to + pre-download large chunks of data. +* Add a vacuum system and support for it's failure. +* Add a pitot system and support for it's failure. +* Model gyro spin for various instruments. +* Added support for modeling complex aircraft electrical system. Sample + implimentation for a C172, simplistic electrical model provided for + other aircraft until their specific system is modeled. +* Added a "presets" section to the GUI. +* Localization support for GUI and for command line option help, including + the ability to specify a custom per language font. +* Support for specifying an initial startup runway. +* Splash screen now slowly fades out revealing the ready to run sim. +* Support additional joysticks: Logitech WingMan Force, + Logitech WingMan Extreme Digital 3D (USB), and Saitek Cyborg Gold 3D USB, + CH Virtual Pilot USB/USB CH Pedals, + +* Many updates to External/Network FDM interface. +* Many updates to the JSBSim FDM model code. +* Many updates from the UIUC folk to their FDM package. +* Many updates to the YASim FDM model code (fuel usage, tunable + induced drag parameter, better gear tuning, fix a ground effect bug, + and a standalone config file compiler. +* Make rotational rate FDM values available in the property tree. +* Fix a subtle bug in the ssg partial tree deleter code. +* Started a new XML configurable GUI subsystem. +* Some preliminary support for AI driven aircraft. +* Fix ILS back course needle deflection. +* Fix for ATI driver "issue" causing instrument panels to be all gray. +* Support for toggling 3d instrument hotspot visibility (debugging/learning + tool.) +* Tweaks to instrument panel night lighting. +* Added a per engine fuel pump switch. + +* NOMINMAX fix for cygwin/gcc-3.2 +* Renamed External FDM to NullFDM +* New module/submodule system. +* IRIX build fixes +* Restructured some of the initialization code to facilitate reseting the sim + to alternate presets (airport, runway, offset distance, altitude, speed, etc.) +* Fixed DG heading bug hold to work with new instrumentation updates. +* Updates to autopilot to let it work with perfect values as a compile time + option. +* Split Nav/Com units, and DME out into their own source files. +* Fixes to support newer versions of plib/cvs + + New in 0.8.0 * September 7, 2002