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