* The GPS module has been overhauled.
* New joystick configurations added: Cyborg Evo, Top Gun Fox2 Pro USB,
MacAlly iStick USB, SideWinder Precision Pro (on Windows.)
-* Updated aircraft: A-10, AN-225, B-52F, BAC-TSR2, T-37, T-38, YF-23, Beech-99,
- BO-105 (helicopter), DC-3, F-104, F-16, Fokker 50, Fokker 100, Pilatus PC-7.
+* Updated aircraft: 747 flight dynamics model, A-10, AN-225, B-52F, BAC-TSR2,
+ T-37, T-38, YF-23, Beech-99, BO-105 (helicopter), DC-3, F-104, F-16,
+ Fokker 50, Fokker 100, Pilatus PC-7.
* New aircraft: Concorde, MD-11, Spitfire IIA, TU-154.
* Updated airport, runway, taxiway, windsock, beacon, and tower data.
* Updated world scenery based on SRTM terrain data. New scenery includes
accurate radio towers for the USA.
-
+* Fix a small bug in the "generic" export protocol.
+* Fix (workaround) the shrinking dialogs bug.
+* Delay FDM initialization until initial scenery is fully loaded.
New in 0.9.4
* March 26, 2004
fgInitFGRoot(argc, argv);
// Check for the correct base package version
- static char required_version[] = "0.9.5-pre2";
+ static char required_version[] = "0.9.5-pre3";
string base_version = fgBasePackageVersion();
if ( !(base_version == required_version) ) {
// tell the operator how to use this application