1
0
Fork 0
No description
Find a file
curt a975fd77c5 User-visible
- knobs now continue to rotate when you hold down the mouse
- the middle mouse button makes knobs rotate much faster
- there are NAV1, NAV2, and ADF radios that can be tuned using the mouse
- there are standby frequencies for NAV1 and NAV2, and buttons to swap
- there is a crude, rather silly-looking DME, hard-wired to NAV1
- there is a crude, rather silly-looking autopilot that can lock
  the heading (to the bug on the gyro), can lock to NAV1, and can lock
  the current altitude
- the knobs for changing the radials on NAV1 and NAV2 look much better
  and are in the right place
- tuning into an ILS frequency doesn't change the displayed radial for
  NAV1

Code

- I've created a new module, sp_panel.[ch]xx, that constructs the
  default single-prop panel; this works entirely outside of FGPanel,
  so it is possible to construct similar modules for other sorts of
  panels; all code specific to the default panel has been removed from
  panel.cxx
- current_panel is now a pointer
- radiostack.[ch]xx keeps track both of the actual radial and of the
  selected radial (they will differ with ILS); the NAV gauges should
  not spin around automatically to show the actual radial (we need to
  do something similar with the autopilot)
- the panel is initialized fairly early
- make sure that standby frequencies also get initialized
- I've started combining and clipping small textures to save texture
  memory; there's a lot more to do, but at least I've made a start
2000-05-02 18:26:00 +00:00
docs-mini Initial revision. 2000-04-26 17:08:38 +00:00
src User-visible 2000-05-02 18:26:00 +00:00
tests Dump blend source and dest values. 2000-03-16 04:18:41 +00:00
acconfig.h Fixes for cygwin32 builds. 2000-04-27 03:26:36 +00:00
aclocal.m4 A few remaining reorg changes. 2000-02-17 23:34:30 +00:00
acsite.m4 Packaging fixes. 1999-06-04 20:35:47 +00:00
AUTHORS Initial revision. 1998-05-23 18:09:09 +00:00
ChangeLog Initial revision. 1998-05-23 18:09:09 +00:00
config.guess Initial revision 1999-06-17 20:07:19 +00:00
config.sub Initial revision 1999-06-17 20:07:19 +00:00
Done Automake/autoconf tweaks. 1998-04-09 01:43:36 +00:00
Makefile.am New base package version/patch. 2000-04-27 16:54:24 +00:00
NEWS MacOS build updates. 2000-04-27 21:57:08 +00:00
README Updates. 2000-02-15 23:32:26 +00:00
Thanks Tweaks. 2000-04-21 05:27:13 +00:00
VERSION.in Added a VERSION file to contain the current version number. 1998-12-09 18:47:14 +00: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 need 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
curt@flightgear.org

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!