<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.flightgear.nl/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kailingkazak</id>
	<title>FlightGear wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.flightgear.nl/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kailingkazak"/>
	<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/Special:Contributions/Kailingkazak"/>
	<updated>2026-08-15T00:13:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=6046</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=6046"/>
		<updated>2008-06-23T10:16:24Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.7.0 - 0.9.10, 1.0.0 aircraft */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source flight simulator framework.&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of operating systems including Microsoft Windows (Win 32), Mac OS X, Linux, IRIX, and Solaris.&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the GNU General Public License, FlightGear is free software.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present.&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone [[aircraft]] adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|250px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;Microsoft Flight Simulator&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available SRTM elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with NVIDIA hardware having better support. Early versions had support for 3dfx cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of aircraft models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to [[militairy aircraft|fighter jets]]. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models JSBSim, YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|[[Wright Flyer (UIUC)|Wright Flyer]] in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
[[Flight Dynamics Models]] (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*JSBSim - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from Matlab.&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. OpenAL is used for sound/audio software, including support for SDL (since 0.9.5). PLIB is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. OpenGL is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. OpenSceneGraph is also integrated into FlightGear. Finally, Simple DirectMedia Layer is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several networking options allow FlightGear to communicate with other instances of FlightGear. A [[Multiplayer Howto|multiplayer]] protocol is available for using FlightGear on a local network in a multi aircraft environment. This could be used for formation flight or [[ATC|control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a Google maps based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|250px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for KDE. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a GTK+ based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;[[Atlas]]&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;[[Kelpie Flight Planner]]&#039;&#039; is a Java based flight planner for FlightGear. &#039;&#039;[[FlightGear Scenery Designer]]&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;[[World Custom Scenery Project]]&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;[[TaxiDraw]]&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries, including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on Mac OS 9 but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific Linux distributions&lt;br /&gt;
**Slackware package (v0.9.10), Fedora Core 2,3,4 packages (v0.9.10), Pardus (v0.9.10), Debian (v0.9.9) &lt;br /&gt;
*Solaris packages either for it running on either SPARC or x86 processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*Silicon Graphics IRIX&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*Mac OS X &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*FreeBSD has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work. PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by FlightXPress, had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a Navion, which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|[[Hawker Seahawk|Hunter Sea Hawk]] in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Carrier Howto|Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer (UIUC)|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Aerostar 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737|Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747|Boeing 747-400]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787|Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A4 Skyhawk|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman A-6E|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[Fairchild A-10|A-10]] Thunderbolt II *||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov AN-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Model 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft B1900D|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2|BAC TSR-2 Prototype]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna C172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift|ComperSwift Comper]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas F-15 Eagle |McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Northrop/McDonnell Douglas YF-23 |Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[British Aerospace Harrier|Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[Dragonfly|LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed 1049|Lockheed Constellation]]  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA34-200T Seneca II|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab J 35Ö Draken |Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Jeep|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mobile Stairs]] || || || || 1.0.0 (first release)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10]]  Thunderbolt II, [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], Fairchild [[A-10|A-10]] Thunderbolt II, Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=6045</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=6045"/>
		<updated>2008-06-23T10:15:16Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.7.0 - 0.9.10, 1.0.0 aircraft */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source flight simulator framework.&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of operating systems including Microsoft Windows (Win 32), Mac OS X, Linux, IRIX, and Solaris.&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the GNU General Public License, FlightGear is free software.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present.&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone [[aircraft]] adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|250px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;Microsoft Flight Simulator&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available SRTM elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with NVIDIA hardware having better support. Early versions had support for 3dfx cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of aircraft models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to [[militairy aircraft|fighter jets]]. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models JSBSim, YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|[[Wright Flyer (UIUC)|Wright Flyer]] in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
[[Flight Dynamics Models]] (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*JSBSim - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from Matlab.&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. OpenAL is used for sound/audio software, including support for SDL (since 0.9.5). PLIB is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. OpenGL is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. OpenSceneGraph is also integrated into FlightGear. Finally, Simple DirectMedia Layer is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several networking options allow FlightGear to communicate with other instances of FlightGear. A [[Multiplayer Howto|multiplayer]] protocol is available for using FlightGear on a local network in a multi aircraft environment. This could be used for formation flight or [[ATC|control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a Google maps based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|250px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for KDE. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a GTK+ based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;[[Atlas]]&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;[[Kelpie Flight Planner]]&#039;&#039; is a Java based flight planner for FlightGear. &#039;&#039;[[FlightGear Scenery Designer]]&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;[[World Custom Scenery Project]]&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;[[TaxiDraw]]&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries, including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on Mac OS 9 but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific Linux distributions&lt;br /&gt;
**Slackware package (v0.9.10), Fedora Core 2,3,4 packages (v0.9.10), Pardus (v0.9.10), Debian (v0.9.9) &lt;br /&gt;
*Solaris packages either for it running on either SPARC or x86 processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*Silicon Graphics IRIX&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*Mac OS X &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*FreeBSD has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work. PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by FlightXPress, had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a Navion, which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|[[Hawker Seahawk|Hunter Sea Hawk]] in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Carrier Howto|Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer (UIUC)|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Aerostar 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737|Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747|Boeing 747-400]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787|Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A4 Skyhawk|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman A-6E|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[Fairchild A-10|A-10]] Thunderbolt II *||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov AN-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Model 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft B1900D|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2|BAC TSR-2 Prototype]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna C172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift|ComperSwift Comper]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas F-15 Eagle |McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Northrop/McDonnell Douglas YF-23 |Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[British Aerospace Harrier|Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[Dragonfly|LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed 1049|Lockheed Constellation]]  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA34-200T Seneca II|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab J 35Ö Draken |Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mobile Stairs]] || || || || 1.0.0 (first release)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10]]  Thunderbolt II, [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], Fairchild [[A-10|A-10]] Thunderbolt II, Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=6044</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=6044"/>
		<updated>2008-06-23T10:05:30Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.7.0 - 0.9.10, 1.0.0 aircraft */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source flight simulator framework.&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of operating systems including Microsoft Windows (Win 32), Mac OS X, Linux, IRIX, and Solaris.&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the GNU General Public License, FlightGear is free software.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present.&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone [[aircraft]] adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|250px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;Microsoft Flight Simulator&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available SRTM elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with NVIDIA hardware having better support. Early versions had support for 3dfx cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of aircraft models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to [[militairy aircraft|fighter jets]]. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models JSBSim, YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|[[Wright Flyer (UIUC)|Wright Flyer]] in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
[[Flight Dynamics Models]] (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*JSBSim - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from Matlab.&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. OpenAL is used for sound/audio software, including support for SDL (since 0.9.5). PLIB is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. OpenGL is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. OpenSceneGraph is also integrated into FlightGear. Finally, Simple DirectMedia Layer is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several networking options allow FlightGear to communicate with other instances of FlightGear. A [[Multiplayer Howto|multiplayer]] protocol is available for using FlightGear on a local network in a multi aircraft environment. This could be used for formation flight or [[ATC|control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a Google maps based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|250px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for KDE. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a GTK+ based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;[[Atlas]]&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;[[Kelpie Flight Planner]]&#039;&#039; is a Java based flight planner for FlightGear. &#039;&#039;[[FlightGear Scenery Designer]]&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;[[World Custom Scenery Project]]&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;[[TaxiDraw]]&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries, including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on Mac OS 9 but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific Linux distributions&lt;br /&gt;
**Slackware package (v0.9.10), Fedora Core 2,3,4 packages (v0.9.10), Pardus (v0.9.10), Debian (v0.9.9) &lt;br /&gt;
*Solaris packages either for it running on either SPARC or x86 processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*Silicon Graphics IRIX&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*Mac OS X &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*FreeBSD has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work. PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by FlightXPress, had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a Navion, which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|[[Hawker Seahawk|Hunter Sea Hawk]] in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Carrier Howto|Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer (UIUC)|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Aerostar 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737|Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747|Boeing 747-400]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787|Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A4 Skyhawk|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman A-6E|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[Fairchild A-10|A-10]] Thunderbolt II *||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov AN-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft B1900D|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna C172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[Dragonfly|LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed 1049|Lockheed Constellation]]  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA34-200T Seneca II|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mobile Stairs]] || || || || 1.0.0 (first release)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10]]  Thunderbolt II, [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], Fairchild [[A-10|A-10]] Thunderbolt II, Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=User_talk:Kailingkazak&amp;diff=5661</id>
		<title>User talk:Kailingkazak</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=User_talk:Kailingkazak&amp;diff=5661"/>
		<updated>2008-04-26T12:31:47Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Show preview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Show preview ==&lt;br /&gt;
