]> git.mxchange.org Git - flightgear.git/blob - NEWS
Finally 0.7.9 tweaks.
[flightgear.git] / NEWS
1 New in 0.7.9 (final)
2 * February 16, 2002
3
4 * Fixes to the Thanks file.
5 * Fix --time-offset in the man page and options help.
6 * Fixed the spelling of Celsius.
7 * Cleaned up some stray cout's
8 * Removed some redundant FG* class qualifiers in various headers.
9 * GUI dialog box fixes for autopilot.
10 * Ensure that initial engine settings are copied over from FlightGear
11   to JSBSim.
12 * FreeBSD fix from JSBSim.
13
14
15 New in 0.7.9pre2
16 * February 13, 2002
17
18 * JSBSim FGPiston mixture improvements
19 * Enable Audio by default in MSVC builds
20 * Added a clock freeze option.
21
22
23 New in 0.7.9pre1
24 * February 12, 2002
25
26 * Switch to JSBSim (jsbsim.sf.net) as our default flight model.
27 * Added additional aircraft: Cessna 182, Cessna 172 (ifr panel),
28   and a Cessna 310 (twin prop).
29 * Added an entirely new set of flight dynamics modeling code by Andy Ross.
30   Includes several aircraft such as a 747, A4, and DC-3.
31   This is (Y)et (A)nother Flight Dynamics (Sim)ulator.  It is a first cut
32   of a "different take" on FDM design.  It's intended to be very simple
33   to use, producing reasonable results for aircraft of all sorts and sizes,
34   while maintaining simulation plausibility even in odd flight conditions
35   like spins and aerobatics.  It's at the point now where one can
36   actually fly the planes around.
37 * Added an optional embedded http server that provides a property
38   manager interface to external programs and scripts.
39 * Added an optional embedded http server that can serve out live
40   screen shots to anyone on the web.
41 * Sync with the latest JSBSim code.
42 * Added simple ATIS support.
43 * More flexible autopilot that can be tuned per aircraft.
44 * Many updates to the HUD to allow it to handle a much bigger set of
45   symbology and functionality
46 * Support for back course ILS approaches.
47 * Implimented DME ETE and speed.
48 * Added support for rudder and aileron trim.
49 * Many improvents with piston engine and propeller modeling.  Engine
50   startup procedures work, and engine guages work.
51 * Added support for retractable gear.
52 * Added 'master freeze' and 'fuel freeze' modes.  Would like to add
53   other freeze modes soon.
54 * Added a 'high' level aircraft config file that specifies things like
55   the FDM code to use, the aircraft config file, the 3d model, the
56   instrument panel, autopilot config, etc.
57 * Added a neat external 'chase' view control panel.
58 * Added a GUI interface to the property manager system.
59 * Moved keybinding definitions to a config file.
60 * Many additions and improvements to the sound effects including
61   stall horn, tire squeek, ground rumble, wind noise, flaps, etc.
62 * Enable introduction music in windows (off by default on all platforms)
63 * Added support for the OpenGC glass cockpit project.
64 * Added support for flying ILS approaches in both runway directions if the
65   same frequency is used in both cases.
66
67 * Added an autogen.sh script for those compiling from CVS code.
68 * Attempt to support more incompatible varients of the
69   automake/autoconf tools.
70 * Added basic man pages.
71 * Removed old remnants of plib-1.2.x support.  Plib-1.4.x is now required.
72 * Added support for building mandrake packages (other packaging system
73   contributions welcom.)
74 * Various initialization and startup sequence fixes and tweaks.
75   This helps get the flight dynamics model going reliably and robustly.
76   It also helps get initial time of day effects correct.
77 * Fixed a config problem that could lead to bogus builds for people with
78   Voodoo cards.
79 * Better support for running with an alternate time/date for when we
80   are being slaved to an external data source.
81 * Fixed (simplistic) terrain following autopilot mode.
82 * Fixes to problems with window aspect ratio that could surface if the
83   window was resized.
84 * Fix several off by one errors in hud_card.cxx
85 * Fix gauge spelling error.
86 * Modified FGSubsystem::update() to take an int parameter for delta time.
87 * Many internal fixes and enhancements to the core code that manages
88   instrument panel modeling and rendering.
89 * LaRCsim EGT doesn't show 'running' values while cranking.
90 * Fixes to JSBSim so that the slip/skid ball is much more realistically modelled
91 * Added support for an unlimited number of fuel tanks.
92 * Multi-engine throttle fixes.
93 * A round of updates to the UIUC flight dynamics model.
94 * Fixed an annoying tile cache scheduling bug.  This makes tile paging
95   much more robust even with teleporting and reseting.
96 * Fixed a potential mouse freeze up condition on windows.
97 * Converted the materials file to xml.
98 * Tweaked and updated initial option and config file parsing to be
99   more intuitive and robust.
100 * Check for the proper version of the base file and exit gracefully
101   if not found.
102 * Fixed a problem with the initial view offset being lost.
103 * Various floating point / initial value bug fixes
104 * Added support for tracing property manager reads and writes (for
105   debugging purposes.)
106 * Fixed the problem where the simulator clock time would go goofy
107   when scenery was being loaded.
108 * Make the tile cache system more tolerant of situations where the tile
109   cache is full, but no entry qualifies for removal.
110
111 * MSVC fixes.
112 * IRIX fixes.
113 * FreeBSD fixes.
114 * Mac OS X fixes.
115 * Better cygwin and mingwin support.
116 * Better support for gcc-3.0
117
118
119 New in 0.7.8
120 * July 13, 2001
121 * Updated to the latest JSBSim flight dynamics model (http://jsbsim.sf.net)
122 * First release of a bundled utility: fgjs which assists you in creating
123   a joystick/button configuration for your setup.
124 * Updated airport data file with taxiways at many major airports.
125 * Better support for using an external browser to view online help
126   components.  Windows support for this will be included in the next
127   revision.
128 * Now using plib-1.4.x which supports more than 3 concurrent sounds.
129 * Most of the README's and documentation has been reviewed and brought
130   up to date.
131 * Support for ultra-hires screen dumps suitable for large scale
132   printed output.
133 * Updated, more flexible binary scenery format.
134 * Support for using digital axes (i.e. a hat) as a pair of buttons
135   which can be mapped to any function a button could be mapped to.
136 * Added user documentation to the base package
137 * Added a c172 mini panel.
138 * Improved c172 panel graphics.
139 * Added units to configuration files
140 * Fixed X15 panel
141 * External view panning fix ups.
142 * Fixed the segfault on exit bug.
143 * Lots of property manager tweaks.  Appened units to property name to
144   make it explicit, adjusted read/write/archive bits and defaults
145 * MSVC fixups.
146 * gcc-3.0 fixups.
147 * Irix fixups.
148 * Fixed a potential segfault in radio station lookup/search code.
149 * Fixed a bug in the audio system intialization order that could cause
150   a segfault in some circumstances.
151 * Fixed a typo in the 2nd tank property name so it's value is now accessible
152   from the instrument panel. 
153 * Fixed a bug when loading the "old" binary scenery which prevented ground
154   lighting from being generated.
155 * Jettison old conditionally compiled plib-1.2.x code, we now require
156   plib-1.4.x or higher.
157 * Eliminated some convoluted that generated a harmless, but confusing
158   "*** NO TIMEZONE" error message,
159 * Fixed doubled bindings for joystick buttons.
160 * Threading fixups.
161 * Fixed a bug with the time warping/offset code.  You can again
162   startup with a proper time offset if you like.
163 * Fixed a couple memory problems ... attempting to access/use/write to
164   previously freed memory.
165
166 New in 0.7.7
167 * June 20, 2001
168
169 * Cleaned up various warning messages
170 * Various Cygwin fixes.
171 * Various MSVC fixes.
172 * Various Irix Mips fixes.
173
174 * Check for null panel before passing mouse events to panel object.
175 * Fixed panel edge artifacts (due to unwanted texture wrapping.)
176 * Fixed a typo in the base/materials file.
177 * Various property manager fixes.
178 * Various property manager lookup optimizations.
179 * Fixed a bug in the autopilot altitude hold that crept in.
180
181 * Converted from hardcoded to configurable keyboard bindings.
182 * Added an FGSubsystem base class so subsystems can be managed with a
183   common api.
184 * Keyboard commands are now completely remapable.  Removed BFI and
185   keyboard in place of remapable inputs.
186 * Started to impliment a command manager.  This along with the
187   property manager will go a long ways toward building infrastructure
188   for scripting.
189 * Started laying infrastructure for creating ultra-high-res tiled
190   screen shots suitable for printers.
191 * Synced with a recent version of JSBSim.
192 * GUI code split into smaller logical subcomponents.
193 * FGOptions converted to use property manager directly.
194 * "delta-t" and fdm interface timing fixes and tweaks.
195 * Added a sound effect manager class at the FlightGear level.
196
197 * Support for setting a starting position as and offset distance (and /
198   or radial) from your specified starting postition.  This allows you to
199   initialize on final x miles out at y altitude.
200 * Many updates to make a much more realistic single engine and prop model
201   with atmospheric and velocity dependencies.  Fuel flow now modeled.
202 * Straightened out magnetic offset issues with VOR stations so we can
203   navigate properly from real avaition charts.
204 * Added a direct network interface support for the "Atlas" moving map
205   program.  (Output radio stack settings so current VOR and OBS can be
206   visualized.)
207 * Autopilot made to work more like a real world autopilot (rather than
208   based on perfect values.)  Autopilot wing leveler is slaved off the
209   turn coordinator.  Heading hold is slaved from the DG (which drifts).
210   Nav and ILS holds slave off the needle position.
211 * Backcorse ILS needle should move in correct direction now.
212 * Identing of NAV radios (and individual volume control) now work.
213 * Don't play DME ident if no colocated DME.
214 * VOR/ILS/ADF range pickup realistically modeled as per AIM.
215 * Added support for marker beacons.
216 * Support for loading and saving the current 'simulator state' using
217   an xml formated file.
218 * Added threaded tile paging for systems with pthread support.
219 * Added high level support for creating airport taxiway and runway signs.
220 * Many updates and fixes to the "installation and getting started" manual.
221 * Support for adding static objects to the scenery.
222 * Many updates and new features for the xml configurable panel engine.
223   Many corresponding improvements to the default instrument panel.
224 * Support added for incrementally numbering screen snapshots.
225 * Added support for a new, smaller, faster binary scenery format.
226 * Added an xml configurable HUD engine.
227 * Added interface glue to propogate wind values to LaRCsim.
228
229 New in 0.7.6
230 * December 15, 2000
231 * Added night ground cover lights with user controllable densities on
232   a per texture basis.  Lights have a bit of a "fog punch through" effect.
233 * Support added for "shaped" instrument panels.
234 * Added support for virtual panels that are larger than the screen
235   space which can scroll.
236 * Added waypoint and route flying support to the autopilot and HUD.
237 * New highly detailed runway textures with accurate markings.
238 * Added a basic piston engine model, with support for rpm, egt, cht, mp,
239   and mixture.
240 * Many tweaks and improvements to the c172 instrument panel.
241 * Corrections and additions to the airport and navaid database.
242 * Added an external interface to the property manager so you can
243   "telnet" into a running copy of FlightGear, cd through the property
244   tree and examine and even change values, all from a remote computer.
245 * Improvements to flight model initialization.
246 * Fixes and improvements to the save/restore code.
247 * Added a load/save dialog box for saving/restoring your current flight.
248 * Program notes max texture size for your card/driver so it can load
249   higher resultion textures if they are available and if you can use
250   them.
251 * Added a visibility= command line option for setting intial visibility
252   distance.
253 * Range of tiles loaded and drawn are now directly calculated from the current
254   visibility distance so that the ground always blends smoothly into sky.
255 * Rewrote the tile caching scheme so it is now more flexible, more dynamic,
256   simpler, and more robust.
257 * Updates to the FDM bus.
258 * Many clean ups with the view code to prepare the way for a greater
259   variety of external views.
260 * MSVC project files now included in the source distribution.
261 * Fixed a view bug that could make the aircraft model appear rotated
262   incorrectly
263 * Fixed a bug with the autopilot rate of climb hold.
264 * Internal property manager tweaks.
265 * Additional materials can be aliased to an existing material to save
266   texture space (at the expense of less texture variety)
267 * MSVC tweaks.
268 * MacOS tweaks.
269
270 New in 0.7.5
271 * September 18, 2000
272 * Aircraft now starts at end of runway closest to desired heading.
273 * Runways now have accurate markings.
274 * Addition of a completely reconfigurable instrument panel.
275 * Tons of panel tweaks and fixes.  Gyro now drifts, relocated whisky compass,
276   skid ball moves in the right direction, etc.
277 * Updates and tweaks to network multiplayer code.
278 * Tweaks to ground steering sensitivity.
279 * Updates to the UIUC flightmodel and icing research code.
280 * Fixed the sound problem in the previous version.
281 * Current scenery normal is now available for use.
282 * Current load queue size is now available for use.
283 * Added a configure time check for proper simgear version.
284 * Explicitely link in -lpthread if it exists.
285 * Fixed a couple namespace problems.
286 * MacOS and MSVC tweaks.
287 * Renamed JSBsim to JSBSim
288 * Added support in the material library for non-repeating textures.
289
290 New in 0.7.4
291 * July 19, 2000
292
293 * VOR reception now scales with altitude.
294 * Added differential braking support.
295 * Landing gear modeling code now works in JSBSim
296 * Overhauled cloud code substantially, new cloud textures.
297 * Added support for Ray Woodworth's 5 axis motion chair.
298 * Red light the panel at night and shade based on time of day.
299
300 * Fixed autopilot altitude hold increment bug.
301 * Fixed screen snap shot function.
302 * Fixed mach number for LaRCsim.
303 * --start-date-gmt option fixed.
304 * Fixes to uiuc includes and initializations
305 * Fixes to periodic scheduler.
306 * Fixed a tile loading bug if the load queue wasn't empty before a reset or
307   teleport.
308
309 * Some additional MSVC5 portability fixes.
310 * Tweaks to build with newest gcc under Irix contributed by Erik Hofman.
311
312 * Clean out a pile of old junk in the material manager library from the
313   pre-ssg days, and majorly overhauled it.
314 * Complete reengineering of the panel code in preparation for moving the
315   configuration out into a data file.
316 * Lots of hashing around with Joystick support trying to achieve something
317   that is flexible enough to handle the zillions of possible configurations
318   out there.  Hopefully we are approaching a workable solution.
319 * Better windows support in our joystick module.
320 * View code simplifications and optimizations contributed by Norman Vine.
321
322 * Added support for $FG_SCENERY and --fg-scenery=path so scenery can have a
323   different location from the base package.
324 * Moved drop in sky module, world time module, ephemeris module, and low
325   level communications modules over to simgear.
326 * Replaced gdbm with metakit
327 * Added David Megginson's property manager
328
329
330 New in 0.7.3
331 * May 18, 2000
332 * Added a radio stack 2 VOR/ILS and an ADF to the instrument panel.
333   You can change the frequencies by clicking on the knobs on the
334   instrument panels.  You can now navigate with VOR/ADF/DME and fly
335   ILS approaches.
336 * Added a chronometer to the instrument panel.
337 * Added a "wet" compass to the top of the instrument panel.
338 * Compass, vsi, and altitute instruments and vacuum system are more
339   accurately modeled.
340 * Added a magnetic variation model.
341 * Added navaid database management and query code.
342 * Added magvar offset to VOR radials.
343 * Heading bug now display magnetic heading rather than true heading.
344 * Autopilot now has modes to track a VOR and GS.
345 * Added custom joystick client support so sim can be flown from a
346   remote joystick connected to another machine.  This is in support of
347   some custom hardware located in the human factors research lab of the
348   university of minnesota.
349 * HUD controls are a bit different "h" toggles through day/night/off
350   modes and "H" cycles through brightness levels.
351 * Norman Vine contributed code to optionally do antialiased hud lines
352   on hardware that supports this.  Norman also contributed additional
353   hud cleanups and updates.
354 * Updates to JSBsim flight dynamics code that includes a generic
355   reconfigurable flight control system, a initial state trimming routine,
356   support for wind and weather, support for flaps, independent trim control,
357   config files changes
358 * Updates to LaRCsim flight dynamcis code contributed by UIUC that
359   allows loading aircraft specifications at runtime from config files.
360   UIUC is using flightgear as a platform to do icing research.  The UIUC
361   aircraft use the c172 gear model for now which causes some weirdness
362   on the ground for some of the larger aircraft.
363 * Flight model no longer has to be chosen at compile time.
364 * Separated ephemeris code from the actual sky rendering code and gave
365   this whole section a big overhaul.  The moon should now consistantly
366   have the correct phase.
367 * Rebuilt the sky dome using ssg.
368 * Removed dependencies on mat3.h and friends (old srgp support lib)
369 * Airport lookups now done through gdbm (a light weight embedded database.)
370 * Converted ssgVTable's to ssgVtxTables which do proper memory
371   management and should facilitate use of compiled vertex arrays once
372   ssg add support for these.
373 * Overhauled autopilot internals, separated out the gui controls from
374   the actual autopilot code.
375 * Cygwin32 build fixes
376 * MSVC++ build fixes
377 * Mac build fixes
378
379 New in 0.7.2
380 * February 17, 2000
381 * Lots of code reorganizations
382 * Build requires plib-1.1.x
383 * Build requires SimGear-0.0.x
384 * LaRCsim/c172 is now the default aircraft model.
385 * Added flaps support to control model.
386 * Lots of updates and tweaks for the LaRCsim/c172 model.
387 * Use a more standard texture/blend mode combination for sun/moon halos to
388   avoid render path that's not supported by all cards/drivers.
389 * Change reported speed on hud from V_equiv_kts to V_calibrated_kts
390 * Instrument panel rewrite by David Megginson.  This isn't quite as flashy
391   as the first pass, but is much more functional, plays much better with 
392   opengl, and it should be relatively easy for someone with graphical skills
393   to make it look more spiffy.
394 * MacOS fixes contributed by Darrell Walisser.
395 * Many JSBsim updates.
396 * Added a screen snapshot facility (F3).
397 * Added a load/save state function contributed by David Megginson.
398 * Added support for various I/O protocols and channels so that flightgear
399   can communicate with itself and other programs through a variety of means.
400 * Bug fix:  The aircraft model used for external views was being included in 
401   the height above terrain check so when the view position and the aircraft
402   model collided the current altitude kept getting pushed up to compensate,
403   but of course the aircraft model would get pushed up as well because it
404   tracks the current aircraft position and orientation.  Thus you had a never
405   ending cycle ...
406 * Oliver's multiplayer network code now moved to his own subdirectory:
407   NetworkOLK
408 * Added simulated cloud puffs as we pass through the cloud layer.
409 * Cleaned up some memory leaks occuring between ssg and flightgear.
410 * Update to Christian's weather data base code.
411
412 New in 0.7.1
413 * Durk Talsma added a nifty cloud layer.
414 * Default to Christian Mayer's new weather system.
415 * Added routines to do screen printing contributed by Mark Vallevand.
416 * Added routines to do screen shots to ppm graphics file (all platforms)
417   contributed Rich Kaszeta.
418 * Added a magic carpet (aka slew) mode.
419 * Added a hot air balloon simulator mode. (alpha)
420 * Added a simple (direct lincage) autocoordation feature.
421 * Added a mode to control view (side to side and up and down) with the mouse.
422 * Fixed a DEM decoding problem which caused most of the terrain to be 256
423   meter too high (and regenerated the world scenery with proper elevations.)
424 * Updates to JSBsim.
425 * Added support for a pilot view offset from the center of gravity.
426 * Various platform portability fixes.
427 * Updated time-offset/syncing command line options.
428 * Updated the FDM <==> Flight Gear interface to be more object oriented.
429   This should hopefully pave the way for being able to simulate several
430   concurrent entities.
431 * Removed unimplemented menu entries.
432 * Various scenery tools changes and enhancements in preparation for adding
433   runways (hopefully for the next release.)
434
435 New in 0.7.0
436 * Autopilot can now fly great circle routes.
437 * Incorporated a first stab at some networking code contributed by Oliver
438   Delise.
439 * Added Christian Mayer's new weather subsystem.
440 * Started adding support for "external" views ... still needs some work.
441 * Added a flight model acceleration funtion.
442 * Added support for mouse yoke control contributed by David Megginson.
443 * FDM model hertz now definable from the command line.
444 * Added initial timezone support so the user can have better control and more 
445   options for setting the starting time of the sim.
446 * We now draw nonexistant tiles as ocean which means we only have to create
447   and distribute tiles that contain some sort of land mass.
448
449 * Replaced basic render engine with plib's ssg (simple scene graph).
450 * Now expect plib to be installed in it's one true and official location.
451 * Added support for timegm() if it exists which explicitely expects GMT input.
452 * A bit of your basic code reorganization and shuffling.
453
454 * Removed tools dependency on libgfc.  Functionality is now covered by 
455   shapelib which has been added into the Tools tree.
456 * Added support for the wonderful GSHHS global land mass data set.
457 * Removed dependecy on process-dem.pl script.
458 * Created a new distributed/parallel tile build system ... hmmm kind of super
459   computer or beowulf style stuff for getting large chunks of scenery built
460   as fast as possible.
461 * Only generate tiles that have land mass data since the sim can recreate pure
462   ocean tiles on the fly.
463 * First stab at a water flattening scheme to prevent oceans, lakes, and rivers
464   from running up and down the sides of hills.
465 * Changed the default "Work/" subdirectory layout.
466 * Updates to better handle segment boundaries in preparation for real airport
467   runway and lighting modeling.
468 * Updates and enhancements to my polygon management class.
469
470 * Updates to JSBsim.
471 * Updates to Tony's c172 model.
472 * Updated getting started guide from Micheal Basler.
473
474 * FreeBSD portability tweaks.
475 * MACos portability tweaks.
476 * Borland C++ tweaks.
477 * MSVC++ tweaks.
478
479 New in 0.6.0
480 * Tons of improvements with scenery creation.  Inter-tile gaps have been
481   fixed, distorted textures have been fixed, real coastlines have been added,
482   and many other subtle improvements.
483 * Tools for parallelizing the scenery building tasks.  For instance by using
484   20 machines in parallel, scenery for the entire USA can be regenerated in
485   just over 4 hours vs. 70+ hours on a single machine.
486 * Texture scale can be specified (and changed)( in the materials file.  The
487   sim must be rerun for the change to take effect.
488 * Windows now uses plib joystick code so rudder pedals should now work.
489 * Now builds against Steve Baker's plib (portable game devel library) 
490   distributed separately (www.woodsoup.org/~sbaker/plib/)
491 * Many source code changes for the MacOS port contributed by Darrell
492   Walisser (the port isn't quite there yet ...)
493 * Source code changes for better compiling with the Borland compiler.
494 * Source code changes for better compiling with the native Irix compilers.
495 * Fixed a bug so you can now fly across the international date line (or
496   more precisely the division between longitude = +/-180.
497 * Tweaks to the Astro section contributed by Durk Talsma.
498 * Autopilot improvements contributed by Norman Vine.
499 * Fonts/characters now drawn with texture maps for increased speed.
500 * Instrument panel can be toggled on and off with "P".
501 * GUI interface for tweaking some autopilot parameters.
502 * HUD appearance and layout changes contributed by Norman Vine, includes
503   faster font drawing for much better performance.
504 * Reset function added to reset you to your starting conditions.
505 * GUI function to enter a new airport id (and be transported there)
506 * Added serial output support for an "in-development" full motion cockpit.
507 * "Just in time" texture loading to reduce initial sim loading time.
508
509
510 New in 0.59 (This is an intermediate/stepping stone release.  Skip this 
511              release if you are interested in stability.)
512 * IRIX portability changes and support for native SGI compilers.
513 * Solaris portability tweaks
514 * Incorporated some MacOS portability changes (although the port is not
515   yet complete.)
516 * Changes to allow adjustment of the autopilot settings while it is
517   activated.
518 * Began complete overhaul of scenery generation tools.
519 * Fixed a view frustum culling bug.
520 * separated lib GPC (generic polygon clipper.)  GPC is not "freeware" and
521   the author has explicitely refused our request to distribute source code
522   for this library with Flight Gear.
523 * updated installation and getting started guide
524 * switched to a simpler, lighter weight frame rate calculation method.
525 * new tile division scheme.
526 * GPS serial *output* fixes.
527 * Added a nifty halo to both the sun and moon.  Preparation for allowing
528   subtle moon lighting effects at night.
529 * Incorporated Jon Berndt's new C++ flight model rewrite.
530 * Autopilot settings can be adjusted while active.
531 * Updates to the instrument panel.
532 * Fixed AOA reading on the HUD.
533 * Added random splash screens.
534 * Modified scenery loader to accept tri-fans.
535 * Other non-backwards compatible changes to scenery file format and tile
536   layout.
537
538
539 New in 0.58
540 * Added JSBsim alpha code ... this is Jon S. Berndts alpha FDM rewrite.
541   Still lots to do, but you can watch a balistic flight for a short time.
542 * Renamed Simulator/Flight to Simulator/FDM
543 * Tweaks to assist building FGFS on solaris platforms.
544 * Moved Lib/DEM to Tools/DEM
545 * Started preparations for scenery generation tools overhaul.
546 * More MSVC++ support.
547 * Removed code that made the sun bigger at the horizon since this is just
548   an optical illusion in real life.
549 * Bug fixed so that the sim can start out at an airport below sea level.
550
551 New in 0.57
552 * Converted to a simpler frame rate counting method.
553 * Fixed the AOA reading on the HUD.
554 * Removed gpc from the Lib section of distribution by request of the
555   gpc Author.  The gpc license is unfortunately not compatible with
556   the GPL.  I may look for an alternative library, or just require
557   that developers download this library separately.
558 * First slew of changes from the MacOS porting effort contributed by
559  "Robert Puyol" <puyol@abvent.fr>.
560 * Support for an arbitrary number of serial ports + additional serial port 
561   output tweaks.
562 * Serial output tweaks to make things more robust and act more like a GPS.
563 * Portability enhancements for Borland, Solaris, and SGI.
564 * Some internal class renaming and reorganizations.  fgFLIGHT becomes FGState.
565   fgCONTROLS becomes FGControls.
566 * Started work on an "external" flight model so the sim can be driven from
567   external input (serial port, network, file, etc.)
568 * Fixed a problem that creeped in with setting the initial startup altitude.
569   This could cause an unrecoverable bounce and you'd end up flipped on your
570   back.  Should be fixed now.
571 * Sun now appears to grow in size as it gets very low in the horizon.
572 * Fixed a view frustum culling bug where the scene was not accurately culled
573   when your view was anything other than straight forward.
574
575 New in 0.56
576 * Changed default HUD units to the more standard feet units.  You can still
577   use meters by specifying the command line option "--units-meters".
578 * Added some initial joystick support using Steve's joystick interface class.
579   This works great under Linux, but Steve's class now needs to be ported to
580   Windoze and other platforms.
581 * Also added a fall back to the GLUT joystick routines for windows (until
582   we can find better joystick support.)
583 * Added some initial serial port support for acting like gps and outputing 
584   nmea data such that could be fed into a flight map software package.
585 * Miscellaneous code clean ups, portability improvements, and optimizations.
586 * Switched to a streams based error/debug logging system that can be
587   completely stripped out for a release build (./configure --without-logging)
588 * Support for cygwin32 b20 compiler (latest release)
589 * Continued progress on instrument panel
590 * Support for starting fgfs at higher resolutions.
591
592 New in 0.55
593 * New version of gpc (generic polygon clipping library) from 
594   http://www.cs.man.ac.uk/aig/staff/alan/software/
595 * Brakes (use "b" to toggle)
596 * Added an altitude hold module to the autopilot.  Lock your current altitude
597   with "ctrl-a", "cntr-a" again will deactivate.  (Also lock your current 
598   heading with "ctrl-h", and again to deactivate.)
599 * Added a terrain following module ... "ctrl-t" to activate.
600 * Added an autothrottle ... "ctrl-s" to activate.
601 * Fixes so that terrain tools will work in windoze.
602 * More STL & Compiler compatibility fixes.
603 * Changes to use a Point3 class.
604 * Fixed win95/98 time problem that limited fps to about 18.3
605
606 New in 0.54
607 * Implimented audio envelopes so that pitch of engine changes with throttle
608 * Textured moon, and rewritten/restructured Astro code.
609 * More optimizations and code cleanups.  (Norman Vine, Bernie Bright, Charlie
610   Hotchkiss.)
611 * Bug fixed that was causing odd display artifacts due to a degenerate
612   fragment being created for every tile.
613 * Bug fixed that caused scenery generation to go bad (misplaced fclose on an
614   invalid file descriptor.)
615 * Code changes to support g++ 2.7 STL (from Bernie Bright)
616
617 New in 0.53
618 * Some initial "GameGLUT" support contributed by Gary R. Van Sickle
619   (tiberius@braemarinc.com)
620 * Tracked down and eliminated some memory access type bugs that were
621   causing segfaults on some platforms, with some compilers using various
622   optimization flags.
623 * Assorted code optimizations submitted by Norman Vine.
624 * Renamed fg -> fgfs
625 * Shuffled files.  
626   - Created a new directory Simulator/Airports/ to handle airport data 
627     specific tasks 
628   - Created Simulator/Object/ to handle basic rendering objects
629 * Panel code update from Friedemann Reinhard (use --enable-panel to activate)
630 * Contributions from Bernie Bright
631   - Created some new classes to enable pointers-to-functions and
632     pointers-to-class-methods to be treated like objects.  These objects
633     can be registered with fgEVENT_MGR.
634   - File "Include/fg_callback.hxx" contains the callback class defns.
635   - Modified fgEVENT and fgEVENT_MGR to use the callback classes.  Also
636     some minor tweaks to STL usage.
637   - Added file "Include/fg_stl_config.h" to deal with STL portability
638     issues.  Added an initial config for egcs (and probably gcc-2.8.x).
639     Don't have access to Visual C++ so I've left that for someone else.
640   - This file is influenced by the stl_config.h file delivered with egcs.
641   - Added "Include/auto_ptr.hxx" which contains an implementation of the
642     STL auto_ptr class which is not provided in all STL implementations
643     and is needed to use the callback classes.
644   - Deleted fgLightUpdate() which was just a wrapper to call
645     fgLIGHT::Update().
646   - Modified fg_init.cxx to register two method callbacks in place of the
647     old wrapper functions.
648   - The new classes in libmisc.tgz define a stream interface into zlib.       
649     I've put these in a new directory, Lib/Misc.  Feel free to rename it      
650     to something more appropriate.  However you'll have to change the         
651     include directives in all the other files.  Additionally you'll have      
652     add the library to Lib/Makefile.am and Simulator/Main/Makefile.am.        
653                                                                               
654     The StopWatch class in Lib/Misc requires a HAVE_GETRUSAGE autoconf        
655     test so I've included the required changes in config.tgz.                 
656                                                                               
657     There are a fair few changes to Simulator/Objects as I've moved           
658     things around.  Loading tiles is quicker but thats not where the delay    
659     is.  Tile loading takes a few tenths of a second per file on a P200       
660     but it seems to be the post-processing that leads to a noticeable         
661     blip in framerate.  I suppose its time to start profiling to see where    
662     the delays are.                                                           
663                                                                               
664     I've included a brief description of each archives contents.              
665                                                                               
666     Lib/Misc/
667       zfstream.cxx
668       zfstream.hxx
669         C++ stream interface into zlib.
670         Taken from zlib-1.1.3/contrib/iostream/.
671         Minor mods for STL compatibility.
672         There's no copyright associated with these so I assume they're
673         covered by zlib's.
674
675       fgstream.cxx
676       fgstream.hxx
677         FlightGear input stream using gz_ifstream.  Tries to open the
678         given filename.  If that fails then filename is examined and a
679         ".gz" suffix is removed or appended and that file is opened.
680
681       stopwatch.hxx
682         A simple timer for benchmarking.  Not used in production code.
683         Taken from the Blitz++ project.  Covered by GPL.
684
685       strutils.cxx
686       strutils.hxx
687         Some simple string manipulation routines.
688
689     Simulator/Airports/
690       Load airports database using fgstream.
691       Changed fgAIRPORTS to use set<> instead of map<>.
692       Added bool fgAIRPORTS::search() as a neater way doing the lookup.
693       Returns true if found.
694
695     Simulator/Astro/
696       Modified fgStarsInit() to load stars database using fgstream.
697
698     Simulator/Objects/
699       Modified fgObjLoad() to use fgstream.
700       Modified fgMATERIAL_MGR::load_lib() to use fgstream.
701       Many changes to fgMATERIAL.
702       Some changes to fgFRAGMENT but I forget what!
703
704 New in 0.52
705 * Stars added in 8 stages as sky gets darker for a smoother more realistic
706   transition.
707 * rewrote star loader to significantly improve load times.
708 * Tweaked sky brightness and dawn/dusk colors.
709 * Fixed a small problem with moon rendering.
710 * Fog color tries to track the sky color at the center of view in sunrise
711   and sunset situations.
712 * Optimizations from Norman Vine
713 * Code fixes and tweaks from Charlie Hotchkiss.
714 * Added an --enable/disable-sound option.
715 * Added a pause key "p"
716 * Added command line options to specify initial position and orientation.
717 * Added command line option to start in paused or unpaused state.
718
719 New in 0.51
720 * Translucent menus
721 * Various HUD intensities so you can find something that is readable for the
722   current conditions and lighting.
723 * Tie visibility to far clip plane & view frustum culling so reducting
724   visibility can increase frame rates by increasing what is culled.
725 * Fixed stupid bug with misplaced initial position.
726 * Hopefully fixed a bug when parsing system.fgfsrc on windoze.
727
728 New in 0.50
729 * HUD updates from Charlie Hotchkiss (ladder number rotate w/ ladder, control
730   position indicators are back)
731 * Only draw the PUI cursor if Mesa/Glide/Fullscreen.
732 * Added mipmapping.
733 * Calculate the model view transformation matrix once per tile per iteration.
734   Then glLoadMatrixd() it for each fragment rather than calling push(), 
735   translate(), pop().
736 * Added a basic splash screen.
737 * Added support for switching between fullscreen and window mode for 
738   Mesa/3dfx/glide.
739 * added an enable/disable splash screen option
740 * added an enable/disable intro music option
741 * added an enable/disable instrument panel option
742 * added an enable/disable mouse pointer option
743 * Ground collision detection.  You can now land or test for collision with
744   any scenery surface.
745 * Converted angle of attack scale into a radio altimeter.
746
747 New in 0.49
748 * Managment of multiple textures
749 * Incorporated Friedemann Reinhard's initial panel code.
750 * Fog mode is now GL_FOG_EXP2 instead of GL_FOG_LINEAR
751 * Build the non-shared pieces of the FG sim as static libs.
752
753 New in 0.48
754 * Incorporated Steve Baker's PUI user interface library written
755   entirely on top of OpenGL
756 * Incorporated Steve Baker's Audio library which currently only
757   supports Linux, but a win32 port is very close to being done.
758 * Sort object fragments by material property before rendering.  This
759   will be a big help to performance when we start including objects
760   with a wide variety of material properties and textures.
761 * Overlapped scenery tiles to reduce the chance of an occasional
762   floating point precission induced gaps.
763 * Fixed a bug in zlib exposed by Borland Win32 compiler.
764 * Impose a maximum triangle area during scenery generation so even
765   very flat areas will get split into a few smaller sub triangles.
766 * Fine grained (fragment level) view frustum culling.
767 * view transformation optimizations -- Norman Vine.
768 * Fixed polygon winding problem in scenery generation, so all
769   tri-strips are wound counter clockwise (opengl default).
770
771 New in 0.47
772 * Course (per tile) view frustum culling.
773 * Added a command line option to specify --fg-root which will override
774   $FG_ROOT
775 * Hard coded default locations for FG_ROOT for situations when nothing
776   is specified.  Unix = /usr/local/lib/FlightGear  Win32 = \FlightGear
777 * Restructured the command line processing code so that it can process
778   these sames comands (one per line) out of a config file.
779 * Added a command line option to specify field of view.  This is
780   adjustable at run time using "X / x".  Supporting code contributed
781   by Norman Vine.
782
783 New in 0.46:
784 * Complete C++ re-write of the HUD section.
785 * Miscellaneous bug fixes and tweaks.
786
787 New in 0.45:
788 * Added an option to enable/disable wireframe rendering.
789 * Added an option to enable/disable fog/haze.
790 * Added an option to enable/disable sky blending.
791 * Added an option to select smooth/flat polygon shading.
792 * Added an option to enable full-screen mode.
793 * Added a visual frame rate counter on the HUD.  (Contributed by Durk Talsma)
794 * Autopilot updates (Jeff Goeke-Smith)
795 * Added an option to control the number of neighboring tiles that are drawn
796
797 New in 0.44: 
798 * Fixed a horible bug that cause the time to be *WAY* off when
799   compiling with the CygWin32 compiler.
800 * Wrap up zlib so we can conditionally compile back in normal behavior
801   on systems that have trouble building zlib.
802 * Minor adjustment to texture coordinate generation to reduce texture
803   swimming.
804 * Added a command line option to enable/disable texture maps
805 * Minor transformation adjustments to try to keep scenery tiles closer
806   to (0, 0, 0) GLfloats run out of precision at the distances we need
807   to model the earth, but we can do a bunch of pre-transformations
808   using double floats and then cast to GLfloat once everything is
809   close in where we have less precision problems.
810 * command line option to set starting position by airport ID
811 * Cleaned up initialization sequence to eliminate interdependencies
812   between sun position, lighting, and view position.  This creates a
813   valid single pass initialization path.
814 * use already calculated LaRCsim values to create the roll/pitch/yaw
815   transformation matrix
816
817 New in 0.43:
818 * material properties bug fixed when rendering terrain.
819 * bug in sky color generation fixed.
820 * bug in fog color generation fixed.
821 * zlib on the fly decompression/compression support.
822 * more code reorganization and clean ups.
823 * a fixed up 30 arcsec DEM file preprocessor.  World wide DEM's are 
824   available in this format.
825
826 New in 0.42:
827 * Simple autopilot heading hold contributed by 
828   Jeff Goeke-Smith <jgoeke@voyager.net>
829 * More code reorganization and clean ups.
830
831 New in 0.41:
832 * Many autoconf cleanups and tweaks
833 * make and make install work in unix
834 * make works for cygnus win32 (but not install yet)
835 * make dist now works
836 * added the Tools directory into the main source tree
837
838 New in 0.40:
839 * Gnu automake/autoconf/libtool make system
840 * Initial texture support
841 * Bug fixes