1
0
Fork 0
No description
Find a file
Durk Talsma a7ccae9fca More work on AI/ATC integration:
- Fixed a bug in AI aircraft ground steering code: When aircraft were not moving, the value of headingchangeRate kept increasing to insane levels. Although this was clamped to a maximum of 30 degrees per second, the initial rate could still push the aircraft in the wrong direction. In practice, this bug would be visible when an AI aicraft would be pushed back, when it tended to veer to the right.
 - Make sure that the aircraft slows down well ahead of the pushback point. This change ensures that the AC will actually reach the pushback point. It also ensures a slightly tighter steering range.
 - AI ground steering rate is tuned to 30 degrees per second at a nominal taxispeed of 15. I now modulate the heading adjustment rate by manipulating the adjustment using a non-linear function (the sqrt). This allows for a slightly tighter turn radius at speeds < 15 and slightly looser turns at speeds > 15.
 - The AI Flightplan generation code can return false. This can be used to determine whether any additional AI aircraft may be created. Currently, the function returns false when no more parkings are available. This should limit the build-up of huge AIAircraft tower stacks.
 - The ground network can now graphically display all aircraft actitivy on the ground network by using a virtual marker system.
2011-04-19 18:01:24 +02:00
CMakeModules Merge branch 'releases/2.2.0' into next 2011-02-15 13:26:24 +01:00
docs-mini Update Windows 3rd party link/version 2011-01-17 23:39:44 +01:00
examples/netfdm Add an example implementation for the NetFDM structure. 2004-04-27 08:55:04 +00:00
icons move[1] icons to source dir, from where the respective installers can copy 2008-06-30 14:02:26 +00:00
man remove old .cvsignore files 2010-11-11 01:16:29 +01:00
package Variant of innosetup config file for developer snapshot release. Uses separate 2011-03-24 14:31:13 -05:00
projects Cut&paste voiceplayer into a separate module. 2011-03-09 23:49:25 +01:00
scripts Make the script a little more general purpose usable by removing a hardcoded filename. 2011-01-03 13:58:12 +01:00
src More work on AI/ATC integration: 2011-04-19 18:01:24 +02:00
tests remove old .cvsignore files 2010-11-11 01:16:29 +01:00
utils Add fgpanel to the automake build system 2011-04-14 15:33:36 +02:00
.gitignore Ignore generated files 2010-06-02 11:27:16 +02:00
acinclude.m4 Add pkg-config macros to acinclude.m4, so configure script is generated correctly even if pkg-config is not installed / is installed in a strange location. 2010-04-19 09:56:00 +02:00
am2dsp.cfg Olaf Flebbe: 2006-02-17 08:54:22 +00:00
AUTHORS Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
autogen.sh Yank the automake version test. The numerics break for the (two-digit 2007-05-21 20:22:18 +00:00
ChangeLog Updated ... 2001-06-18 22:25:59 +00:00
CMakeLists.txt Cmake: fix VS2010 link 2011-01-28 15:15:20 +01:00
configure.ac Add fgpanel to the automake build system 2011-04-14 15:33:36 +02:00
COPYING Remove COPYING (License file) from .cvsingore and add to the repository. 2006-03-23 13:02:51 +00:00
Makefile.am Remove a file from the data package tar-ball creation command that no longer 2010-12-18 10:49:27 -06:00
NEWS Update the NEWS file to reflect v2.0.0 changes. 2010-02-25 23:22:47 +01:00
README README typo 2007-07-24 05:35:31 +00:00
README.OpenAL Documentation update: Openal & OSG. 2008-12-20 09:12:31 +00:00
README.OSG Updates from Geoff McLane 2010-02-14 19:48:04 +01:00
README.plib Minor documentation update. 2007-11-18 14:22:40 +00:00
README.SimGear Documentation fixes: Updated the contents of README.plib and README.OpenAL. 2007-09-01 10:06:56 +00:00
Thanks Updated as per Andrei's request. 2010-01-21 06:31:02 +01:00
version Autoconf changes for more flexible versioning. 2010-11-13 10:40:29 -08:00

Welcome to the FlightGear Flight Simulator project.
===================================================

The primary web page for this project is: http://www.flightgear.org

For basic installation instructions see the "INSTALL" file.

Before you can run FlightGear you will also need to download and
install the "base" package which is a collection of textures, sounds,
sample scenery, and other data files needed by the sim.

For additional install help for specific platforms please browse the
"docs-mini/" subdirectory.

More complete documentation is available from our web page as a
separate distribution.

Please take a look at the "Thanks" file for a list of people who have
contributed to this project.  If you have contributed something but
don't find your name in this file.  Please send a polite reminder to
http://www.flightgear.org/~curt

For a summary of changes/additions by version see the "NEWS" file.

This project is GPL'd.  For complete details on our licensing please
see the "COPYING" file.

For information on available mailing lists, mailing list archives, and
other available source code and documenation, please visit our web
site.

FlightGear is a product of the collaboration of large international
group of volunteers.  FlightGear is a work in progress.  FlightGear
comes with no warrantee.  We hope you enjoy FlightGear and/or find it
of some value!