&lt;br /&gt;
Hi Kailingkazak,&lt;br /&gt;
&lt;br /&gt;
I really appreciate your additions to the wiki. But please use the &#039;&#039;&#039;edit&#039;&#039;&#039; button on top of an article to edit the whole article (in stead of changing one small part) and use &#039;&#039;&#039;Show preview&#039;&#039;&#039; before saving your work. That will save a lot of space because you don&#039;t have to save it after every bit of work you did.&lt;br /&gt;
&lt;br /&gt;
Thanks again,&lt;br /&gt;
&lt;br /&gt;
[[User:Gijs|Gijs]] 08:24, 26 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
Ok sorry, I just re-read the [http://www.flightgear.org/forums/viewtopic.php?t=1067 topic on the forum], and as I am quite inactive in the moment i became quite a creating rage...&lt;br /&gt;
&lt;br /&gt;
Sorry again,&lt;br /&gt;
&lt;br /&gt;
Kailingkazak 08:31, 26 April 2008&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Saab_35_Draken&amp;diff=5653</id>
		<title>Saab 35 Draken</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Saab_35_Draken&amp;diff=5653"/>
		<updated>2008-04-26T12:10:01Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: New page: {{infobox Aircraft |image =Saab_J35.jpg |name =Saab J35Ö Draken |type =Military Aircraft |fdm = |status = |authors = }}&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox Aircraft&lt;br /&gt;
|image =Saab_J35.jpg&lt;br /&gt;
|name =Saab J35Ö Draken&lt;br /&gt;
|type =Military Aircraft&lt;br /&gt;
|fdm =&lt;br /&gt;
|status =&lt;br /&gt;
|authors =&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Military_aircraft&amp;diff=5652</id>
		<title>Military aircraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Military_aircraft&amp;diff=5652"/>
		<updated>2008-04-26T12:06:20Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: New page: In Flightgear, there are some military aircrafts, partly under development put flyable. Here&amp;#039;s a short list:  BAC TSR-2 Prototype  Boeing B-52  Boeing KC-135E  [[British Aerosp...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In Flightgear, there are some military aircrafts, partly under development put flyable. Here&#039;s a short list:&lt;br /&gt;
&lt;br /&gt;
[[BAC TSR-2 Prototype]]&lt;br /&gt;
&lt;br /&gt;
[[Boeing B-52]]&lt;br /&gt;
&lt;br /&gt;
[[Boeing KC-135E]]&lt;br /&gt;
&lt;br /&gt;
[[British Aerospace Harrier]]&lt;br /&gt;
&lt;br /&gt;
[[Douglas A4 Skyhwak]]&lt;br /&gt;
&lt;br /&gt;
[[Fairchild A-10]]&lt;br /&gt;
&lt;br /&gt;
[[General Dynamics F-16]]&lt;br /&gt;
&lt;br /&gt;
[[Grumman A-6E]]&lt;br /&gt;
&lt;br /&gt;
[[Hawker Hunter]]&lt;br /&gt;
&lt;br /&gt;
[[Hawker Seahawk]]&lt;br /&gt;
&lt;br /&gt;
[[Lockheed F-104 Starfighter]]&lt;br /&gt;
&lt;br /&gt;
[[McDonnell Douglas F-15 Eagle]]&lt;br /&gt;
&lt;br /&gt;
[[North American OV-10A Bronco]]&lt;br /&gt;
&lt;br /&gt;
[[Northrop T-38 Talon]]&lt;br /&gt;
&lt;br /&gt;
[[Northrop/McDonnell Douglas YF-23]]&lt;br /&gt;
&lt;br /&gt;
[[P51D Mustang]]&lt;br /&gt;
&lt;br /&gt;
[[Saab J 35Ö Draken]]&lt;br /&gt;
&lt;br /&gt;
[[Siai Marchetti S.211]]&lt;br /&gt;
&lt;br /&gt;
[[Soko J-22 Orao / IAR-93]]&lt;br /&gt;
&lt;br /&gt;
[[Supermarine Spitfire IIa]]&lt;br /&gt;
&lt;br /&gt;
[[X24]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5651</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5651"/>
		<updated>2008-04-26T11:54:01Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.7.0 - 0.9.10, 1.0.0 aircraft */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source flight simulator framework.&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of operating systems including Microsoft Windows (Win 32), Mac OS X, Linux, IRIX, and Solaris.&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the GNU General Public License, FlightGear is free software.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present.&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone [[aircraft]] adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|250px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;Microsoft Flight Simulator&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available SRTM elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with NVIDIA hardware having better support. Early versions had support for 3dfx cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of aircraft models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to [[militairy aircraft|fighter jets]]. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models JSBSim, YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|[[Wright Flyer (UIUC)|Wright Flyer]] in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
[[Flight Dynamics Models]] (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by NASA, which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*JSBSim - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign, also made use of LaRCsim.&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from Matlab.&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. OpenAL is used for sound/audio software, including support for SDL (since 0.9.5). PLIB is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. OpenGL is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. OpenSceneGraph is also integrated into FlightGear. Finally, Simple DirectMedia Layer is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several networking options allow FlightGear to communicate with other instances of FlightGear. A [[Multiplayer Howto|multiplayer]] protocol is available for using FlightGear on a local network in a multi aircraft environment. This could be used for formation flight or [[ATC|control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a Google maps based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|250px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for KDE. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a GTK+ based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;[[Atlas]]&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;[[Kelpie Flight Planner]]&#039;&#039; is a Java based flight planner for FlightGear. &#039;&#039;[[FlightGear Scenery Designer]]&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;[[World Custom Scenery Project]]&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;[[TaxiDraw]]&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries, including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on Mac OS 9 but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific Linux distributions&lt;br /&gt;
**Slackware package (v0.9.10), Fedora Core 2,3,4 packages (v0.9.10), Pardus (v0.9.10), Debian (v0.9.9) &lt;br /&gt;
*Solaris packages either for it running on either SPARC or x86 processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*Silicon Graphics IRIX&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*Mac OS X &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*FreeBSD has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work. PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by FlightXPress, had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a Navion, which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|[[Hawker Seahawk|Hunter Sea Hawk]] in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Carrier Howto|Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer (UIUC)|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Aerostar 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737|Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747|Boeing 747-400]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787|Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A4 Skyhawk|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman A-6E|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[Fairchild A-10|A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft B1900D|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna C172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[Dragonfly|LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed 1049|Lockheed Constellation]]  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA34-200T Seneca II|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mobile Stairs]] || || || || 1.0.0 (first release)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5134</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5134"/>
		<updated>2008-02-15T11:56:56Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Version 0.9.0-1.0 (2002-2007) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006  &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5133</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5133"/>
		<updated>2008-02-15T11:56:40Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Version 0.9.0-1.0 (2002-2007) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006  &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5132</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5132"/>
		<updated>2008-02-15T11:56:15Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Version 0.9.0-1.0 (2002-2007) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006  &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5131</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5131"/>
		<updated>2008-02-15T11:55:29Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Version 0.9.0-1.0 (2002-2007) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006  &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FG-A-10.jpg&amp;diff=5130</id>
		<title>File:FG-A-10.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FG-A-10.jpg&amp;diff=5130"/>
		<updated>2008-02-15T11:54:44Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5129</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5129"/>
		<updated>2008-02-15T11:53:21Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Beginnings: 1996, 1997 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006  &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5128</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5128"/>
		<updated>2008-02-14T16:06:24Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt; &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;br /&gt;
&lt;br /&gt;
==Sources==&lt;br /&gt;
&lt;br /&gt;
http://en.wikipeida.org&lt;br /&gt;
(I actually copied everything from there, I have to finish uploading the pictures.)&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_C-172_3D.jpg&amp;diff=5127</id>
		<title>File:FlightGear - C-172 3D.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_C-172_3D.jpg&amp;diff=5127"/>
		<updated>2008-02-14T16:04:37Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_SeaHawk.jpg&amp;diff=5126</id>
		<title>File:FlightGear - SeaHawk.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_SeaHawk.jpg&amp;diff=5126"/>
		<updated>2008-02-14T16:03:04Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_A4_3D.jpg&amp;diff=5125</id>
		<title>File:FlightGear - A4 3D.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_A4_3D.jpg&amp;diff=5125"/>
		<updated>2008-02-14T16:02:34Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5124</id>
		<title>Zurich airport</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5124"/>
		<updated>2008-02-14T16:02:21Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox Airport&lt;br /&gt;
|name = San Francisco International Airport&lt;br /&gt;
|image = [[Image:LSZH_001.jpg]]&lt;br /&gt;
|iata =ZRH&lt;br /&gt;
|icao =LSZH&lt;br /&gt;
|type =Public&lt;br /&gt;
|owner =Unique (Zurich Airport)&lt;br /&gt;
|city = Zurich, Switzerland&lt;br /&gt;
|runway= 10/28&lt;br /&gt;
|length= 2500 m   &lt;br /&gt;
|material= Concrete&lt;br /&gt;
|runway2= 14/32&lt;br /&gt;
|length2= 3300 m   &lt;br /&gt;
|material2= Concrete&lt;br /&gt;
|runway3= 16/34&lt;br /&gt;
|length3= 3700 m&lt;br /&gt;
|material3= Concrete&lt;br /&gt;
|website =http://www.unique.ch&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:Cessna_172P_cockpit.jpg&amp;diff=5123</id>
		<title>File:Cessna 172P cockpit.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:Cessna_172P_cockpit.jpg&amp;diff=5123"/>
		<updated>2008-02-14T16:01:19Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_0.9.9_-_Concorde.jpg&amp;diff=5122</id>
		<title>File:FlightGear 0.9.9 - Concorde.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_0.9.9_-_Concorde.jpg&amp;diff=5122"/>
		<updated>2008-02-14T15:59:49Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_Approach_lighting.jpg&amp;diff=5121</id>
		<title>File:FlightGear - Approach lighting.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_Approach_lighting.jpg&amp;diff=5121"/>
		<updated>2008-02-14T15:59:15Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5120</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5120"/>
		<updated>2008-02-14T15:58:50Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.9.9 (2005) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt; &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Fgfs-screen.jpg | 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - A4 3D.jpg|C172 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9]]&lt;br /&gt;
