]> git.mxchange.org Git - flightgear.git/blobdiff - NEWS
Updates by Tony working on the FDM interface bus.
[flightgear.git] / NEWS
diff --git a/NEWS b/NEWS
index c14786d7a8fe7d2a2761e982c6ad3da302f331d8..6e1fe0d61d97b3db81bebb46fbd01e298f0c9201 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,91 @@
+New in 0.7.5
+* September 18, 2000
+* Aircraft now starts at end of runway closest to desired heading.
+* Runways now have accurate markings.
+* Addition of a completely reconfigurable instrument panel.
+* Tons of panel tweaks and fixes.  Gyro now drifts, relocated whisky compass,
+  skid ball moves in the right direction, etc.
+* Updates and tweaks to network multiplayer code.
+* Tweaks to ground steering sensitivity.
+* Updates to the UIUC flightmodel and icing research code.
+* Fixed the sound problem in the previous version.
+* Current scenery normal is now available for use.
+* Current load queue size is now available for use.
+* Added a configure time check for proper simgear version.
+* Explicitely link in -lpthread if it exists.
+* Fixed a couple namespace problems.
+* MacOS and MSVC tweaks.
+* Renamed JSBsim to JSBSim
+* Added support in the material library for non-repeating textures.
+
+New in 0.7.4
+* July 19, 2000
+
+* VOR reception now scales with altitude.
+* Added differential braking support.
+* Landing gear modeling code now works in JSBSim
+* Overhauled cloud code substantially, new cloud textures.
+* Added support for Ray Woodworth's 5 axis motion chair.
+* Red light the panel at night and shade based on time of day.
+
+* Fixed autopilot altitude hold increment bug.
+* Fixed screen snap shot function.
+* Fixed mach number for LaRCsim.
+* --start-date-gmt option fixed.
+* Fixes to uiuc includes and initializations
+* Fixes to periodic scheduler.
+* Fixed a tile loading bug if the load queue wasn't empty before a reset or
+  teleport.
+
+* Some additional MSVC5 portability fixes.
+* Tweaks to build with newest gcc under Irix contributed by Erik Hofman.
+
+* Clean out a pile of old junk in the material manager library from the
+  pre-ssg days, and majorly overhauled it.
+* Complete reengineering of the panel code in preparation for moving the
+  configuration out into a data file.
+* Lots of hashing around with Joystick support trying to achieve something
+  that is flexible enough to handle the zillions of possible configurations
+  out there.  Hopefully we are approaching a workable solution.
+* Better windows support in our joystick module.
+* View code simplifications and optimizations contributed by Norman Vine.
+
+* Added support for $FG_SCENERY and --fg-scenery=path so scenery can have a
+  different location from the base package.
+* Moved drop in sky module, world time module, ephemeris module, and low
+  level communications modules over to simgear.
+* Replaced gdbm with metakit
+* Added David Megginson's property manager
+
+
 New in 0.7.3
-* April 27, 2000
-* Cygwin32 build fixes
-* MSVC++ build fixes
-* Mac build fixes
+* May 18, 2000
+* Added a radio stack 2 VOR/ILS and an ADF to the instrument panel.
+  You can change the frequencies by clicking on the knobs on the
+  instrument panels.  You can now navigate with VOR/ADF/DME and fly
+  ILS approaches.
+* Added a chronometer to the instrument panel.
+* Added a "wet" compass to the top of the instrument panel.
+* Compass, vsi, and altitute instruments and vacuum system are more
+  accurately modeled.
+* Added a magnetic variation model.
+* Added navaid database management and query code.
+* Added magvar offset to VOR radials.
+* Heading bug now display magnetic heading rather than true heading.
+* Autopilot now has modes to track a VOR and GS.
+* Added custom joystick client support so sim can be flown from a
+  remote joystick connected to another machine.  This is in support of
+  some custom hardware located in the human factors research lab of the
+  university of minnesota.
+* HUD controls are a bit different "h" toggles through day/night/off
+  modes and "H" cycles through brightness levels.
+* Norman Vine contributed code to optionally do antialiased hud lines
+  on hardware that supports this.  Norman also contributed additional
+  hud cleanups and updates.
 * Updates to JSBsim flight dynamics code that includes a generic
-  reconfigurable flight control system.
+  reconfigurable flight control system, a initial state trimming routine,
+  support for wind and weather, support for flaps, independent trim control,
+  config files changes
 * Updates to LaRCsim flight dynamcis code contributed by UIUC that
   allows loading aircraft specifications at runtime from config files.
   UIUC is using flightgear as a platform to do icing research.  The UIUC
@@ -16,22 +97,15 @@ New in 0.7.3
   have the correct phase.
 * Rebuilt the sky dome using ssg.
 * Removed dependencies on mat3.h and friends (old srgp support lib)
-* Added navaid database management and query code.
 * Airport lookups now done through gdbm (a light weight embedded database.)
 * Converted ssgVTable's to ssgVtxTables which do proper memory
   management and should facilitate use of compiled vertex arrays once
   ssg add support for these.
-* Simple radio stack added to the instrument panel.  The frequencies are
-  currently hardwired to default values until the UI for changing them
-  is finished.  But, this is enough to fly ILS instrument approaches.
-* Added a chronometer to the instrument panel.
-* Compass, vsi, and altitute instruments and vacuum system are more
-  accurately modeled.
-* Added a magnetic variation model to "simgear" for use by flightgear.
-* Added custom joystick client support so sim can be flown from a
-  remote joystick connected to another machine.  This is in support of
-  some custom hardware located in the human factors research lab of the
-  university of minnesota.
+* Overhauled autopilot internals, separated out the gui controls from
+  the actual autopilot code.
+* Cygwin32 build fixes
+* MSVC++ build fixes
+* Mac build fixes
 
 New in 0.7.2
 * February 17, 2000