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