[[Image:FlightGear - C-172 3D.jpg|C172 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_1903_Wright_Flyer.jpg&amp;diff=5119</id>
		<title>File:FlightGear - 1903 Wright Flyer.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:FlightGear_-_1903_Wright_Flyer.jpg&amp;diff=5119"/>
		<updated>2008-02-14T15:57:44Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5118</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5118"/>
		<updated>2008-02-14T15:56:41Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.9.4 (2004) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt; &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9&lt;br /&gt;
Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9&lt;br /&gt;
Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9&lt;br /&gt;
&lt;br /&gt;
Image:Fgfs-screen.jpg | 0.9.9&lt;br /&gt;
Image:FlightGear - A4 3D.jpg|C172 0.9.9&lt;br /&gt;
Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9&lt;br /&gt;
Image:FlightGear - C-172 3D.jpg|C172 0.9.9&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5117</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5117"/>
		<updated>2008-02-14T15:56:04Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.9.4 (2004) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt; &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9&lt;br /&gt;
Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9&lt;br /&gt;
Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9&lt;br /&gt;
&lt;br /&gt;
Image:Fgfs-screen.jpg | 0.9.9&lt;br /&gt;
Image:FlightGear - A4 3D.jpg|C172 0.9.9&lt;br /&gt;
Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9&lt;br /&gt;
Image:FlightGear - C-172 3D.jpg|C172 0.9.9&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5116</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5116"/>
		<updated>2008-02-14T15:55:48Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* 0.9.4 (2004) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt; &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
[[Image:Flightgear-hunter.jpg||Hawker Hunter in 0.9.4 circa 2004]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9&lt;br /&gt;
Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9&lt;br /&gt;
Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9&lt;br /&gt;
&lt;br /&gt;
Image:Fgfs-screen.jpg | 0.9.9&lt;br /&gt;
Image:FlightGear - A4 3D.jpg|C172 0.9.9&lt;br /&gt;
Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9&lt;br /&gt;
Image:FlightGear - C-172 3D.jpg|C172 0.9.9&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:Flightgear-hunter.jpg&amp;diff=5115</id>
		<title>File:Flightgear-hunter.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:Flightgear-hunter.jpg&amp;diff=5115"/>
		<updated>2008-02-14T15:53:51Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5114</id>
		<title>FlightGear</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=FlightGear&amp;diff=5114"/>
		<updated>2008-02-14T15:52:00Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox software&lt;br /&gt;
| name                   = FlightGear&lt;br /&gt;
| screenshot             = [[Image:FG-787.jpg|250px]] &lt;br /&gt;
| caption                = Boeing 787 with [[Continental Airlines]] livery in version 1.0.0 &lt;br /&gt;
| developer              = FlightGear build team&lt;br /&gt;
| latest_release_version = 1.0.0&lt;br /&gt;
| latest_release_date    = [[17 December]] [[2007]]&lt;br /&gt;
| operating_system       = [[32-bit]] Windows, Linux, Mac OS X, FreeBSD, Solaris or IRIX&lt;br /&gt;
| platform               = [[Cross-platform]] &lt;br /&gt;
| genre                  = [[Flight simulator]]&lt;br /&gt;
| license                = [[GNU General Public License]]&lt;br /&gt;
| website                = http://www.flightgear.org/&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;FlightGear&#039;&#039;&#039; is a collaborative project that aims to create a sophisticated free, completely open-source [[flight simulator]] framework.&amp;lt;ref&amp;gt;{{cite web | title = FlightGear takes off | first = Joe | last = Barr | date = [[4 December]] [[2006]] | url = http://www.linux.com/articles/58579 | accessdate = 2007-06-25 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The project was started in 1996, with the first release in 1997. The latest public release is 1.0.0 in December 2007, with specific builds for a variety of [[operating system]]s including [[Microsoft Windows]] (Win 32), [[Mac OS X]], [[Linux]], [[IRIX]], and [[Solaris (operating system)|Solaris]].&lt;br /&gt;
&lt;br /&gt;
Released under the terms of the [[GNU General Public License]], FlightGear is [[free software]].&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
===Beginnings: 1996, 1997===&lt;br /&gt;
Development formally started in the late-1990s with an online proposal  and code being written in 1996, but using custom 3D graphics code. Development of an OpenGL based version was spearheaded by Curtis Olsen starting in 1997, after the initial start in 1996. A large community response lead to many contributing to the project from its start in late &#039;90s up to the present. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt; &amp;lt;ref&amp;gt; &amp;quot;Flight Gear Flight Simulator&amp;quot; Proposal http://www.flightgear.org/proposal-3.0.1 checked June 26, 2007&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Rather than start entirely from scratch, FlightGear developers made use of the LaRCsim flight model from NASA, with OpenGL for 3D graphic code, and freely available elevation data. First working binaries came out in 1997, with an intense updating of newer versions for several years resulting in progressively more stable and advanced programs. &lt;br /&gt;
&lt;br /&gt;
By 2001, the team was releasing new beta versions regularly (0.7.x, 0.8.x over 2001-2003). Later in the decade, the rate of final public releases slowed, but had larger amounts of content (0.9.8, 0.9.10, etc.). The maturity of software by 2005 lead to more widespread reviews, and increased popularity. The use of version numbers slowed dramatically after the late 2002 release of version 0.9.0. Versions 0.9.9 (2005) and 0.9.10 (2006) had about 8 all-new or redone aircraft adding to a total of 70-90 aircraft, while 0.9.11 has about 33 new or redone designs.&lt;br /&gt;
&lt;br /&gt;
===Version 0.9.0-1.0 (2002-2007)===&lt;br /&gt;
[[Image:FG-A-10.jpg|thumb|300px|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008]]&lt;br /&gt;
&lt;br /&gt;
FlightGear graphics are outdated in many respects compared to flight simulators such as &#039;&#039;[[Microsoft Flight Simulator]]&#039;&#039; of the same period, but can compare well to older versions. Also, the whole world is well represented using the freely available [[Shuttle Radar Topography Mission|SRTM]] elevation data, and a number of special features are available, such as sloped runways. Over 20,000 runways, 3d clouds, multi-platform support, multiple open FDM choices, roughly 100 aircraft choices by version 0.9.10 provide a well-rounded feature set. &lt;br /&gt;
&lt;br /&gt;
Hardware needed for FlightGear is narrow to machines that support OpenGL and 3D hardware acceleration, with [[NVIDIA]] hardware having better support. Early versions had support for [[3dfx]] cards, though this dropped as hardware requirements increased.&lt;br /&gt;
&lt;br /&gt;
FlightGear has been used in a range of projects in academia and industry.&amp;lt;ref&amp;gt;{{cite web|url=http://www.usenix.org/events/usenix04/tech/sigs/full_papers/perry/perry_html/Applications_Simulator.html|title=Applications for the Simulator|accessdate=2007-09-03}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Software==&lt;br /&gt;
The simulation engine in FlightGear is called [[SimGear]]. It is used both as an end-user application and in academic and research environments, for the development and pursuit of flight simulation ideas.&lt;br /&gt;
&lt;br /&gt;
This customizability of FlightGear is illustrated by the wide range of [[aircraft]] models that are available in FlightGear, from [[glider]]s to [[helicopter]]s, and from [[airliner]]s to fighter jets. These aircraft models have been contributed by many different people.&lt;br /&gt;
&lt;br /&gt;
The FlightGear aircraft use one of three main data models [[JSBSim]], YAsim, or UIUC as of version 0.9.10. Currently only one terrain engine is used, TerraGear. Weather effects include 3D clouds, lighting effects, and time of day.&lt;br /&gt;
&lt;br /&gt;
===Flight Dynamics Models===&lt;br /&gt;
Flight Dynamics Models (FDM) are how the flight for an aircraft is simulated in the program. FlightGear uses a variety of internally written and imported flight model projects. Any aircraft must be programmed to use one of these models. Currently FlightGear is the only flight  graphical flight simulator all the FDM are used for, and UIUC and YASim were developed specifically for FlightGear. &lt;br /&gt;
&lt;br /&gt;
Early version used a FDM based on LaRCsim by [[NASA]], which was replaced with more flexible FDM. &lt;br /&gt;
&lt;br /&gt;
*[[JSBSim]] - the default flight dynamics model software since 2000.&lt;br /&gt;
*YASim - another FDM using different calculation method. Introduced starting in 0.7.9 in 2002.&lt;br /&gt;
*UIUC - another included FDM, developed by the UIUC Applied Aerodynamics Group at [[University of Illinois at Urbana-Champaign]], also made use of LaRCsim.&amp;lt;ref&amp;gt;{{ cite web | title = Aircraft Dynamics Models for Use with FlightGear | publisher = UIUC Applied Aerodynamics Group at University of Illinois at Urbana-Champaign | url = http://www.ae.uiuc.edu/m-selig/apasim/Aircraft-uiuc.html | accessdate = 2007-06-26 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
*Flight Gear can also be setup to render using inputs from an external FDM source, such as from [[Matlab]].&lt;br /&gt;
*Other custom FDM for a specific aircraft type have been written, such as for lighter than air aircraft.&lt;br /&gt;
&lt;br /&gt;
===FlightGear dependencies===&lt;br /&gt;
Unlike commercial software titles, the main output of the project is simply the release of a collection of code. To turn it into a usable program it must be compiled for a given platform. The software libraries used to create FlightGear have varied over time. The main one is [[SimGear]], which is the underlying sim engine for FlightGear. TerraGear is not a dependency, but simply a name for the default terrain data program in FlightGear. [[OpenAL]] is used for sound/audio software, including support for SDL (since 0.9.5).&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear v0.95 Released | publisher = LockerGnome | url = http://www.lockergnome.com/nexus/news/2004/08/03/flightgear-v095-released/ | accessdate = 2007-06-24 }}&amp;lt;/ref&amp;gt; [[PLIB]] is used for hardware support routines, formerly used for sound support also which was taken over by OpenAL. [[OpenGL]] is used for its integrated 3D graphics routines, and other hardware acceleration (namely DirectX) is not supported. [[OpenSceneGraph]] is also integrated into FlightGear. Finally, [[Simple DirectMedia Layer]] is a software library which is used for compiling. Some of the dependencies vary depending on which platform the code is being compiled for. FlightGear users must either compile the code themselves, or find a third party to release a binary, if it is not among the ones available from the project.&lt;br /&gt;
&lt;br /&gt;
===Networking and multi-display===&lt;br /&gt;
Several [[computer network|networking]] options allow FlightGear to communicate with other instances of FlightGear. A [[multiplayer]] [[protocol (computing)|protocol]] is available for using FlightGear on a [[local network]] in a multi aircraft environment. This could be used for [[Aerobatics|formation flight]] or [[control tower]] simulation. Multiplayer was soon expanded to allow playing over the internet. Other features include a [[Google maps]] based moving up that allows users to observe where other players are.&lt;br /&gt;
&lt;br /&gt;
Several instances of FlightGear can be synchronized to allow for a [[multi-monitor]] environment. If all instances are running at the same frame rate consistently, it is possible to get good and tight synchronization between displays.&lt;br /&gt;
&lt;br /&gt;
===Additional software===&lt;br /&gt;
[[Image:Fgfs-and-photo.png|thumb|259px|A comparison between a FlightGear 0.9.10 screenshot in late 2007 and a photo of San Fransico Airport]]&lt;br /&gt;
&lt;br /&gt;
There are programs that are either integrated into FlightGear (dependencies) or perform a function with it. Some of these are included in the release of FlightGear for a specific platform but made by the project, while others are independently distributed but are hosted by the FlightGear project. &lt;br /&gt;
&lt;br /&gt;
One major additional software is the actual interface for launching an executable of FlightGear. For most of its early life FlightGear was only run through command line interfaces. However, the FlightGear Launch Control has been included with the &#039;&#039;FG launcher&#039;&#039; front-end since 0.9.3 in 2003. &#039;&#039;KFreeFlight&#039;&#039; is a launcher/front-end for [[KDE]]. &#039;&#039;FGTools&#039;&#039; is an alternative windows launcher front-end. &#039;&#039;FGKicker&#039;&#039; is a [[GTK+]] based front-end.&lt;br /&gt;
&lt;br /&gt;
Other significant programs include editors and projects for Terrain Data. &#039;&#039;Atlas&#039;&#039; is a chart/map support for FlightGear; &#039;&#039;Kelpie Flight Planner&#039;&#039; is a [[Java (programming language)|Java]] based flight planner for FlightGear. &#039;&#039;FlightGear Scenery Designer&#039;&#039; is a FlightGear scenery editor for working with terrain data. The &#039;&#039;World Custom Scenery Project&#039;&#039; is a project coordinating custom scenery efforts. Finally, &#039;&#039;Taxidraw&#039;&#039; is an editor for airport runways and taxiways.&lt;br /&gt;
&lt;br /&gt;
==FlightGear code vs. binaries==&lt;br /&gt;
Unlike most commercial software, the project release dates only apply to a release of code, not an executable program. To create a runnable program the code must be compiled, which requires several specific libraries (see section of [[#FlightGear dependencies]]), including some general ones and, in some cases some platform specific ones. However, since this too difficult for most mainstream users, other contributors will work to make binaries available for a specific platform and operating system. These packages vary in their stability, performance, dependencies, and how up to date they are with the code base. For example, some older binaries work on [[Mac OS 9]] but newer releases require specific Mac OS X versions.&lt;br /&gt;
&lt;br /&gt;
For example, by late 2007 the latest code release was 0.9.11-pre1 (pre-release) and 0.9.10 (final). However, the actual binaries available vary significantly. Examples of actual binaries available a year after the release of the 0.9.10 code release:&lt;br /&gt;
&lt;br /&gt;
*Win-32 has ~138 Mb package (v0.9.10) (For Windows 98, 2000, ME, 32-bit XP) &lt;br /&gt;
*Linux- pre-built packages for specific [[Linux distributions]]&lt;br /&gt;
**[[Slackware]] package (v0.9.10), [[Fedora (Linux distribution)|Fedora Core]] [2,3,4] packages (v0.9.10), [[Pardus]] (v0.9.10), [[Debian]] (v0.9.9) &lt;br /&gt;
*[[Solaris (operating system)|Solaris]] packages either for it running on either [[SPARC]] or [[x86]] processors.&lt;br /&gt;
** SPARC (v0.9.8),  x86 (v0.9.9) &lt;br /&gt;
*[[Silicon Graphics]] [[IRIX]]&lt;br /&gt;
**SGI binaries for (v0.9.9) &lt;br /&gt;
*[[Mac OS X]] &lt;br /&gt;
**Mac OS 10.4 (v0.9.10) &lt;br /&gt;
**Mac OS 10.3 (v0.9.9) &lt;br /&gt;
*[[FreeBSD]] has a package for(v0.9.10)&lt;br /&gt;
&lt;br /&gt;
==Critical reaction==&lt;br /&gt;
Although not developed as a game in the traditional sense, FlightGear has nevertheless undergone reviews in a number of online and offline publications. &#039;&#039;FlightGear&#039;&#039; 0.9.10 received many reviews, being highlighted as an accurate simulation but requiring patience and some pre-game work.&amp;lt;ref&amp;gt;{{ cite web | url = http://www.freesoftwaremagazine.com/articles/flightgear | title = Flying high with FlightGear | publisher = Free Software Magazine | issue = 14 | year = 2006 }}&amp;lt;/ref&amp;gt; PC Magazine noted how it is designed to be easy to add new aircraft and scenery.&amp;lt;ref&amp;gt;{{ cite web | title = FlightGear 0.9.10 | first = Tim | last = Smith | date = [[1 September]] [[2006]] | publisher = PC Magazine (UK) | url = http://www.pcmag.co.uk/computeractive/downloads/2163376/flightgear | accessdate = 2007-06-29 }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In contrast, an older review some years early, a June 2002 review by [[FlightXPress]], had been more critical, noting a lack of functions and the scenery (this would be for version 0.7.10 of FlightGear).&amp;lt;ref&amp;gt;FlightGear, Marc Stoering, Issue June 2002 FlightXPress magazine.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Release timeline==&lt;br /&gt;
Final build code release dates by year. &amp;lt;ref&amp;gt; http://www.flightgear.org/index.shtml (checked June 24 , 2007) &amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date&lt;br /&gt;
! Version&lt;br /&gt;
|-&lt;br /&gt;
|July 17, 1997 || First major code release&lt;br /&gt;
|-&lt;br /&gt;
|September 23, 1997 || 0.12&lt;br /&gt;
|-&lt;br /&gt;
|December 9, 1997 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 1997 || 0.18&lt;br /&gt;
|-&lt;br /&gt;
|December 30, 1997 || 0.19 (first binaries)&lt;br /&gt;
|-&lt;br /&gt;
|January 6, 1998 || 0.22&lt;br /&gt;
|-&lt;br /&gt;
|Mar 11 98 || 0.37&lt;br /&gt;
|-&lt;br /&gt;
|April 8, 1998 || 0.41&lt;br /&gt;
|-&lt;br /&gt;
|April 14, 1998 || 0.42&lt;br /&gt;
|-&lt;br /&gt;
|April 23, 1998 || 0.43&lt;br /&gt;
|-&lt;br /&gt;
|Apr 28, 1998 || 0.44&lt;br /&gt;
|-&lt;br /&gt;
|May 7, 1998 || 0.45&lt;br /&gt;
|-&lt;br /&gt;
|May 11, 1998 || 0.46&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 1998 || 0.47&lt;br /&gt;
|-&lt;br /&gt;
|June 9, 1998 || 0.48&lt;br /&gt;
|-&lt;br /&gt;
|June 27, 1998 || 0.49&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 1998 || 0.50&lt;br /&gt;
|-&lt;br /&gt;
|July 21, 1998 || 0.51&lt;br /&gt;
|-&lt;br /&gt;
|August 15, 1998 || 0.52&lt;br /&gt;
|-&lt;br /&gt;
|September 2, 1998 || 0.53&lt;br /&gt;
|-&lt;br /&gt;
|September 25, 1998 || 0.54&lt;br /&gt;
|-&lt;br /&gt;
|October 23, 1998 || 0.55&lt;br /&gt;
|-&lt;br /&gt;
|November 23, 1998 || 0.56&lt;br /&gt;
|-&lt;br /&gt;
|January 21, 1999 || 0.57&lt;br /&gt;
|-&lt;br /&gt;
|February 10, 1999 || 0.58&lt;br /&gt;
|-&lt;br /&gt;
|March 31, 1999 || 0.59&lt;br /&gt;
|-&lt;br /&gt;
|May 26, 1999 || 0.6.0&lt;br /&gt;
|-&lt;br /&gt;
|June 21, 1999 || 0.6.1 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=2 | September 11, 1999 || 0.7.0 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|0.6.2 (Stable)&lt;br /&gt;
|-&lt;br /&gt;
|October 22, 1999 || 0.7.1 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|February 17, 2000 || 0.7.2 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|May 18, 2000 || 0.7.3 (Development)&lt;br /&gt;
|-&lt;br /&gt;
|July 20, 2000 || 0.7.4&lt;br /&gt;
|-&lt;br /&gt;
|September 18, 2000 || 0.7.5&lt;br /&gt;
|-&lt;br /&gt;
|Decemberember 19, 2000 || 0.7.6 &lt;br /&gt;
|-&lt;br /&gt;
|June 20, 2001 || 0.7.7&lt;br /&gt;
|-&lt;br /&gt;
|July 13, 2001 || 0.7.8   &lt;br /&gt;
|-&lt;br /&gt;
|February 16, 2002 || 0.7.9&lt;br /&gt;
|-&lt;br /&gt;
|April 20, 2002 || 0.7.10&lt;br /&gt;
|-&lt;br /&gt;
|September 7, 2002 || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
|December 3, 2002 || 0.9.0&lt;br /&gt;
|-&lt;br /&gt;
| December 5, 2002 || 0.9.1 &lt;br /&gt;
|-&lt;br /&gt;
|June 4, 2003 || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
|October 24, 2003 || 0.9.3&lt;br /&gt;
|-&lt;br /&gt;
|March 26, 2004 || 0.9.4&lt;br /&gt;
|-&lt;br /&gt;
|July 29, 2004 || 0.9.5&lt;br /&gt;
|-&lt;br /&gt;
|October 12, 2004 || 0.9.6&lt;br /&gt;
|-&lt;br /&gt;
|January 18, 2005 || 0.9.8 &amp;lt;ref&amp;gt; http://www.pcmech.com/article/flightgear-flight-simulator/ (checked June 24 , 2007)&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|November 17, 2005 || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
|April 5, 2006 || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
|May 2007 || 0.9.11-pre1&lt;br /&gt;
|-&lt;br /&gt;
|December 17, 2007 || 1.0.0 (latest final build)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Models &amp;amp; aircraft==&lt;br /&gt;
FlightGear started out with an aircraft included in NASA&#039;s LaRCsim, a [[Ryan Navion|Navion]], which was replaced by a Cessna 172 by 2000. UIUC as well as JSBsim development brought several more aircraft with them, as did the development of YASim which have since become the main FDM used in FG. &amp;lt;ref&amp;gt; &#039;&#039;The Flight Gear Manual&#039;&#039; Version .9, April 2006 &amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.7.0 - 0.9.10, 1.0.0 aircraft===&lt;br /&gt;
[[Image:FlightGear - SeaHawk.jpg|thumb|250px|Hunter Sea Hawk in 0.9.9]]&lt;br /&gt;
&lt;br /&gt;
The basic installer is limited to about 15 aircraft, with several dozen more official aircraft at varying states of development for download. The CD/DVD version includes all official aircraft and terrain data, though all the same material can also be downloaded for free. Non official aircraft from third-party sources also exist, but are not included here. Also included are a number of custom buildings, especially around San Francisco; a [[Nimitz class aircraft carrier]] is included as well (which aircraft can be landed on). In addition, several of the developmental UIUC aircraft developed in the late 1990s were still included but were not all maintained. &lt;br /&gt;
&lt;br /&gt;
All Official aircraft for 0.9.10, with flight data model type and cockpit type listed for some such as found on the 0.9.10 CD release of FlightGear. Some aircraft are FDM only. Third party aircraft are excluded from the list (such as in additional add-ons). Aircraft in 0.9.10 installer are noted with a *, and ** for the 1.0 installer. New or heavily re-worked aircraft up to 1.0 public release, including some that came out with the 0.9.11-pre1 FlightGear(pre-release version) as well as 9.10 aircaft. Many aircraft that have not been updated no longer work, such as ones before .7.x/.8.x/.9.x as well as a number in the later releases that were not maintained to the current version depending on the model and its dependencies. &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Model &lt;br /&gt;
! FDM&lt;br /&gt;
! 3D Cockpit&lt;br /&gt;
! M. Update&lt;br /&gt;
! Debut&lt;br /&gt;
|-&lt;br /&gt;
| [[Wright Flyer|1903 Wright Flyer]]*||  UIUC || -  || 0.9.9  || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper Aerostar|Aerostar Super 700]]   || YASim || 3d cockpit ||1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 707]] || JSBsim v2 || - ||   || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[Boeing 737-300]]* ||    ||  0.9.4  || 1.0.0  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 747-100]]   ||JSBSim,YASim ||    ||  1.0.0, 0.9.10    || 0.8.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 777-200]]  || YASim || 3d cockpit || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 787-8]] || JSBsim  ||3d cockpit || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Boeing 314]]-A || JSBsim ||  || 1.0.0   || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[E-3 Sentry|Boeing E-3B Sentry]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[KC-135|Boeing KC-135E]] (FDM only) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas A-4|Douglas A4F Skyhawk]]  || YASim, UIUC ||   || 1.0.0, 0.9.10   || 0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[A-6 Intruder|Northrop Grumman A-6E Intruder]] || YASim || 1.0 ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| Fairchild [[A-10 Thunderbolt II]]*||  YASim  || 3d cockpit || 1.0.0   || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A300]] ||  || || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-200 || || || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airbus A320]]-100 || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Antonov An-225]] ||YASim ||   ||0.9.10     || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Arsenal VG-33]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Beech 99|Beechcraft 99]]  ||YASim, UIUC ||   || 0.9.5  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Beechcraft 1900|Beechcraft B1900D]]  || YASim || 3d 1.0.0  || 1.0.0, 0.9.10    || 0.9.8&lt;br /&gt;
|-&lt;br /&gt;
| [[Beechcraft Starship|Beechcraft Starship I]] ||  YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-1B|Rockwell B-1B Lancer]] ||   || 3d cockpit ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-2 Spirit|Northrop B-2 Spirit]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[B-29 Superfortress]] ||JSBsim, YASim || || 0.9.10 || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[B-52|B-52F Stratofortress]] || ||  || 1.0.0, 0.9.10  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[BAC TSR2]]  || YASim || ||  ||0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Blackburn Buccaneer]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bleriot XI ]]   || YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Blohm &amp;amp; Voss BV 141]] || YASim&lt;br /&gt;
|- &lt;br /&gt;
| [[Bristol Beaufighter]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 150]]L ||  ||  1.0 ||  || 1.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 172|Cessna 172P Skyhawk]]* (1981 model), 172-LE, 172R || JSBSim ||0.9.2 ||  0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]  || || || 1.0.0  ||  0.7.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 182]]RG (FDM only) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna 310R]] (1979 model)||  || 3D cockpit || 0.9.10  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 310|Cessna U-3A]] || YASim ||3D cockpit   || 0.9.10; 0.8.0  ||0.7.9  &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna 550 Citation II]]  || YASim || 3d cockpit || ||0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna Citation|Cessna Citation Bravo]]*  || YASim || 3d cockpit || 1.0.0, 0.9.10  || 0.9.9 &lt;br /&gt;
|- &lt;br /&gt;
| [[Cessna Citation X]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Comper Swift]] || YASim|| ||  ||0.9.4 &lt;br /&gt;
|- &lt;br /&gt;
| [[Concorde]]  (v2.4) || || 3D cockpit || 1.0.0,  0.9.10   ||0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Douglas DC-3]]  || || || ||0.8.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Dornier Do-335]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[de Havilland Beaver]](DHC2) || YASim || 3D cockpit || 1.0.0,  0.9.10  || 0.9.8 &lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Mosquito]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland Dragon Rapide|de Havilland DH.89 Dragon Rapide]] ||YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[de Havilland D.H.110|de Havilland D.H.110 Sea Vixen]] FAW 2 || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[English Electric Canberra]] B(I)8 || YASim || || || 0.9.10 &lt;br /&gt;
|- &lt;br /&gt;
| [[English Electric Lightning]] F.1A  ||  || 1.0.0 || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15 Eagle]] (fdm only) ||  ||  ||  || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F-15 Eagle|McDonnell Douglas F-15C Eagle]] ||  || 3D Cockpit|| || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[General Dynamics F-16]]* || || 3D cockpit  || 0.9.10  || 0.9.2 &lt;br /&gt;
|- &lt;br /&gt;
| [[F-18 Hornet|McDonnell Douglas F-18 Hornet]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[YF-23|Northrop YF-23]]  || YASim ||  ||0.9.10   || 0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[F-80 Shooting Star|Lockheed F-80C Shooting Star]]  || ||  ||  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[F-86 Sabre|North American F-86F Sabre]]  || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed F-104 Starfighter]]  || ||  ||  ||  0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[F4U Corsair|Chance Vought F4U Corsair]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Farman IV]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Fieseler Fi 156|Fieseler Fi-156 Storch]] ||  ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Focke-Wulf Fw 190#Fw 190 A|Focke-Wulf Fw-190 A8]] || ||  ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[FK 9 Mark 2]] || YASim ||  || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Fokker 50]] || || || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 70]] || JSBSim || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker 100]] || JSBSim ||  || 0.9.8 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Fokker Dr.I|Fokker Dr.1]] || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Grob G 115]] || YASim ||  ||  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Grumman Albatross]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Harrier]] || YASim ||  || 1.0.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Hawker Hurricane|Hawker Hurricane IIb]]  || ||  ||  0.9.10  ||0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Hunter]] GA11*  || YASim || || 1.0.0,  0.9.10    ||  0.9.4&lt;br /&gt;
|-&lt;br /&gt;
| [[Hawker Sea Hawk|Hawker Sea Hawk]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Hughes H4 Hercules]]||YASim, JSBSim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| Issoire [[APM 20 Lionceau]] || YASim ||    ||    ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Soko J-22 Orao]] / IAR-93 ||  ||  ||  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Junkers Ju 52]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Kyushu J7W]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Let 410|Let L410]] FDM only || JSBSim || 3D cockpit&lt;br /&gt;
|-&lt;br /&gt;
| [[LiteFlite Dragonfly]] (Ultralight) || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Lockheed C-130 Hercules]] || JSBSim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed Constellation|Lockheed 1049]](Lockheed Constellation)  ||  ||  || 1.0.0   || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed P-38 Lightning]] &amp;amp; F-5B ||   ||   ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Lockheed SR-71 Blackbird]] (2 FG versions)||  YASim || 3d cockpit  || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[McDonnell Douglas MD-11|McDonnell Douglas MD11]] ||   || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Macchi M.C.72|Macchi Castoldi M.C. 72]] || YASim ||   ||    ||  1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Mainair Flash 2 Alpha]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Dassault Mirage 2000]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Bf 109|Messerschmitt BF-109 G14]]*   || || ||1.0.0   ||0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[Messerschmitt Me 262]] || YASim)|| || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[MiG-15]]bis || YASim ||   || 1.0.0,  0.9.10   || 0.9.9 &lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima Ki-84]] (Hayate)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nakajima A6M2-N|Nakajima A6M2]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Nord Noratlas]]|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[OV-10|North American OV-10A Bronco]]  ||   ||  || 1.0.0  || 0.9.10&lt;br /&gt;
|-&lt;br /&gt;
| [[P-51D Mustang|North American P-51D Mustang]]* || YASim|| 0.9.2 || || 0.9.2  &lt;br /&gt;
|-&lt;br /&gt;
| [[Payen Pa 100]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PBY Catalina]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Piaggio P180 Avanti|Piaggio P180 Avanti II]](FDM only)  ||YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Pilatus PC-7]] || || ||  1.0.0, 0.9.10  ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Piper J3 Cub]] (J3C-65, 1946 model)* || || || || 0.8.0 &lt;br /&gt;
|- &lt;br /&gt;
| [[Piper PA-24 Comanche|Piper Comanche 250]] (1962 model) || ||  || 1.0.0  || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Piper Cherokee|Piper Cherokee Warrior II]]* (1979 model) || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piper PA-34 Seneca|Piper PA34-200T Seneca II]]   || JSBsim,YASim || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Pitts Special|Pitts S1C]] ||  ||  ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Saab Draken|Saab J35Ö Draken]] (J35oe) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aermacchi S-211|Siai Marchetti S.211]](FDM only) || UIUC ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Space Shuttle]] (fdm only) || JSBsim ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sopwith Camel]] 1F.1  ||UIUC, YASim ||  || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Seafire|Supermarine Seafire MkIIIc]] || || || 0.9.10 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire|Supermarine Spitfire IIa]] || ||  || 0.9.10    ||  0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[Supermarine Spitfire variants#Mk IX|Supermarine Spitfire Mk IX]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-26|Sukhoi Su-26M]] ||  || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Sukhoi Su-37|Sukhoi Flanker-F]]|| YASim  || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[Cirrus SR20|Cirrus SR-20]]  || ||  || 0.9.10  || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Cessna T-37]]  || || || 0.9.10  ||0.9.4 &lt;br /&gt;
|-&lt;br /&gt;
| [[Northrop T-38]]* || || || || 0.9.2 &lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-114]]  ||YASim || || || 0.9.9&lt;br /&gt;
|-&lt;br /&gt;
| [[Tupolev Tu-154]] || YASim || || || 0.9.5 &lt;br /&gt;
|-&lt;br /&gt;
| [[A24 Viking]](Aeroprakt)  || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[V-22 Osprey|Bell/Boeing V-22 Osprey]]||  YASim  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Avro Vulcan|Avro Vulcan B.2]] || || || || 1.0.0&lt;br /&gt;
|- &lt;br /&gt;
| [[North American X-15]] || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Martin-Marietta X-24|Martin-Marietta X-24B]] || JSBsim  || ||&lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Helicopters &lt;br /&gt;
|-&lt;br /&gt;
| [[Bo 105|Bo 105]]* || || || 1.0.0,  0.9.10  ||&lt;br /&gt;
|-&lt;br /&gt;
| Boeing [[CH-47 Chinook]] || 1.0.0  || &lt;br /&gt;
|-&lt;br /&gt;
| [[Bell 206|Bell 206 JetRanger]] || || || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| Bell/Boeing [[V-22 Osprey]] || || ||1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Piasecki HUP Retreiver]] ||   ||    ||    || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Robinson R22|Robinson R22]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|  [[Sikorsky H-5|Sikorsky S-51]](R-5)||    ||    ||   || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-58]](H-34) || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-76|Sikorsky S76C++]] || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky S-70]] (UH-60)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Sikorsky CH-53E Super Stallion]] (S-80) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette II]] || YASim  || ||  || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Alouette III]] || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Aérospatiale Super Frelon|Aérospatiale SA 321 Super Frelon]] || Yasim || || ||&lt;br /&gt;
|- &lt;br /&gt;
| [[Eurocopter EC 135]] || || || || 1.0.0 &lt;br /&gt;
|-&lt;br /&gt;
| [[Eurocopter Ecureuil|Ecureuil AS 350]] (FDM only) || ||  || 1.0.0  || 0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Westland Lynx|Westland Lynx WG13]] || || || || 1.0.0 &lt;br /&gt;
|-bgcolor=&amp;quot;efefef&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; | Gliders &amp;amp; Miscellaneous&lt;br /&gt;
|-&lt;br /&gt;
| [[Schweizer 2-33]] (TG-4) (Glider) ||  || || 1.0.0 ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Schleicher ASW 20]] (Single Glider)  ||UIUC ||  ||   || 0.9.3 &lt;br /&gt;
|- &lt;br /&gt;
| [[Schleicher ASK 21]] (Glider) || || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[PZL Bielsko SZD-9 Bocian|Bielsko SZD-9 Bocian]] (Glider)|| || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Colditz_Cock|Colditz Escape Glider]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Airwave Xtreme 150]] hang glider || UIUC || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[Paraglider]]  || JSBsim ||  || ||0.9.3 &lt;br /&gt;
|-&lt;br /&gt;
| [[Hornet Autogyro]] || ||&lt;br /&gt;
|-&lt;br /&gt;
| [[UTIAS Ornithopter No.1|Ornithopter]]  || UIUC  ||     || ||0.9.2&lt;br /&gt;
|-&lt;br /&gt;
| [[Rascal 110]] (R/C)*  || YASim, JSBSim ||&lt;br /&gt;
|-&lt;br /&gt;
| Malolo1  (R/C) ||&lt;br /&gt;
|-&lt;br /&gt;
| Manta (R/C) (FDM only) || || - ||&lt;br /&gt;
|-&lt;br /&gt;
| Ogel ||JSBSim ||  ||   || 0.9.10 &lt;br /&gt;
|-&lt;br /&gt;
| [[Santa Claus]] Sleigh ||  || 3d cockpit&lt;br /&gt;
|-&lt;br /&gt;
| UFO (Video Assistant), YardStik ||  || || &lt;br /&gt;
|-&lt;br /&gt;
| [[Snowplow]] (Truck)(+AI) ||  || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
| [[Willys MB|Willys Jeep]] || YASim || || || 1.0.0&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
*Aircraft in 9.10 win-32 basic installer- [[Wright Flyer|1903 Wright Flyer]], [[Boeing 737-300]], Fairchild [[A-10 Thunderbolt II]], [[Northrop T-38]], Messerschmitt [[Bf 109]] G14, [[Eurocopter]] [[Bo105]], [[Cessna 172]]P Skyhawk, [[Cessna 310]] , [[Cessna Citation|Cessna Citation Bravo]], [[F-16 Falcon]], [[Hawker Hunter]] GA11, [[Piper J3 Cub]], [[P-51D Mustang]], [[Piper Cherokee|Piper Cherokee Warrior II]], Rascal 110 (R/C model aircraft), UFO  (flying saucer), as well  as several developmental UIUC aircraft.&lt;br /&gt;
&lt;br /&gt;
**Aircraft in 1.00 win-32 basic installer- [[787]], [[A-10 Thunderbolt II|A-10]], Beech 1900D, Bf 109, Bo 102, Bocian 1E, C172, DH2, J3 Cub, English Electric Lightning, P-51D, PA28-161, PA34-200, Seahawk, UFO, Sopwith Camel, T-38&lt;br /&gt;
&lt;br /&gt;
[[Image:FlightGear - 1903 Wright Flyer.jpg|thumb|250px|Wright Flyer in 0.9.9, which uses the UIUC FDM]]&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
{{imagefarm}}&lt;br /&gt;
&lt;br /&gt;
===0.9.4 (2004)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Flightgear-hunter.jpg|Hawker Hunter in 0.9.4 circa 2004&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.9 (2005)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FlightGear - 1903 Wright Flyer.jpg|1903 Wright Flyer in 0.9.9&lt;br /&gt;
Image:FlightGear - Approach lighting.jpg|Cessna 172 0.9.9&lt;br /&gt;
Image:FlightGear 0.9.9 - Concorde.jpg|Concorde  0.9.9&lt;br /&gt;
&lt;br /&gt;
Image:Fgfs-screen.jpg | 0.9.9&lt;br /&gt;
Image:FlightGear - A4 3D.jpg|C172 0.9.9&lt;br /&gt;
Image:FlightGear - SeaHawk.jpg|Hunter Sea Hawk 0.9.9&lt;br /&gt;
Image:FlightGear - C-172 3D.jpg|C172 0.9.9&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===0.9.10 (2006)===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Image:FlightGear 3d pannel screengrab.png|3D Cockpit panel for [[Cessna Citation]] in version 0.9.10 in 2006&lt;br /&gt;
Image:F16fgfly.jpg|F-16 in flight&lt;br /&gt;
Image:F-16fg.jpg|F-16 taking off&lt;br /&gt;
Image:787fg1.jpg|3D Cockpit panel for [[Boeing 787]] in version 0.9.10 in 2007&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
===1.00===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:FG-787.jpg|Boeing 787 in 1.0.0&lt;br /&gt;
Image:FG-A-10.jpg|3D Cockpit panel for [[A-10]] in version 1.0.0 in 2008&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Portal|Free software|Free Software Portal Logo.svg}}&lt;br /&gt;
{{Portal|Video games|Gamepad.svg}}&lt;br /&gt;
{{Portal|Aviation|Avion silhouette.svg}}&lt;br /&gt;
*[[YS Flight Simulation System 2000]]&lt;br /&gt;
*[[X-Plane (simulator)]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.flightgear.org FlightGear&#039;s official homepage] - [http://wiki.flightgear.org/flightgear_wiki/index.php?title=Main_Page FlightGear Wiki] - [http://fgfs.i-net.hu/ FlightGear Community Site] - [http://macflightgear.sourceforge.net/home/ FlightGear for Mac]&lt;br /&gt;
*[http://cvs.flightgear.org/cgi-bin/viewvc/viewvc.cgi/data/Aircraft/ Official Flightgear CVS aircraft]&lt;br /&gt;
&lt;br /&gt;
[[Category:1997 software]]&lt;br /&gt;
[[Category:Linux games]]&lt;br /&gt;
[[Category:Open source video games]]&lt;br /&gt;
[[Category:Flight simulation video games]]&lt;br /&gt;
&lt;br /&gt;
[[ca:FlightGear]]&lt;br /&gt;
[[da:FlightGear]]&lt;br /&gt;
[[de:FlightGear]]&lt;br /&gt;
[[es:FlightGear]]&lt;br /&gt;
[[fr:FlightGear]]&lt;br /&gt;
[[it:FlightGear]]&lt;br /&gt;
[[lt:FlightGear]]&lt;br /&gt;
[[nl:FlightGear]]&lt;br /&gt;
[[ja:FlightGear]]&lt;br /&gt;
[[pl:FlightGear]]&lt;br /&gt;
[[pt:FlightGear]]&lt;br /&gt;
[[ru:FlightGear]]&lt;br /&gt;
[[fi:FlightGear]]&lt;br /&gt;
[[sv:FlightGear]]&lt;br /&gt;
[[zh:FlightGear]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5113</id>
		<title>Zurich airport</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5113"/>
		<updated>2008-02-14T15:50:02Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox Airport&lt;br /&gt;
|name = San Francisco International Airport&lt;br /&gt;
|image = [[Image:LSZH_001.jpg]]&lt;br /&gt;
|iata =ZRH&lt;br /&gt;
|icao =LSZH&lt;br /&gt;
|type =Public&lt;br /&gt;
|owner =Unique (Zurich Airport&lt;br /&gt;
|city = San Fransisco, California, USA&lt;br /&gt;
|runway= 10/28&lt;br /&gt;
|length= 2500 m   &lt;br /&gt;
|material= Concrete&lt;br /&gt;
|runway2= 14/32&lt;br /&gt;
|length2= 3300 m   &lt;br /&gt;
|material2= Concrete&lt;br /&gt;
|runway3= 16/34&lt;br /&gt;
|length3= 3700 m&lt;br /&gt;
|material3= Concrete&lt;br /&gt;
|website =http://www.unique.ch&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5112</id>
		<title>Zurich airport</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5112"/>
		<updated>2008-02-14T15:47:05Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox Airport&lt;br /&gt;
|name = San Francisco International Airport&lt;br /&gt;
|image = LSZH_001.jpg&lt;br /&gt;
|iata =ZRH&lt;br /&gt;
|icao =LSZH&lt;br /&gt;
|type =Public&lt;br /&gt;
|owner =Unique (Zurich Airport&lt;br /&gt;
|city = San Fransisco, California, USA&lt;br /&gt;
|runway= 10/28&lt;br /&gt;
|length= 2500 m   &lt;br /&gt;
|material= Concrete&lt;br /&gt;
|runway2= 14/32&lt;br /&gt;
|length2= 3300 m   &lt;br /&gt;
|material2= Concrete&lt;br /&gt;
|runway3= 16/34&lt;br /&gt;
|length3= 3700 m&lt;br /&gt;
|material3= Concrete&lt;br /&gt;
|website =http://www.unique.ch&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=File:LSZH_001.jpg&amp;diff=5111</id>
		<title>File:LSZH 001.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=File:LSZH_001.jpg&amp;diff=5111"/>
		<updated>2008-02-14T15:45:57Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5110</id>
		<title>Zurich airport</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Zurich_airport&amp;diff=5110"/>
		<updated>2008-02-14T15:43:14Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{infobox Airport&lt;br /&gt;
|name = San Francisco International Airport&lt;br /&gt;
|image =&lt;br /&gt;
|iata =ZRH&lt;br /&gt;
|icao =LSZH&lt;br /&gt;
|type =Public&lt;br /&gt;
|owner =Unique (Zurich Airport&lt;br /&gt;
|city = San Fransisco, California, USA&lt;br /&gt;
|runway= 10/28&lt;br /&gt;
|length= 2500 m   &lt;br /&gt;
|material= Concrete&lt;br /&gt;
|runway2= 14/32&lt;br /&gt;
|length2= 3300 m   &lt;br /&gt;
|material2= Concrete&lt;br /&gt;
|runway3= 16/34&lt;br /&gt;
|length3= 3700 m&lt;br /&gt;
|material3= Concrete&lt;br /&gt;
|website =http://www.unique.ch&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
	<entry>
		<id>https://wiki.flightgear.nl/w/index.php?title=Howto:Carrier&amp;diff=5109</id>
		<title>Howto:Carrier</title>
		<link rel="alternate" type="text/html" href="https://wiki.flightgear.nl/w/index.php?title=Howto:Carrier&amp;diff=5109"/>
		<updated>2008-02-14T15:03:57Z</updated>

		<summary type="html">&lt;p&gt;Kailingkazak: /* Land */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;AJ MacLeod&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
30th September 2005&lt;br /&gt;
Current Status (1st March 2006)&lt;br /&gt;
[[Image:Carrier3.jpg|thumb|300px|The Nimitz carrier in the San Fransisco bay]]&lt;br /&gt;
At the time of writing, it is possible with Flightgear 0.9.9 or a recent CVS copy to:&lt;br /&gt;
&lt;br /&gt;
* start FG with your chosen aircraft placed on the aircraft carrier &amp;quot;Nimitz&amp;quot; or &amp;quot;Eisenhower&amp;quot;&lt;br /&gt;
* Engage the launchbar in the steam catapult&lt;br /&gt;
* Have the carrier set course into the prevailing wind direction and attempt to get wind speed over the deck at a suitable value for launch&lt;br /&gt;
* Launch from the deck when ready&lt;br /&gt;
* Set the TACAN reciever in the aircraft to Nimitz&#039;s channel (029Y) and have the heading and range to the carrier displayed on the cockpit instruments&lt;br /&gt;
* Land on the deck and be halted by the arrestor cables&lt;br /&gt;
* Taxi onto the deck elevators, operate them and park on the hangar deck (0.9.10 and later)&lt;br /&gt;
&lt;br /&gt;
==What to do first==&lt;br /&gt;
To enable the carrier, you must edit your preferences.xml file. This lives in your FlightGear data directory, the one under which your Aircraft, Scenery etc directories reside. Open this file in a text editor (such as notepad on Windows, or TextEdit on OSX - Linux users are probably familiar with such software... try kedit or gedit if not.)&lt;br /&gt;
&lt;br /&gt;
Search for the word ``nimitz&#039;. You ought to find something that looks like this :&lt;br /&gt;
 &amp;lt;!-- &amp;lt;scenario&amp;gt;nimitz_demo&amp;lt;/scenario&amp;gt; --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You should remove the ``comment&#039; marks so that it looks like this:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;scenario&amp;gt;nimitz_demo&amp;lt;/scenario&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also ensure that the line above that referring to ai being enabled is set to &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and quit the text editor.&lt;br /&gt;
[[Image:Carrier4.jpg|thumb|300px|The [[FlightGear Wizard]]]]&lt;br /&gt;
You are now ready to start FlightGear. To position your [[aircraft]] on the carrier at startup, use the following command line options (noting the upper-case &amp;quot;N&amp;quot;) :&lt;br /&gt;
 --carrier=Nimitz --aircraft=seahawk&lt;br /&gt;
or&lt;br /&gt;
 --carrier=Eisenhower --aircraft=seahawk&lt;br /&gt;
&lt;br /&gt;
Note that several FG aircraft are carrier capable, but the [[Hawker Seahawk|Seahawk]] is possibly the easiest to fly to begin with.&lt;br /&gt;
&lt;br /&gt;
If you are using the Windows or OSX launcher to run FG, you should find a text entry box in the gui that allows you to specify command line options, add the above options there. Linux or Cygwin users can just add them to their usual startup command; ``fgfs --carrier=Nimitz --aircraft=seahawk&#039;. Please note the uppercase ``N&#039; in ``Nimitz&#039;.&lt;br /&gt;
&lt;br /&gt;
In the [[FlightGear Wizard]]: go to Advanced... &amp;gt; Propeties and make a new property with &lt;br /&gt;
 sim/ai/scenario[0]=nimitz_demo --carrier=Nimitz&lt;br /&gt;
&lt;br /&gt;
==Takeoff==&lt;br /&gt;
[[Image:Carrier1.jpg|thumb|300px|The [[Hawker Seahawk|Seahawk]] aircraft ready for takeoff]]&lt;br /&gt;
Once FlightGear has started, you should ensure that the parking brakes are off, ease the plane a little way down the catapult pressing ``L&#039; to engage the launchbar (this might be best done from an external view initially.) You should notice the aircraft being pulled into alignment with the catapult and see the strops appear and hold down the aircraft.  This will only happen if your aircraft is close enough to the correct spot on the catapult; as a rough guide, for the default parking position the seahawk&#039;s nose should be rougly level with the deck observation bubble.&lt;br /&gt;
&lt;br /&gt;
To get the carrier into as good a position as possible for launch, select the ``ATC/AI&#039; menu, then check the ``Turn into wind&#039; box under the ``AI Carrier&#039; section.&lt;br /&gt;
&lt;br /&gt;
You should now notice the carrier begin to pick up speed and turn into the wind, and naturally the deck may tilt somewhat as it turns. You should wait for this maneuver to finish and the deck to return to level before moving on to the next stage.&lt;br /&gt;
[[Image:Carrier6.jpg|thumb|300px|&#039;&#039;&#039;1:&#039;&#039;&#039; The takeoff part of the carrier with the catapults &lt;br /&gt;
&#039;&#039;&#039;2:&#039;&#039;&#039; The land part of the carrier with the wires]]&lt;br /&gt;
Being engaged to the catapult, you should spool up the engines to full power, ensure the brakes are off and that all flight controls are in a suitable position for launch. When ready, press ``C&#039; to release the catapult. Your aircraft will be hurled forward off the deck, and you should be able to raise the undercarriage and climb slowly away, being careful to avoid stalling.&lt;br /&gt;
==Land==&lt;br /&gt;
Actually finding the carrier in a vast expanse of open water can be very difficult, especially if visibility is poor. To assist with this task, the carriers are equipped with TACAN, which allows a suitably-equipped aircraft (Seahawk at present) to obtain a range and bearing to the carrier. First, you must set the appropriate TACAN channel, 029Y in this case, in the radios dialogue (ctrl-r or choose Equipment/Radio Settings from the FG menubar). You should, if within range, notice the DME instrument show your distance from the carrier, and the ADF instrument (next to the DME in the seahawk) should indicate a bearing to the carrier. Turn to the indicated heading and you should see the DME dial indicate your closing in on the carrier.&lt;br /&gt;
&lt;br /&gt;
This is the most difficult part of the operation, as in real life. You might well find Andy Ross&#039; [[A-4F_Skyhawk_Operations_Manual]] useful here.  Basically, though, you should use the TACAN to locate the carrier, and line up with the rear of the deck. As this part of the deck is at an angle to the course of the vessel, you may need to correct your alignment often. Ensure that the aircraft is in the correct configuration for approach (the Help/Aircraft Help menu should contain useful data for your aircraft) and that the gear and the arrestor hook are down.&lt;br /&gt;
[[Image:Carrier5.jpg|thumb|300px|The Fresnel Lens Optical landing System]]&lt;br /&gt;
As you approach you should see, on the left hand side of the deck, a set of brightly coloured lights - called the Fresnel Lens Optical landing System (FLOLS). This indicates your position on the landing glideslope. You will see a horizontal row of green lights, and when approximately on the glideslope, an orange light ( known in some circles as the ``meatball&#039;) approximately in line with the green lights. When approaching correctly, the meatball appears in line with the green lights. If you are high it is above, and when low it is below. If you are very low the meatball turns red. If you fly to keep the meatball aligned you should catch number 3 wire.&lt;br /&gt;
&lt;br /&gt;
Carrier landings are often described as ``controlled crashes&#039; and you shouldn&#039;t waste your time attempting to flare and place the aircraft gently on the deck like you would with a conventional landing - ensuring that you catch the wires is the main thing.&lt;br /&gt;
&lt;br /&gt;
Immediately your wheels touch the deck, you should open the throttles to full power, in case you have missed the wires and need to ``go around&#039; again; the wires will hold the aircraft if you have caught them, even at full power.&lt;br /&gt;
&lt;br /&gt;
If you wish, you can then (with 0.9.10 and later) raise the elevators from the ATC/AI menu,  taxy onto one of the elevators, lower it (uncheck the box on the menu and don&#039;t worry, they are VERY slow...) and taxy off into the hangar.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t be discouraged if you don&#039;t succeed at first with carrier landings - it&#039;s not an easy maneouver to master. If after a little practice you find the Seahawk too easy, you could move on to the Seafire for more of a challenge!&lt;br /&gt;
&lt;br /&gt;
[[Category:Howto]]&lt;/div&gt;</summary>
		<author><name>Kailingkazak</name></author>
	</entry>
</feed>