]> git.mxchange.org Git - flightgear.git/blob - NEWS
Updates in preparation for the 0.9.8 release.
[flightgear.git] / NEWS
1 New in 0.9.8
2 * December 20, 2004
3
4 * Added an encoder and transponder to the available avionics modules.
5
6 * Updates to the AI traffic manager.
7 * Updates to the submodel system.  This allows things like contrails,
8   payload dropping, projectile firing, and aircraft carrier landings.
9 * Added some controls for aircraft carrier operations.
10 * Updated to sync with latest JSBSim developments.
11 * YAsim adds support for contra-rotating propeller pairs as well as
12   crude models for ITT, Oil Temp and Oil Pressure in the jet turbine
13   engine model.
14 * Instruments, avionics, and subsystems are now configurable per
15   aircraft.  You can assemble the correct componets available for each
16   particular aircraft.
17 * Updates to the wet compass to make it behave much more like a real
18   wet compass including various errors and motion effects.
19 * Make display list usage optional since these can be a net
20   performance loss on some older or low memory platforms.
21 * Make sound inaudible until after the scenery is loaded.
22
23 * Move radio stack and avionics code from cockpit library to
24   instrumentation library.
25 * Added several digital filters to the autopilot: exponential, dobule
26   exponential, moving average, and noise spike.  These are available
27   to aircraft designers via the autopilot config file.
28
29 * Fix a crash that could occur when the joystick config specified more
30   buttons or axes than the physical hardware provided.
31 * Fixes to make FlightGear work with 16bpp visual depth.
32
33 * Various FreeBSD fixes.
34 * Various MSVC fixes.
35 * Various Mac OS X fixes.
36 * gcc 2.95 and 4.0 fixes.
37
38 * Updated aircraft: 737, A-10, AN-225, B-52, BAC-TSR2, Concorde,
39   Spitfire, BO-105 Helicopter, F-15 (updated flight control system),
40   Fokker 50, Fokker 100, Seahawk made carrier capable (working
41   arresting hook), 
42
43 * New aircraft: Cessna Citation-II (wip), Beech 1900D, DHC-2 Beaver
44   (on floats)
45
46 * Updated KAP140 autopilot instrument (used in default C172.)
47
48 * Updated Nimitz model (aircraft carrier), updated radio tower models,
49   added Oracle head quarters to bay area scenery, added Dumbarton
50   bridge at the south end of the SFO bay, added a model of Alcatraz, 
51
52 New in 0.9.6
53 * October 12, 2004
54
55 * Added some initial support for "submodels" which can be used to
56   impliment things like contrails, flares, tracers, etc.
57 * Make real world weather fetching a bit more robust and network friendly.
58 * Ensure the entire world is initially loaded before initializing the
59   flight dynamics (avoids wildly varying frame rates at a time when
60   the FDM might be trying to do various initialization steps that
61   might benefit from consistent and fast frame rates.)
62 * Other various (and minor) code cleanups, tweaks, and fixes.
63 * Fixed ATIS voice file.
64 * Updated aircraft: A320, Bo-105, Comper Swift, Concorde, F16,
65   Fokker-50, Fokker-100, Hunter, MD11, PC7, Spitfire, adjust
66   C172 cockpit sound levels, and Sgs-233.
67 * Updated joystick configs: CH pro yoke usb, Cyborg Evo, Thrustmaster FCS.
68 * Fix a bug in the nasal fuel tank management code.
69 * Return Canadian ILS's to nav data.
70 * Cleaned up some of the 3d models around the bay area.
71 * Add support for display list based rendering which yields
72   substantial performance gains for many systems.
73 * Synced with latest JSBSim code.
74 * Fixed a reference point bug in YASim.
75 * Revived the hi-res (tiled) screen shot code so you can again produce
76   insanely and arbitrarily large resolution screen shots.
77 * Beefed up the tile pager so it can more sensibly handle insanely
78   rapid motion.
79
80
81 New in 0.9.5
82 * July 29, 2004
83
84 * New AIModel based air traffic subsystem (Durk Talsma)
85 * Updates to the AIModel subsystem.
86 * Switched audio subsystem from plib's "sl" to OpenAL.
87 * Added support for SDL (pre-compile time configuration option.)
88 * Threaded tile loader now enabled by default.
89 * Overhauled Nav database code to directly support Robin Peel's default format.
90 * Synced with latest JSBSim developments.
91 * YASim now supports a nasal (script) based fuel management system.
92 * YASim adds a simple turbo prop engine model.
93 * Added an xml based gui/widget layout system for building dialog boxes.
94 * Make gui windows dragable/repositionable.
95 * Hide the mouse pointer when it sits idle.  Mouse pointer reappears
96   on any mouse motion.
97 * The GPS module has been overhauled.
98 * New joystick configurations added: Cyborg Evo, Top Gun Fox2 Pro USB,
99   MacAlly iStick USB, SideWinder Precision Pro (on Windows.)
100 * Updated aircraft: 747 flight dynamics model, A-10, AN-225, B-52F, BAC-TSR2,
101   T-37, T-38, YF-23, Beech-99, BO-105 (helicopter), DC-3, F-104, F-16,
102   Fokker 50, Fokker 100, Pilatus PC-7.
103 * New aircraft: Concorde, MD-11, Spitfire IIA, TU-154.
104 * Updated airport, runway, taxiway, windsock, beacon, and tower data.
105 * Updated world scenery based on SRTM terrain data.  New scenery includes
106   accurate radio towers for the USA.
107 * Fix a small bug in the "generic" export protocol.
108 * Fix (workaround) the shrinking dialogs bug.
109 * Delay FDM initialization until initial scenery is fully loaded.
110
111 New in 0.9.4
112 * March 26, 2004
113
114 * Impliment SimGear's (aka Andy's) Nasal scripting language in
115   FlightGear and integrate with the FG property system.
116 * Many updates from David Culp and David Luff to the AI aircraft and
117   ATC modules.
118 * Complete overhaul of the autopilot system.  The new system uses a
119   much more advanced PID algorithm, is much more flexible, and is
120   completely reconfigurable for each aircraft.
121 * Added the ability to fetch current weather in real time during a
122   flight (via a thread) from the weather.noaa.gov web site and update
123   the current weather conditions in the sim.
124 * Added properly working VASI/PAPI lights.
125 * Make the ground intersection code smart so allow flying under
126   bridges, taxiing on the lower level of the bay bridge, taxiing into
127   hangers, etc.
128 * Added a utility to automatically manage scenery installation and
129   removal.
130 * Several updated ground textures, plus a variety of new random
131   scenery objects.
132
133 * Much additional work on the San Francisco area buildings and bridges.
134
135 * Added a Comper Swift (nice), a Hawker Hunter (nice), added a T37 Tweet, 
136
137 * Updates to the 737 (nice panel, 3d model, and flight model), updates
138   to the 747 flight dynamics, updates to the OV10, T38, AN-225, bo105
139   (helicopter), better sounds for the DC-3, updates to f104 model,
140   many updates to the F16, updates to the J3 Cub, 3D cockpit added to
141   the pa28-161, updates to the sgs233, overhaul of the tsr2 and yf23
142   models.
143
144 * The UFO became Santa Claus over the holidays, but it is back to
145   being extra terrestial.
146
147
148 * First stab at a weather radar instrument.
149
150 * Added a number of basic 3d instruments to the instrument library
151   that could be reused used for any general aviation cockpit.
152
153 * Clean up much of the extraneous alias system entries for aircraft.
154   Generally this means that if there is only one version of an
155   aircraft, there is only one entry and no aliases.  If there are
156   multiple versions of an aircraft, we may still have an alias to
157   point to the prefered or default version.
158
159 * Added RedHat packaging files.
160 * Added some perl script utility functions which are useful when
161   writing remote perl scripts that interact with a running copy of
162   FlightGear.  Includes routines to facility remote control of data
163   logging and even some simple graph plotting.
164 * Updates to OpenGC interface.
165 * Various JSBSim updates.
166 * Various YASim updates.
167 * Various UIUCsim updates.
168 * More work on the native multiplayer system.
169
170 * Sorted out the confusion between left, right, and parking brakes
171   vs. the cockpit controls vs. the wheels they apply to.
172 * Much infrastructure added to support future GPS instruments.
173 * Fixed a meter/feet conversion problem in DME distance calculations
174   which would cause it to often read quite high.
175 * Fixes to nmea output so it can better trick a moving map software
176   application into thinking it is talking to a real gps.
177
178 * Fixed a subtle problem with our star database that has been lurking
179   for many years, but it took an astronomy expert to spot the subtle
180   misalignments.
181
182 * Add support for Logitech Extreme 3D Pro, thrustmaster top gun
183   afterburner USB, Logitech WingMan Force 3D, Logitech Extreme 3D Pro
184   USB, and Microsoft SideWinder 3D Pro joysticks.
185
186 * Removed the old WeatherCM module (it can be resurrected from CVS if
187   any one ever wants to do that.)
188 * Removed the NetworkOLK module (it can be resurrected from CVS if
189   any one ever wants to do that.)
190 * Removed support for the PSL scripting language.
191
192
193 New in 0.9.3
194 * October 24, 2003
195
196 * Added a flight "replay" system.
197 * Many updates to the ATC and AI aircraft subsystem. (David Luff)
198 * Add support for moving cloud layers.
199 * New "symbolic" time of day dialog box for easily setting dawn, dusk,
200   noon, etc.
201 * Aircraft are now each self contained in their own individual
202   subdirectories for easier end user addition and removal.
203 * Many improvements to scene lighting throughout the day->night range
204   including more realistic sky and fog colors, more realistic scene
205   illumination, better dusk/dawn sky coloring, better specular
206   lighting support.
207 * A nice new chase view has been added.
208 * Added displaced thresholds on all runways that have them.
209 * Updated default scenery for the KSFO area.
210 * Many buildings and bridges added in the San Francisco area.
211 * Updated airport and navaid database, many new taxiways, many
212   corrected runways, many new airports (especially outside the USA.)
213 * Updates to the man page.
214 * Better Win32 packaging (more standardized installer, plus a launcher
215   which allows selection of starting location and starting aircraft.)
216 * Added an initial cut at modeling helicopters.
217 * Support multiple inside the cockpit views.
218 * Updated FlightGear Flight School tutorial.
219
220 * Use the field elevation for GS when no specific altitude listed in
221   FAA/DAFIF data
222 * Fix to translate DME and TACAN X/Y channels to paired VHF frequencies
223   correctly.  Thanks to Jorge Van Hemelryck <ml@jvh.net> for the fix.
224 * Fixes to runway search routines (didn't always work correctly under
225   some circumstances.)
226 * Many fixes and updates to the autopilot.  Autothrottle tracks speed
227   much better with much less jumping around.  
228 * Expose the tuned navaid via the property system to support building
229   more advanced avionics.
230 * Improvements to the environment manager and gui's, more control over
231   turbulence, ability to specify boundary condition layers as well as
232   aloft condition layers.
233 * JSBSim updates including a new turbine engine model that supports
234   things like starting and stopping procedures and thrust reversing.
235 * UIUCsim updates (compiler warning and namespace conflict fixes.)
236 * YASim updates (fix drag from shutdown engine, helicopter support,
237   better in air startup support.)
238 * Support for "clock" instruments that operate independently of
239   computer system time.
240 * Annunciators shouldn't work if electrical system not serviceable.
241 * A few updated splash screens.
242 * Added various fields to net_ctrls and net_fdm to include various
243   failures, faults, control surface positions, and other interesting
244   things.
245 * A few updated joystick definition files.
246 * Various keyboard mapping tweaks and changes.
247 * Many updates and tweaks to default material properties and random
248   land cover objects.
249 * Updated aircraft: 747, A320, T-38, A-10, B-52, F-104, Fokker 50,
250   Fokker 100, Piper Cub, P-51, UFO, YF-23, Ornithopter, A-4, C172,
251   and F-16
252 * New Aircraft: J-22, Paraglider, SGS-126 Sailplane, ASW 20, and
253   AN-225 aircraft; Bell 206 JetRanger, CH-47 Chinook, and Ecureuil
254   AS-350 helicoptors.
255 * Updated cloud textures.
256
257 * Removed dependency on Metakit.  The airport and runway databases are now
258   stored in a simple flat file ascii database.
259
260 * FreeBSD, Solaris, MSVC, Irix, Mac OSX, cygwin, and mingwin fixes.
261
262
263 New in 0.9.2
264 * June 4, 2003
265
266 * New aircraft available: P51-D (w/ full 3d cockpit), Sea Hawk
267   (WV908), a research ornithopter (propelled by actual flapping
268   wings), A10, B-52, F-104, F-15, F-16, OV10, PA28-161, T-6A Texan II,
269   T-38, British TSR2, YF-23, 737,
270
271 * Updated aircraft: airwave extreme hang glider, asw20 glider, A-4
272   Skyhawk, Beech-99, Cessna 172 w/ 3d cockpit, Cessna 310 w/ 3d
273   cockpit, DC3, Piper J3 Cub, 1903 Wright Flyer, Sopwith Camel, Space
274   Shuttle, Boeing 747-400
275
276 * Overhauled menu/gui system and made it xml configurable rather than
277   hardwired.  Include support for things like checkboxes, sliders, and
278   dials.
279
280 * Added some early multiplayer features.
281
282 * Added support for in-air presets relative to a VOR, NDB, or fix.
283
284 * Support for Futaba, Airtronics, Hitec, JR, Multiplex and Tower R/C
285   transmitters using the RCJoy USB interface box (see
286   http://www.rcjoy.com).
287
288 * Much improved sky and coloring as well as more realistic coloring of
289   the sunset and sunrise.
290
291 * Clouds are drawn on a surface that better matches the underlying
292   curve of the earth.
293
294 * A few updated terrain textures, better variety of random ground
295   cover objects.
296
297 * Most weather options can now be set via the GUI.  Added an option to
298   randomize the weather.
299
300 * Various instruments and systems can now be failed/unfailed via the
301   GUI.
302
303 * Developed scripts to build Navaid and ILS databases from DAFIFT,
304   FAA, and other data sources.
305 * Update Navaid and ILS databases based on DAFIFT, FAA, and other data
306   sources.
307
308 * Continued development of voice ATC, robot aircraft AI, logical
309   taxiway networks (continues to be a work in progess, but much
310   progress has been made.)
311 * Separated out much of the low level model/material management code
312   and moved it over to SimGear where it can be potentially used by
313   other projects.
314 * Separated out the low level sound effect playing/management code and
315   moved it over to SimGear.
316 * Added functions to the "telnet" interface to allow remote management
317   of autopilot waypoints.
318 * Support the parking brake in the "external" flight dynamics interface.
319 * Added support for an audio panel (set of switches to set various
320   avionics audio sources on/off in the aircraft.)
321 * Add support for speed brake and spoiler controls.
322 * Many code updates to UIUCmodel including support for ornithopters
323   (flapping wing vehicles.)
324 * Many JSBsim code updates include a new turbine engine model.
325 * Added a "named pipe" external flight dynamics model interface.
326 * YASim updates including support for manual-pitch control props,
327   support for wing washout, and adjusting aircraft masses as fuel is
328   consumed.
329 * The property picker interface now shows the property values changing
330   dynamically.
331 * Added support for a simple annunciator panel (fuel, oil, vacuum,
332   volts dummy warning lights.)
333 * Added a "gyro" model.  This can be driven electrically (turn
334   coordinator) or via vacuum (attitude indicator).  If one of these
335   systems failes, the corresponding gyro will spin down realistically
336   an introduce realistic errors in the gauge reading.
337 * Model attitude indicator tumbling at extreme attitudes.
338 * Modeled the pitot system and use that drive the air speed indicator. 
339 * Added a very simplistic volts/amps model to the electrical
340   system...enough to make the gauges behave plausibly and drive the
341   annunciator panel correctly.
342 * Updated the vacuum/suction model to behave more realistically.
343 * Added Italian and Polish translation for the GUI.
344
345 * Mac OS X fixes.
346 * Better FreeBSD support.
347 * Mingwin fixes.
348 * Improved native sgi compiler support.
349 * MSVC fixes.
350
351 * Fixed problems in marker beacon audio.
352 * Fixed several subtle problems in the modeling/positioning of glide
353   slope transmitters in FlightGear
354 * Don't allow the dewpoint to go higher than the temperature.
355 * Don't allow gust speed to be less than base wind speed.
356 * Fix a couple problems in the external fdm interface that prevented
357   FlightGear from being driven properly by an external source (i.e. to
358   act as a image generator only.)
359 * Fixes to camera parameters for external views (especially when rotating
360   the view around the different axes.)
361 * Many miscellaneous code clean ups, many bug fixes, and much code
362   refactoring.
363
364
365 New in 0.9.1
366 * December 5, 2002
367
368 * Fixes a problem with a missing file in the source distribution of 0.9.0
369 * Updates to AI aircraft subsystem (this is a work in progress)
370 * Added a canned ATC voice handling class (using prerecorded voice snippets.)
371 * Added voice ATIS
372
373
374 New in 0.9.0
375 * December 3, 2002
376
377 * Support for fully animated, fully clickable 3d instrument panels.
378 * Support for runway, approach, and taxiway lighting.  Lighting is
379   directional and intensity varies smoothly with relative view
380   direction.
381 * Many new and updated aircraft.
382 * Improved runway textures.
383 * Some improved terrain textures.
384 * Added a util called terrasync to runtime fetch just the scenery you
385   need from the master scenery server as you fly.  No need to
386   pre-download large chunks of data.
387 * Add a vacuum system and support for it's failure.
388 * Add a pitot system and support for it's failure.
389 * Model gyro spin for various instruments.
390 * Added support for modeling complex aircraft electrical system.  Sample
391   implimentation for a C172, simplistic electrical model provided for
392   other aircraft until their specific system is modeled.
393 * Added a "presets" section to the GUI.
394 * Localization support for GUI and for command line option help, including
395   the ability to specify a custom per language font.
396 * Support for specifying an initial startup runway.
397 * Splash screen now slowly fades out revealing the ready to run sim.
398 * Support additional joysticks: Logitech WingMan Force,
399    Logitech WingMan Extreme Digital 3D (USB), and Saitek Cyborg Gold 3D USB,
400    CH Virtual Pilot USB/USB CH Pedals, 
401
402 * Many updates to External/Network FDM interface.
403 * Many updates to the JSBSim FDM model code.
404 * Many updates from the UIUC folk to their FDM package.
405 * Many updates to the YASim FDM model code (fuel usage, tunable
406   induced drag parameter, better gear tuning, fix a ground effect bug,
407   and a standalone config file compiler.
408 * Make rotational rate FDM values available in the property tree.
409 * Fix a subtle bug in the ssg partial tree deleter code.
410 * Started a new XML configurable GUI subsystem.
411 * Some preliminary support for AI driven aircraft.
412 * Fix ILS back course needle deflection.
413 * Fix for ATI driver "issue" causing instrument panels to be all gray.
414 * Support for toggling 3d instrument hotspot visibility (debugging/learning
415   tool.)
416 * Tweaks to instrument panel night lighting.
417 * Added a per engine fuel pump switch.
418
419 * NOMINMAX fix for cygwin/gcc-3.2
420 * Renamed External FDM to NullFDM
421 * New module/submodule system.
422 * IRIX build fixes
423 * Restructured some of the initialization code to facilitate reseting the sim
424   to alternate presets (airport, runway, offset distance, altitude, speed, etc.)
425 * Fixed DG heading bug hold to work with new instrumentation updates.
426 * Updates to autopilot to let it work with perfect values as a compile time
427   option.
428 * Split Nav/Com units, and DME out into their own source files.
429 * Fixes to support newer versions of plib/cvs
430
431
432 New in 0.8.0
433 * September 7, 2002
434
435 * The world is now populated with random ground objects with
436   appropriate type and density for the local ground cover type
437   (buildings, water towers, farm houses, silos, cows, trees, etc.)
438 * Many (most?) ground textures updated for a much nicer, more coherent,
439   more realistic overall look and feel.
440 * Added a java client library for FlightGear.
441 * Added some external scripting examples (python.)
442 * Implemented a Bendix/King KT 70 transponder.
443 * Implemented a Bendix/King KR 87 adf.
444 * Added support for 3d instrument panels inside 3d cockpits.
445 * Added support for animation of 3d models tied to internal properties.
446 * New/updated aircraft include: Cessna 172, Piper J3 Cub, DC-3, A4
447   Skyhawk, Cessna 310, 747, 1903 Wright Flyer (non-linear with stall
448   modeled, based on wind tunnel data.)
449 * Convert the magic carpet into a UFO, complete with sound effects and
450   a 3d model (based on real world data of course.) :-)
451 * Environment manager overhaul
452 * Support for a base wind speed with gusts.
453 * Support for a base wind direction with variation.
454 * Support for more dynamically reconfigurable cloud layers.  Cloud
455   layers are no longer hard coded.
456
457 * Updates and additions to the FAQ
458 * Improvements to the sound effects module.
459 * Autopilot fixes to allow it to work much better on large airliners.
460 * Added a generic interface for running the flight dynamics model as a
461   separate process communicating via a network connection.
462 * Synced with the latest JSBSim code.
463 * Synced with the latest UIUCmodel code.
464 * Many fixes and updates to the YASim FDM (fixed flap drag issue, new
465   tail wheel lock, lots of solver fixes, and fixes to other internal
466   stuff.)
467 * Added support for menus defined in an xml file.
468 * Make the help system start more robustly/quickly in Win32
469 * Added support for detecting the name of a joystick and using the
470   appropriate default joystick config file.
471 * Overhauled the remote/network property interface.
472 * Added a --show-aircraft option to dump out a list of all the
473   available aircraft you can select with the --aircraft=NAME option.
474 * Added a --random-wind command line option.
475 * --wind= option can now contain ranges,
476   i.e. --wind=min_dir:max_dir@min_speed:max_speed; the system will
477   automatically vary the wind within these ranges.
478 * A "physical" crash (i.e. too-hard impact with the ground) causes the
479   sim to freeze.  You can then reset the sim to the starting state
480   with the menu->reset option.
481
482 * Support in the scenery tile cache for maintaining tiles in the cache
483   relative to several view points that could be *very* far apart.
484 * Brake makes the magic carpet fly backwards.
485 * Many clean ups, fixes, and improvements with the tile pager.  Memory free
486   is now done incrementally and spread out through multiple frames to hide it.
487 * Modernized the autoconf/make scripts.
488 * Cleaned up old cruft from the build system.
489 * Default to using FGEnvironment
490 * Removed support for efence (in favor of valgrind.)
491 * Bumped minimum plib version required up to 1.4.2, however the latest
492   cvs (and hopefully release) works much better.
493 * Added valgrind debugging config files/scripts.
494 * Weeded out many warnings/errors flagged by valgrind.
495 * Overhauled the FGSubsystem class.
496 * Fixed reporting of winds, cloudbase and altimeter setting.
497 * FGSteam converted to a proper FGSubsystem.
498 * Fix fog on 3dfx cards.
499 * Added internal support for turning each tank on/off individually.
500 * Added support for a fuel selector switch.
501 * Fixes to builtin property browser.
502 * Fixed several math overflow problems with time elapsed calculations
503   that had crept in.  These would cause some things to stop updating
504   (like portions of the instrument panel, and radio station frequency
505   matching.)
506 * Updates to the network OpenGC interface.
507
508 * Irix fixes.
509 * Mac OS X fixes.
510 * MSVC fixes.
511 * IA-64 w/ Intel compiler fixes.
512
513 * automake/conf script enhancemnts and fixes.
514 * Updated the UIUCModel code.
515 * Removed some dos line endings that crept in.
516 * Spelling fixes.
517 * Removed some depricated code related to the old view management system.
518 * Fix a problem with VOR station lookups where we wouldn't always find
519   the closest station of a given frequency.
520 * Changed the default Nav radio frequencies to be more appropriate for SFO.
521 * Retrimmed the C172
522 * Added seats and other interior stuff to the J3 Cub, and retrimmed.  Also
523   fixed wing incidence in the 3d visual model.
524 * Fixed C310u3a-3d.  3d cockpit instruments can now be seen.
525 * Fixes to the DC-3 such as tank location; other surface and wheel position
526   adjustments.  Increase effectiveness of rudder, vstab, and hstab.
527 * Updated some of the preconfigured joystick files.
528 * Updated man pages
529 * Fixed problem with pressure/altitude getting botched up after a reset
530 * Use a nicer helvetica font for the menus.
531 * Various fixes to the internal pui property browser.
532 * Fixed a typo in the scenery file loader that could cause a crash on
533   some platforms.
534 * More joystick configuration defaults. (Saitek Cyborg Gold 3D USB,
535   non FF sidewinder precision 2 usb)
536 * More texture tweaks.
537 * Additional fixes and panel work for the J3 Cub.
538
539
540 New in 0.7.10
541 * April 20, 2002
542
543 * Much work on drawing and animating 3d aircraft models for things like the
544   chase and tower views.  Propellers spin, control surfaces move, gear
545   retracts, etc.
546 * Overhauled mouse handling code and make it user configurable.
547 * Added a new environment (as in weather) subsystem.
548 * Added a new logging module
549 * Aded a new ATC subsystem.
550 * Virtual 3d Cessna 172 cockpit (work in progress) but many things are
551   animated and working.
552 * Virtual 3d Cessna 310 cockpit.
553 * Instrument panel background can now be a set of tiled textures so we can
554   achieve *much* higher resolution.
555
556 * Major property manager overhaul.
557 * Major view code overhaul.  All views are now configurable via config files.
558 * Major overhaul of the sound manager, it is now much more
559   configurable with many sound effect improvements.
560 * Seperate XML I/O opertions into a separate header.
561 * Impliment a standard FGSubsystem interface for module consistency.
562 * Add waypoint dialog now shows entire current waypoint list in a scroll box.
563 * Elevator trim position now shown on the HUD.
564 * Use an LED font for radios (and added infrastructer/support for
565   additional fonts.)
566 * Continued work on developing a generalized network interface to an external
567   flight dynamics model running as a separate process on the same or different
568   machine.
569 * Initial glideslope and climb rate can be specified from the command line.
570 * Fixes and improvements to make ground trimming more robust.
571 * Many JSBSim updates and improvements, JSBSim now exports all it's 
572   interesting internal state via the property manager.
573 * Many updates to UIUCsim including support for non-linear models, flaps.
574 * Move tower view location when teleporting to a new airport.
575 * Created a new /devices subtree in the property manager to display
576   current device status.
577
578 * Many YASim updates and bug fixes, autogen contact points for
579   collision detection, support for full engine startup procedure,
580   minimal support for magnetos, support skid objects (non-rolling gear
581   objects), reduce idle power a bit, export gear compression amount to
582   the property tree, include wind when computing airspeed, 
583
584 * Fixes to the property picker/browser.
585 * Fixes and updates to the configure script.
586 * Several potential memory abuse bugs detected (valgrind) and fixed (Melchior)
587 * Fix an instrument panel text bug ... an integer overflow could prevent
588   the text from displaying if the panel was turned off for more than 37.8 
589   minutes.
590 * Fixed a segfault when trying to audibly ident a nav station.  Changes in
591   the sound manager code broke some assumptions.
592 * Fixed a bug (another int overflow) which could trick the event
593   manager into thinking the next time to run the events is *way* in
594   the future.
595 * Various performance optimizations.
596 * More work on saving/restoring flights
597 * Of all the ILS stations of the specified frequency, pick the one the most
598   directly points at us.
599 * Various restructures in the scenery loading code in preparation for
600   more flexible runway lighting support.
601 * Fixes/improvements to the scenery/line interesection code.
602
603 * Various IRIX fixes.
604 * Various MSVC fixes.
605 * Various compiler warning messages fixed.
606
607
608 New in 0.7.9 (final)
609 * February 16, 2002
610
611 * Fixes to the Thanks file.
612 * Fix --time-offset in the man page and options help.
613 * Fixed the spelling of Celsius.
614 * Cleaned up some stray cout's
615 * Removed some redundant FG* class qualifiers in various headers.
616 * GUI dialog box fixes for autopilot.
617 * Ensure that initial engine settings are copied over from FlightGear
618   to JSBSim.
619 * FreeBSD fix from JSBSim.
620
621
622 New in 0.7.9pre2
623 * February 13, 2002
624
625 * JSBSim FGPiston mixture improvements
626 * Enable Audio by default in MSVC builds
627 * Added a clock freeze option.
628
629
630 New in 0.7.9pre1
631 * February 12, 2002
632
633 * Switch to JSBSim (jsbsim.sf.net) as our default flight model.
634 * Added additional aircraft: Cessna 182, Cessna 172 (ifr panel),
635   and a Cessna 310 (twin prop).
636 * Added an entirely new set of flight dynamics modeling code by Andy Ross.
637   Includes several aircraft such as a 747, A4, and DC-3.
638   This is (Y)et (A)nother Flight Dynamics (Sim)ulator.  It is a first cut
639   of a "different take" on FDM design.  It's intended to be very simple
640   to use, producing reasonable results for aircraft of all sorts and sizes,
641   while maintaining simulation plausibility even in odd flight conditions
642   like spins and aerobatics.  It's at the point now where one can
643   actually fly the planes around.
644 * Added an optional embedded http server that provides a property
645   manager interface to external programs and scripts.
646 * Added an optional embedded http server that can serve out live
647   screen shots to anyone on the web.
648 * Sync with the latest JSBSim code.
649 * Added simple ATIS support.
650 * More flexible autopilot that can be tuned per aircraft.
651 * Many updates to the HUD to allow it to handle a much bigger set of
652   symbology and functionality
653 * Support for back course ILS approaches.
654 * Implimented DME ETE and speed.
655 * Added support for rudder and aileron trim.
656 * Many improvents with piston engine and propeller modeling.  Engine
657   startup procedures work, and engine guages work.
658 * Added support for retractable gear.
659 * Added 'master freeze' and 'fuel freeze' modes.  Would like to add
660   other freeze modes soon.
661 * Added a 'high' level aircraft config file that specifies things like
662   the FDM code to use, the aircraft config file, the 3d model, the
663   instrument panel, autopilot config, etc.
664 * Added a neat external 'chase' view control panel.
665 * Added a GUI interface to the property manager system.
666 * Moved keybinding definitions to a config file.
667 * Many additions and improvements to the sound effects including
668   stall horn, tire squeek, ground rumble, wind noise, flaps, etc.
669 * Enable introduction music in windows (off by default on all platforms)
670 * Added support for the OpenGC glass cockpit project.
671 * Added support for flying ILS approaches in both runway directions if the
672   same frequency is used in both cases.
673
674 * Added an autogen.sh script for those compiling from CVS code.
675 * Attempt to support more incompatible varients of the
676   automake/autoconf tools.
677 * Added basic man pages.
678 * Removed old remnants of plib-1.2.x support.  Plib-1.4.x is now required.
679 * Added support for building mandrake packages (other packaging system
680   contributions welcom.)
681 * Various initialization and startup sequence fixes and tweaks.
682   This helps get the flight dynamics model going reliably and robustly.
683   It also helps get initial time of day effects correct.
684 * Fixed a config problem that could lead to bogus builds for people with
685   Voodoo cards.
686 * Better support for running with an alternate time/date for when we
687   are being slaved to an external data source.
688 * Fixed (simplistic) terrain following autopilot mode.
689 * Fixes to problems with window aspect ratio that could surface if the
690   window was resized.
691 * Fix several off by one errors in hud_card.cxx
692 * Fix gauge spelling error.
693 * Modified FGSubsystem::update() to take an int parameter for delta time.
694 * Many internal fixes and enhancements to the core code that manages
695   instrument panel modeling and rendering.
696 * LaRCsim EGT doesn't show 'running' values while cranking.
697 * Fixes to JSBSim so that the slip/skid ball is much more realistically modelled
698 * Added support for an unlimited number of fuel tanks.
699 * Multi-engine throttle fixes.
700 * A round of updates to the UIUC flight dynamics model.
701 * Fixed an annoying tile cache scheduling bug.  This makes tile paging
702   much more robust even with teleporting and reseting.
703 * Fixed a potential mouse freeze up condition on windows.
704 * Converted the materials file to xml.
705 * Tweaked and updated initial option and config file parsing to be
706   more intuitive and robust.
707 * Check for the proper version of the base file and exit gracefully
708   if not found.
709 * Fixed a problem with the initial view offset being lost.
710 * Various floating point / initial value bug fixes
711 * Added support for tracing property manager reads and writes (for
712   debugging purposes.)
713 * Fixed the problem where the simulator clock time would go goofy
714   when scenery was being loaded.
715 * Make the tile cache system more tolerant of situations where the tile
716   cache is full, but no entry qualifies for removal.
717
718 * MSVC fixes.
719 * IRIX fixes.
720 * FreeBSD fixes.
721 * Mac OS X fixes.
722 * Better cygwin and mingwin support.
723 * Better support for gcc-3.0
724
725
726 New in 0.7.8
727 * July 13, 2001
728 * Updated to the latest JSBSim flight dynamics model (http://jsbsim.sf.net)
729 * First release of a bundled utility: fgjs which assists you in creating
730   a joystick/button configuration for your setup.
731 * Updated airport data file with taxiways at many major airports.
732 * Better support for using an external browser to view online help
733   components.  Windows support for this will be included in the next
734   revision.
735 * Now using plib-1.4.x which supports more than 3 concurrent sounds.
736 * Most of the README's and documentation has been reviewed and brought
737   up to date.
738 * Support for ultra-hires screen dumps suitable for large scale
739   printed output.
740 * Updated, more flexible binary scenery format.
741 * Support for using digital axes (i.e. a hat) as a pair of buttons
742   which can be mapped to any function a button could be mapped to.
743 * Added user documentation to the base package
744 * Added a c172 mini panel.
745 * Improved c172 panel graphics.
746 * Added units to configuration files
747 * Fixed X15 panel
748 * External view panning fix ups.
749 * Fixed the segfault on exit bug.
750 * Lots of property manager tweaks.  Appened units to property name to
751   make it explicit, adjusted read/write/archive bits and defaults
752 * MSVC fixups.
753 * gcc-3.0 fixups.
754 * Irix fixups.
755 * Fixed a potential segfault in radio station lookup/search code.
756 * Fixed a bug in the audio system intialization order that could cause
757   a segfault in some circumstances.
758 * Fixed a typo in the 2nd tank property name so it's value is now accessible
759   from the instrument panel. 
760 * Fixed a bug when loading the "old" binary scenery which prevented ground
761   lighting from being generated.
762 * Jettison old conditionally compiled plib-1.2.x code, we now require
763   plib-1.4.x or higher.
764 * Eliminated some convoluted that generated a harmless, but confusing
765   "*** NO TIMEZONE" error message,
766 * Fixed doubled bindings for joystick buttons.
767 * Threading fixups.
768 * Fixed a bug with the time warping/offset code.  You can again
769   startup with a proper time offset if you like.
770 * Fixed a couple memory problems ... attempting to access/use/write to
771   previously freed memory.
772
773 New in 0.7.7
774 * June 20, 2001
775
776 * Cleaned up various warning messages
777 * Various Cygwin fixes.
778 * Various MSVC fixes.
779 * Various Irix Mips fixes.
780
781 * Check for null panel before passing mouse events to panel object.
782 * Fixed panel edge artifacts (due to unwanted texture wrapping.)
783 * Fixed a typo in the base/materials file.
784 * Various property manager fixes.
785 * Various property manager lookup optimizations.
786 * Fixed a bug in the autopilot altitude hold that crept in.
787
788 * Converted from hardcoded to configurable keyboard bindings.
789 * Added an FGSubsystem base class so subsystems can be managed with a
790   common api.
791 * Keyboard commands are now completely remapable.  Removed BFI and
792   keyboard in place of remapable inputs.
793 * Started to impliment a command manager.  This along with the
794   property manager will go a long ways toward building infrastructure
795   for scripting.
796 * Started laying infrastructure for creating ultra-high-res tiled
797   screen shots suitable for printers.
798 * Synced with a recent version of JSBSim.
799 * GUI code split into smaller logical subcomponents.
800 * FGOptions converted to use property manager directly.
801 * "delta-t" and fdm interface timing fixes and tweaks.
802 * Added a sound effect manager class at the FlightGear level.
803
804 * Support for setting a starting position as and offset distance (and /
805   or radial) from your specified starting postition.  This allows you to
806   initialize on final x miles out at y altitude.
807 * Many updates to make a much more realistic single engine and prop model
808   with atmospheric and velocity dependencies.  Fuel flow now modeled.
809 * Straightened out magnetic offset issues with VOR stations so we can
810   navigate properly from real avaition charts.
811 * Added a direct network interface support for the "Atlas" moving map
812   program.  (Output radio stack settings so current VOR and OBS can be
813   visualized.)
814 * Autopilot made to work more like a real world autopilot (rather than
815   based on perfect values.)  Autopilot wing leveler is slaved off the
816   turn coordinator.  Heading hold is slaved from the DG (which drifts).
817   Nav and ILS holds slave off the needle position.
818 * Backcorse ILS needle should move in correct direction now.
819 * Identing of NAV radios (and individual volume control) now work.
820 * Don't play DME ident if no colocated DME.
821 * VOR/ILS/ADF range pickup realistically modeled as per AIM.
822 * Added support for marker beacons.
823 * Support for loading and saving the current 'simulator state' using
824   an xml formated file.
825 * Added threaded tile paging for systems with pthread support.
826 * Added high level support for creating airport taxiway and runway signs.
827 * Many updates and fixes to the "installation and getting started" manual.
828 * Support for adding static objects to the scenery.
829 * Many updates and new features for the xml configurable panel engine.
830   Many corresponding improvements to the default instrument panel.
831 * Support added for incrementally numbering screen snapshots.
832 * Added support for a new, smaller, faster binary scenery format.
833 * Added an xml configurable HUD engine.
834 * Added interface glue to propogate wind values to LaRCsim.
835
836 New in 0.7.6
837 * December 15, 2000
838 * Added night ground cover lights with user controllable densities on
839   a per texture basis.  Lights have a bit of a "fog punch through" effect.
840 * Support added for "shaped" instrument panels.
841 * Added support for virtual panels that are larger than the screen
842   space which can scroll.
843 * Added waypoint and route flying support to the autopilot and HUD.
844 * New highly detailed runway textures with accurate markings.
845 * Added a basic piston engine model, with support for rpm, egt, cht, mp,
846   and mixture.
847 * Many tweaks and improvements to the c172 instrument panel.
848 * Corrections and additions to the airport and navaid database.
849 * Added an external interface to the property manager so you can
850   "telnet" into a running copy of FlightGear, cd through the property
851   tree and examine and even change values, all from a remote computer.
852 * Improvements to flight model initialization.
853 * Fixes and improvements to the save/restore code.
854 * Added a load/save dialog box for saving/restoring your current flight.
855 * Program notes max texture size for your card/driver so it can load
856   higher resultion textures if they are available and if you can use
857   them.
858 * Added a visibility= command line option for setting intial visibility
859   distance.
860 * Range of tiles loaded and drawn are now directly calculated from the current
861   visibility distance so that the ground always blends smoothly into sky.
862 * Rewrote the tile caching scheme so it is now more flexible, more dynamic,
863   simpler, and more robust.
864 * Updates to the FDM bus.
865 * Many clean ups with the view code to prepare the way for a greater
866   variety of external views.
867 * MSVC project files now included in the source distribution.
868 * Fixed a view bug that could make the aircraft model appear rotated
869   incorrectly
870 * Fixed a bug with the autopilot rate of climb hold.
871 * Internal property manager tweaks.
872 * Additional materials can be aliased to an existing material to save
873   texture space (at the expense of less texture variety)
874 * MSVC tweaks.
875 * MacOS tweaks.
876
877 New in 0.7.5
878 * September 18, 2000
879 * Aircraft now starts at end of runway closest to desired heading.
880 * Runways now have accurate markings.
881 * Addition of a completely reconfigurable instrument panel.
882 * Tons of panel tweaks and fixes.  Gyro now drifts, relocated whisky compass,
883   skid ball moves in the right direction, etc.
884 * Updates and tweaks to network multiplayer code.
885 * Tweaks to ground steering sensitivity.
886 * Updates to the UIUC flightmodel and icing research code.
887 * Fixed the sound problem in the previous version.
888 * Current scenery normal is now available for use.
889 * Current load queue size is now available for use.
890 * Added a configure time check for proper simgear version.
891 * Explicitely link in -lpthread if it exists.
892 * Fixed a couple namespace problems.
893 * MacOS and MSVC tweaks.
894 * Renamed JSBsim to JSBSim
895 * Added support in the material library for non-repeating textures.
896
897 New in 0.7.4
898 * July 19, 2000
899
900 * VOR reception now scales with altitude.
901 * Added differential braking support.
902 * Landing gear modeling code now works in JSBSim
903 * Overhauled cloud code substantially, new cloud textures.
904 * Added support for Ray Woodworth's 5 axis motion chair.
905 * Red light the panel at night and shade based on time of day.
906
907 * Fixed autopilot altitude hold increment bug.
908 * Fixed screen snap shot function.
909 * Fixed mach number for LaRCsim.
910 * --start-date-gmt option fixed.
911 * Fixes to uiuc includes and initializations
912 * Fixes to periodic scheduler.
913 * Fixed a tile loading bug if the load queue wasn't empty before a reset or
914   teleport.
915
916 * Some additional MSVC5 portability fixes.
917 * Tweaks to build with newest gcc under Irix contributed by Erik Hofman.
918
919 * Clean out a pile of old junk in the material manager library from the
920   pre-ssg days, and majorly overhauled it.
921 * Complete reengineering of the panel code in preparation for moving the
922   configuration out into a data file.
923 * Lots of hashing around with Joystick support trying to achieve something
924   that is flexible enough to handle the zillions of possible configurations
925   out there.  Hopefully we are approaching a workable solution.
926 * Better windows support in our joystick module.
927 * View code simplifications and optimizations contributed by Norman Vine.
928
929 * Added support for $FG_SCENERY and --fg-scenery=path so scenery can have a
930   different location from the base package.
931 * Moved drop in sky module, world time module, ephemeris module, and low
932   level communications modules over to simgear.
933 * Replaced gdbm with metakit
934 * Added David Megginson's property manager
935
936
937 New in 0.7.3
938 * May 18, 2000
939 * Added a radio stack 2 VOR/ILS and an ADF to the instrument panel.
940   You can change the frequencies by clicking on the knobs on the
941   instrument panels.  You can now navigate with VOR/ADF/DME and fly
942   ILS approaches.
943 * Added a chronometer to the instrument panel.
944 * Added a "wet" compass to the top of the instrument panel.
945 * Compass, vsi, and altitute instruments and vacuum system are more
946   accurately modeled.
947 * Added a magnetic variation model.
948 * Added navaid database management and query code.
949 * Added magvar offset to VOR radials.
950 * Heading bug now display magnetic heading rather than true heading.
951 * Autopilot now has modes to track a VOR and GS.
952 * Added custom joystick client support so sim can be flown from a
953   remote joystick connected to another machine.  This is in support of
954   some custom hardware located in the human factors research lab of the
955   university of minnesota.
956 * HUD controls are a bit different "h" toggles through day/night/off
957   modes and "H" cycles through brightness levels.
958 * Norman Vine contributed code to optionally do antialiased hud lines
959   on hardware that supports this.  Norman also contributed additional
960   hud cleanups and updates.
961 * Updates to JSBsim flight dynamics code that includes a generic
962   reconfigurable flight control system, a initial state trimming routine,
963   support for wind and weather, support for flaps, independent trim control,
964   config files changes
965 * Updates to LaRCsim flight dynamcis code contributed by UIUC that
966   allows loading aircraft specifications at runtime from config files.
967   UIUC is using flightgear as a platform to do icing research.  The UIUC
968   aircraft use the c172 gear model for now which causes some weirdness
969   on the ground for some of the larger aircraft.
970 * Flight model no longer has to be chosen at compile time.
971 * Separated ephemeris code from the actual sky rendering code and gave
972   this whole section a big overhaul.  The moon should now consistantly
973   have the correct phase.
974 * Rebuilt the sky dome using ssg.
975 * Removed dependencies on mat3.h and friends (old srgp support lib)
976 * Airport lookups now done through gdbm (a light weight embedded database.)
977 * Converted ssgVTable's to ssgVtxTables which do proper memory
978   management and should facilitate use of compiled vertex arrays once
979   ssg add support for these.
980 * Overhauled autopilot internals, separated out the gui controls from
981   the actual autopilot code.
982 * Cygwin32 build fixes
983 * MSVC++ build fixes
984 * Mac build fixes
985
986 New in 0.7.2
987 * February 17, 2000
988 * Lots of code reorganizations
989 * Build requires plib-1.1.x
990 * Build requires SimGear-0.0.x
991 * LaRCsim/c172 is now the default aircraft model.
992 * Added flaps support to control model.
993 * Lots of updates and tweaks for the LaRCsim/c172 model.
994 * Use a more standard texture/blend mode combination for sun/moon halos to
995   avoid render path that's not supported by all cards/drivers.
996 * Change reported speed on hud from V_equiv_kts to V_calibrated_kts
997 * Instrument panel rewrite by David Megginson.  This isn't quite as flashy
998   as the first pass, but is much more functional, plays much better with 
999   opengl, and it should be relatively easy for someone with graphical skills
1000   to make it look more spiffy.
1001 * MacOS fixes contributed by Darrell Walisser.
1002 * Many JSBsim updates.
1003 * Added a screen snapshot facility (F3).
1004 * Added a load/save state function contributed by David Megginson.
1005 * Added support for various I/O protocols and channels so that flightgear
1006   can communicate with itself and other programs through a variety of means.
1007 * Bug fix:  The aircraft model used for external views was being included in 
1008   the height above terrain check so when the view position and the aircraft
1009   model collided the current altitude kept getting pushed up to compensate,
1010   but of course the aircraft model would get pushed up as well because it
1011   tracks the current aircraft position and orientation.  Thus you had a never
1012   ending cycle ...
1013 * Oliver's multiplayer network code now moved to his own subdirectory:
1014   NetworkOLK
1015 * Added simulated cloud puffs as we pass through the cloud layer.
1016 * Cleaned up some memory leaks occuring between ssg and flightgear.
1017 * Update to Christian's weather data base code.
1018
1019 New in 0.7.1
1020 * Durk Talsma added a nifty cloud layer.
1021 * Default to Christian Mayer's new weather system.
1022 * Added routines to do screen printing contributed by Mark Vallevand.
1023 * Added routines to do screen shots to ppm graphics file (all platforms)
1024   contributed Rich Kaszeta.
1025 * Added a magic carpet (aka slew) mode.
1026 * Added a hot air balloon simulator mode. (alpha)
1027 * Added a simple (direct lincage) autocoordation feature.
1028 * Added a mode to control view (side to side and up and down) with the mouse.
1029 * Fixed a DEM decoding problem which caused most of the terrain to be 256
1030   meter too high (and regenerated the world scenery with proper elevations.)
1031 * Updates to JSBsim.
1032 * Added support for a pilot view offset from the center of gravity.
1033 * Various platform portability fixes.
1034 * Updated time-offset/syncing command line options.
1035 * Updated the FDM <==> Flight Gear interface to be more object oriented.
1036   This should hopefully pave the way for being able to simulate several
1037   concurrent entities.
1038 * Removed unimplemented menu entries.
1039 * Various scenery tools changes and enhancements in preparation for adding
1040   runways (hopefully for the next release.)
1041
1042 New in 0.7.0
1043 * Autopilot can now fly great circle routes.
1044 * Incorporated a first stab at some networking code contributed by Oliver
1045   Delise.
1046 * Added Christian Mayer's new weather subsystem.
1047 * Started adding support for "external" views ... still needs some work.
1048 * Added a flight model acceleration funtion.
1049 * Added support for mouse yoke control contributed by David Megginson.
1050 * FDM model hertz now definable from the command line.
1051 * Added initial timezone support so the user can have better control and more 
1052   options for setting the starting time of the sim.
1053 * We now draw nonexistant tiles as ocean which means we only have to create
1054   and distribute tiles that contain some sort of land mass.
1055
1056 * Replaced basic render engine with plib's ssg (simple scene graph).
1057 * Now expect plib to be installed in it's one true and official location.
1058 * Added support for timegm() if it exists which explicitely expects GMT input.
1059 * A bit of your basic code reorganization and shuffling.
1060
1061 * Removed tools dependency on libgfc.  Functionality is now covered by 
1062   shapelib which has been added into the Tools tree.
1063 * Added support for the wonderful GSHHS global land mass data set.
1064 * Removed dependecy on process-dem.pl script.
1065 * Created a new distributed/parallel tile build system ... hmmm kind of super
1066   computer or beowulf style stuff for getting large chunks of scenery built
1067   as fast as possible.
1068 * Only generate tiles that have land mass data since the sim can recreate pure
1069   ocean tiles on the fly.
1070 * First stab at a water flattening scheme to prevent oceans, lakes, and rivers
1071   from running up and down the sides of hills.
1072 * Changed the default "Work/" subdirectory layout.
1073 * Updates to better handle segment boundaries in preparation for real airport
1074   runway and lighting modeling.
1075 * Updates and enhancements to my polygon management class.
1076
1077 * Updates to JSBsim.
1078 * Updates to Tony's c172 model.
1079 * Updated getting started guide from Micheal Basler.
1080
1081 * FreeBSD portability tweaks.
1082 * MACos portability tweaks.
1083 * Borland C++ tweaks.
1084 * MSVC++ tweaks.
1085
1086 New in 0.6.0
1087 * Tons of improvements with scenery creation.  Inter-tile gaps have been
1088   fixed, distorted textures have been fixed, real coastlines have been added,
1089   and many other subtle improvements.
1090 * Tools for parallelizing the scenery building tasks.  For instance by using
1091   20 machines in parallel, scenery for the entire USA can be regenerated in
1092   just over 4 hours vs. 70+ hours on a single machine.
1093 * Texture scale can be specified (and changed)( in the materials file.  The
1094   sim must be rerun for the change to take effect.
1095 * Windows now uses plib joystick code so rudder pedals should now work.
1096 * Now builds against Steve Baker's plib (portable game devel library) 
1097   distributed separately (www.woodsoup.org/~sbaker/plib/)
1098 * Many source code changes for the MacOS port contributed by Darrell
1099   Walisser (the port isn't quite there yet ...)
1100 * Source code changes for better compiling with the Borland compiler.
1101 * Source code changes for better compiling with the native Irix compilers.
1102 * Fixed a bug so you can now fly across the international date line (or
1103   more precisely the division between longitude = +/-180.
1104 * Tweaks to the Astro section contributed by Durk Talsma.
1105 * Autopilot improvements contributed by Norman Vine.
1106 * Fonts/characters now drawn with texture maps for increased speed.
1107 * Instrument panel can be toggled on and off with "P".
1108 * GUI interface for tweaking some autopilot parameters.
1109 * HUD appearance and layout changes contributed by Norman Vine, includes
1110   faster font drawing for much better performance.
1111 * Reset function added to reset you to your starting conditions.
1112 * GUI function to enter a new airport id (and be transported there)
1113 * Added serial output support for an "in-development" full motion cockpit.
1114 * "Just in time" texture loading to reduce initial sim loading time.
1115
1116
1117 New in 0.59 (This is an intermediate/stepping stone release.  Skip this 
1118              release if you are interested in stability.)
1119 * IRIX portability changes and support for native SGI compilers.
1120 * Solaris portability tweaks
1121 * Incorporated some MacOS portability changes (although the port is not
1122   yet complete.)
1123 * Changes to allow adjustment of the autopilot settings while it is
1124   activated.
1125 * Began complete overhaul of scenery generation tools.
1126 * Fixed a view frustum culling bug.
1127 * separated lib GPC (generic polygon clipper.)  GPC is not "freeware" and
1128   the author has explicitely refused our request to distribute source code
1129   for this library with Flight Gear.
1130 * updated installation and getting started guide
1131 * switched to a simpler, lighter weight frame rate calculation method.
1132 * new tile division scheme.
1133 * GPS serial *output* fixes.
1134 * Added a nifty halo to both the sun and moon.  Preparation for allowing
1135   subtle moon lighting effects at night.
1136 * Incorporated Jon Berndt's new C++ flight model rewrite.
1137 * Autopilot settings can be adjusted while active.
1138 * Updates to the instrument panel.
1139 * Fixed AOA reading on the HUD.
1140 * Added random splash screens.
1141 * Modified scenery loader to accept tri-fans.
1142 * Other non-backwards compatible changes to scenery file format and tile
1143   layout.
1144
1145
1146 New in 0.58
1147 * Added JSBsim alpha code ... this is Jon S. Berndts alpha FDM rewrite.
1148   Still lots to do, but you can watch a balistic flight for a short time.
1149 * Renamed Simulator/Flight to Simulator/FDM
1150 * Tweaks to assist building FGFS on solaris platforms.
1151 * Moved Lib/DEM to Tools/DEM
1152 * Started preparations for scenery generation tools overhaul.
1153 * More MSVC++ support.
1154 * Removed code that made the sun bigger at the horizon since this is just
1155   an optical illusion in real life.
1156 * Bug fixed so that the sim can start out at an airport below sea level.
1157
1158 New in 0.57
1159 * Converted to a simpler frame rate counting method.
1160 * Fixed the AOA reading on the HUD.
1161 * Removed gpc from the Lib section of distribution by request of the
1162   gpc Author.  The gpc license is unfortunately not compatible with
1163   the GPL.  I may look for an alternative library, or just require
1164   that developers download this library separately.
1165 * First slew of changes from the MacOS porting effort contributed by
1166  "Robert Puyol" <puyol@abvent.fr>.
1167 * Support for an arbitrary number of serial ports + additional serial port 
1168   output tweaks.
1169 * Serial output tweaks to make things more robust and act more like a GPS.
1170 * Portability enhancements for Borland, Solaris, and SGI.
1171 * Some internal class renaming and reorganizations.  fgFLIGHT becomes FGState.
1172   fgCONTROLS becomes FGControls.
1173 * Started work on an "external" flight model so the sim can be driven from
1174   external input (serial port, network, file, etc.)
1175 * Fixed a problem that creeped in with setting the initial startup altitude.
1176   This could cause an unrecoverable bounce and you'd end up flipped on your
1177   back.  Should be fixed now.
1178 * Sun now appears to grow in size as it gets very low in the horizon.
1179 * Fixed a view frustum culling bug where the scene was not accurately culled
1180   when your view was anything other than straight forward.
1181
1182 New in 0.56
1183 * Changed default HUD units to the more standard feet units.  You can still
1184   use meters by specifying the command line option "--units-meters".
1185 * Added some initial joystick support using Steve's joystick interface class.
1186   This works great under Linux, but Steve's class now needs to be ported to
1187   Windoze and other platforms.
1188 * Also added a fall back to the GLUT joystick routines for windows (until
1189   we can find better joystick support.)
1190 * Added some initial serial port support for acting like gps and outputing 
1191   nmea data such that could be fed into a flight map software package.
1192 * Miscellaneous code clean ups, portability improvements, and optimizations.
1193 * Switched to a streams based error/debug logging system that can be
1194   completely stripped out for a release build (./configure --without-logging)
1195 * Support for cygwin32 b20 compiler (latest release)
1196 * Continued progress on instrument panel
1197 * Support for starting fgfs at higher resolutions.
1198
1199 New in 0.55
1200 * New version of gpc (generic polygon clipping library) from 
1201   http://www.cs.man.ac.uk/aig/staff/alan/software/
1202 * Brakes (use "b" to toggle)
1203 * Added an altitude hold module to the autopilot.  Lock your current altitude
1204   with "ctrl-a", "cntr-a" again will deactivate.  (Also lock your current 
1205   heading with "ctrl-h", and again to deactivate.)
1206 * Added a terrain following module ... "ctrl-t" to activate.
1207 * Added an autothrottle ... "ctrl-s" to activate.
1208 * Fixes so that terrain tools will work in windoze.
1209 * More STL & Compiler compatibility fixes.
1210 * Changes to use a Point3 class.
1211 * Fixed win95/98 time problem that limited fps to about 18.3
1212
1213 New in 0.54
1214 * Implimented audio envelopes so that pitch of engine changes with throttle
1215 * Textured moon, and rewritten/restructured Astro code.
1216 * More optimizations and code cleanups.  (Norman Vine, Bernie Bright, Charlie
1217   Hotchkiss.)
1218 * Bug fixed that was causing odd display artifacts due to a degenerate
1219   fragment being created for every tile.
1220 * Bug fixed that caused scenery generation to go bad (misplaced fclose on an
1221   invalid file descriptor.)
1222 * Code changes to support g++ 2.7 STL (from Bernie Bright)
1223
1224 New in 0.53
1225 * Some initial "GameGLUT" support contributed by Gary R. Van Sickle
1226   (tiberius@braemarinc.com)
1227 * Tracked down and eliminated some memory access type bugs that were
1228   causing segfaults on some platforms, with some compilers using various
1229   optimization flags.
1230 * Assorted code optimizations submitted by Norman Vine.
1231 * Renamed fg -> fgfs
1232 * Shuffled files.  
1233   - Created a new directory Simulator/Airports/ to handle airport data 
1234     specific tasks 
1235   - Created Simulator/Object/ to handle basic rendering objects
1236 * Panel code update from Friedemann Reinhard (use --enable-panel to activate)
1237 * Contributions from Bernie Bright
1238   - Created some new classes to enable pointers-to-functions and
1239     pointers-to-class-methods to be treated like objects.  These objects
1240     can be registered with fgEVENT_MGR.
1241   - File "Include/fg_callback.hxx" contains the callback class defns.
1242   - Modified fgEVENT and fgEVENT_MGR to use the callback classes.  Also
1243     some minor tweaks to STL usage.
1244   - Added file "Include/fg_stl_config.h" to deal with STL portability
1245     issues.  Added an initial config for egcs (and probably gcc-2.8.x).
1246     Don't have access to Visual C++ so I've left that for someone else.
1247   - This file is influenced by the stl_config.h file delivered with egcs.
1248   - Added "Include/auto_ptr.hxx" which contains an implementation of the
1249     STL auto_ptr class which is not provided in all STL implementations
1250     and is needed to use the callback classes.
1251   - Deleted fgLightUpdate() which was just a wrapper to call
1252     fgLIGHT::Update().
1253   - Modified fg_init.cxx to register two method callbacks in place of the
1254     old wrapper functions.
1255   - The new classes in libmisc.tgz define a stream interface into zlib.       
1256     I've put these in a new directory, Lib/Misc.  Feel free to rename it      
1257     to something more appropriate.  However you'll have to change the         
1258     include directives in all the other files.  Additionally you'll have      
1259     add the library to Lib/Makefile.am and Simulator/Main/Makefile.am.        
1260                                                                               
1261     The StopWatch class in Lib/Misc requires a HAVE_GETRUSAGE autoconf        
1262     test so I've included the required changes in config.tgz.                 
1263                                                                               
1264     There are a fair few changes to Simulator/Objects as I've moved           
1265     things around.  Loading tiles is quicker but thats not where the delay    
1266     is.  Tile loading takes a few tenths of a second per file on a P200       
1267     but it seems to be the post-processing that leads to a noticeable         
1268     blip in framerate.  I suppose its time to start profiling to see where    
1269     the delays are.                                                           
1270                                                                               
1271     I've included a brief description of each archives contents.              
1272                                                                               
1273     Lib/Misc/
1274       zfstream.cxx
1275       zfstream.hxx
1276         C++ stream interface into zlib.
1277         Taken from zlib-1.1.3/contrib/iostream/.
1278         Minor mods for STL compatibility.
1279         There's no copyright associated with these so I assume they're
1280         covered by zlib's.
1281
1282       fgstream.cxx
1283       fgstream.hxx
1284         FlightGear input stream using gz_ifstream.  Tries to open the
1285         given filename.  If that fails then filename is examined and a
1286         ".gz" suffix is removed or appended and that file is opened.
1287
1288       stopwatch.hxx
1289         A simple timer for benchmarking.  Not used in production code.
1290         Taken from the Blitz++ project.  Covered by GPL.
1291
1292       strutils.cxx
1293       strutils.hxx
1294         Some simple string manipulation routines.
1295
1296     Simulator/Airports/
1297       Load airports database using fgstream.
1298       Changed fgAIRPORTS to use set<> instead of map<>.
1299       Added bool fgAIRPORTS::search() as a neater way doing the lookup.
1300       Returns true if found.
1301
1302     Simulator/Astro/
1303       Modified fgStarsInit() to load stars database using fgstream.
1304
1305     Simulator/Objects/
1306       Modified fgObjLoad() to use fgstream.
1307       Modified fgMATERIAL_MGR::load_lib() to use fgstream.
1308       Many changes to fgMATERIAL.
1309       Some changes to fgFRAGMENT but I forget what!
1310
1311 New in 0.52
1312 * Stars added in 8 stages as sky gets darker for a smoother more realistic
1313   transition.
1314 * rewrote star loader to significantly improve load times.
1315 * Tweaked sky brightness and dawn/dusk colors.
1316 * Fixed a small problem with moon rendering.
1317 * Fog color tries to track the sky color at the center of view in sunrise
1318   and sunset situations.
1319 * Optimizations from Norman Vine
1320 * Code fixes and tweaks from Charlie Hotchkiss.
1321 * Added an --enable/disable-sound option.
1322 * Added a pause key "p"
1323 * Added command line options to specify initial position and orientation.
1324 * Added command line option to start in paused or unpaused state.
1325
1326 New in 0.51
1327 * Translucent menus
1328 * Various HUD intensities so you can find something that is readable for the
1329   current conditions and lighting.
1330 * Tie visibility to far clip plane & view frustum culling so reducting
1331   visibility can increase frame rates by increasing what is culled.
1332 * Fixed stupid bug with misplaced initial position.
1333 * Hopefully fixed a bug when parsing system.fgfsrc on windoze.
1334
1335 New in 0.50
1336 * HUD updates from Charlie Hotchkiss (ladder number rotate w/ ladder, control
1337   position indicators are back)
1338 * Only draw the PUI cursor if Mesa/Glide/Fullscreen.
1339 * Added mipmapping.
1340 * Calculate the model view transformation matrix once per tile per iteration.
1341   Then glLoadMatrixd() it for each fragment rather than calling push(), 
1342   translate(), pop().
1343 * Added a basic splash screen.
1344 * Added support for switching between fullscreen and window mode for 
1345   Mesa/3dfx/glide.
1346 * added an enable/disable splash screen option
1347 * added an enable/disable intro music option
1348 * added an enable/disable instrument panel option
1349 * added an enable/disable mouse pointer option
1350 * Ground collision detection.  You can now land or test for collision with
1351   any scenery surface.
1352 * Converted angle of attack scale into a radio altimeter.
1353
1354 New in 0.49
1355 * Managment of multiple textures
1356 * Incorporated Friedemann Reinhard's initial panel code.
1357 * Fog mode is now GL_FOG_EXP2 instead of GL_FOG_LINEAR
1358 * Build the non-shared pieces of the FG sim as static libs.
1359
1360 New in 0.48
1361 * Incorporated Steve Baker's PUI user interface library written
1362   entirely on top of OpenGL
1363 * Incorporated Steve Baker's Audio library which currently only
1364   supports Linux, but a win32 port is very close to being done.
1365 * Sort object fragments by material property before rendering.  This
1366   will be a big help to performance when we start including objects
1367   with a wide variety of material properties and textures.
1368 * Overlapped scenery tiles to reduce the chance of an occasional
1369   floating point precission induced gaps.
1370 * Fixed a bug in zlib exposed by Borland Win32 compiler.
1371 * Impose a maximum triangle area during scenery generation so even
1372   very flat areas will get split into a few smaller sub triangles.
1373 * Fine grained (fragment level) view frustum culling.
1374 * view transformation optimizations -- Norman Vine.
1375 * Fixed polygon winding problem in scenery generation, so all
1376   tri-strips are wound counter clockwise (opengl default).
1377
1378 New in 0.47
1379 * Course (per tile) view frustum culling.
1380 * Added a command line option to specify --fg-root which will override
1381   $FG_ROOT
1382 * Hard coded default locations for FG_ROOT for situations when nothing
1383   is specified.  Unix = /usr/local/lib/FlightGear  Win32 = \FlightGear
1384 * Restructured the command line processing code so that it can process
1385   these sames comands (one per line) out of a config file.
1386 * Added a command line option to specify field of view.  This is
1387   adjustable at run time using "X / x".  Supporting code contributed
1388   by Norman Vine.
1389
1390 New in 0.46:
1391 * Complete C++ re-write of the HUD section.
1392 * Miscellaneous bug fixes and tweaks.
1393
1394 New in 0.45:
1395 * Added an option to enable/disable wireframe rendering.
1396 * Added an option to enable/disable fog/haze.
1397 * Added an option to enable/disable sky blending.
1398 * Added an option to select smooth/flat polygon shading.
1399 * Added an option to enable full-screen mode.
1400 * Added a visual frame rate counter on the HUD.  (Contributed by Durk Talsma)
1401 * Autopilot updates (Jeff Goeke-Smith)
1402 * Added an option to control the number of neighboring tiles that are drawn
1403
1404 New in 0.44: 
1405 * Fixed a horible bug that cause the time to be *WAY* off when
1406   compiling with the CygWin32 compiler.
1407 * Wrap up zlib so we can conditionally compile back in normal behavior
1408   on systems that have trouble building zlib.
1409 * Minor adjustment to texture coordinate generation to reduce texture
1410   swimming.
1411 * Added a command line option to enable/disable texture maps
1412 * Minor transformation adjustments to try to keep scenery tiles closer
1413   to (0, 0, 0) GLfloats run out of precision at the distances we need
1414   to model the earth, but we can do a bunch of pre-transformations
1415   using double floats and then cast to GLfloat once everything is
1416   close in where we have less precision problems.
1417 * command line option to set starting position by airport ID
1418 * Cleaned up initialization sequence to eliminate interdependencies
1419   between sun position, lighting, and view position.  This creates a
1420   valid single pass initialization path.
1421 * use already calculated LaRCsim values to create the roll/pitch/yaw
1422   transformation matrix
1423
1424 New in 0.43:
1425 * material properties bug fixed when rendering terrain.
1426 * bug in sky color generation fixed.
1427 * bug in fog color generation fixed.
1428 * zlib on the fly decompression/compression support.
1429 * more code reorganization and clean ups.
1430 * a fixed up 30 arcsec DEM file preprocessor.  World wide DEM's are 
1431   available in this format.
1432
1433 New in 0.42:
1434 * Simple autopilot heading hold contributed by 
1435   Jeff Goeke-Smith <jgoeke@voyager.net>
1436 * More code reorganization and clean ups.
1437
1438 New in 0.41:
1439 * Many autoconf cleanups and tweaks
1440 * make and make install work in unix
1441 * make works for cygnus win32 (but not install yet)
1442 * make dist now works
1443 * added the Tools directory into the main source tree
1444
1445 New in 0.40:
1446 * Gnu automake/autoconf/libtool make system
1447 * Initial texture support
1448 * Bug fixes