1
0
Fork 0
flightgear/src/Cockpit
curt ce574d59f5 The following changes were made to flightgear-0.7.5 code to implement the follow
ing features:

a) ADA Flight model - ADA.cxx, ADA.hxx, flight.hxx
b) Fighter a/c HUD       - flight.hxx, hud.hxx, hud.cxx, cockpit.cxx, hud_ladr.c
xx, hud_card.cxx
c) 3-window display      - options.hxx, options.cxx, viewer.cxx
d) Moving objects (ship) - main.cxx
e) Patches               - main.cxx

ADA.cxx, ADA.hxx
--------------------------
Interface to the external ADA flight dynamics package.

flight.hxx
----------
Included prototypes for accepting additional data fron the External flight
model for fighter aircraft HUD

Hud.hxx
-------
Included prototypes for accepting additional data for fighter HUD from Exernal F
light model.
Defined FIGHTER_HUD pre-processor directive to enable compilation of fighter hud
 code.

hud.cxx, cockpit.cxx, hud_ladr.cxx, hud_card.cxx
---------------------------------------
Included code to initialise additional reticles/text for fighter HUD which is co
nditionally
compiled if FIGHTER_HUD is defined.

options.hxx
-----------
Added window_offset, and function to retrieve its value for 3 windows

options.cxx
-----------
Changed few options to suit ADA/CEF projection system/screens and checks for win
dow offset.

views.cxx
---------
Added code to retrieve view offset for window.

Main.cxx
--------
Added code to load and move an aircraft carrier.
Patch to enable clouds from command line until Curtis fixes it. By default cloud
s are disabled.
2000-10-19 19:46:13 +00:00
..
cockpit.cxx The following changes were made to flightgear-0.7.5 code to implement the follow 2000-10-19 19:46:13 +00:00
cockpit.hxx Explicitely add -lpthread to the link line to avoid a long standing linux 2000-09-09 15:48:14 +00:00
hud.cxx The following changes were made to flightgear-0.7.5 code to implement the follow 2000-10-19 19:46:13 +00:00
hud.hxx The following changes were made to flightgear-0.7.5 code to implement the follow 2000-10-19 19:46:13 +00:00
hud_card.cxx The following changes were made to flightgear-0.7.5 code to implement the follow 2000-10-19 19:46:13 +00:00
hud_dnst.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_guag.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_inst.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_labl.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_ladr.cxx The following changes were made to flightgear-0.7.5 code to implement the follow 2000-10-19 19:46:13 +00:00
hud_lat.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_lon.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_opts.hxx Removed all dependencies on <simgear/math/mat3.h> and friends. These are 2000-02-19 14:29:27 +00:00
hud_scal.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_tbi.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
Makefile.am Sep. 22, 2000 panel updates from David Megginson to make the new config file 2000-09-22 17:20:56 +00:00
panel.cxx The following changes were made to flightgear-0.7.5 code to implement the follow 2000-10-19 19:46:13 +00:00
panel.hxx Some changes contributed by David Megginson to allow for more interesting 2000-10-18 21:19:30 +00:00
panel_io.cxx David Megginson writes: 2000-10-06 21:16:01 +00:00
panel_io.hxx Sep. 18, 2000 updates from David Megginson. New panel configs are now 2000-09-21 20:08:16 +00:00
radiostack.cxx A bit of fg->sg namespace changing. 2000-09-27 20:16:22 +00:00
radiostack.hxx More fixes to ils approaches and autopilot. 2000-05-12 22:17:09 +00:00
steam.cxx Renamed fg_types.hxx -> sg_types.hxx 2000-09-26 23:39:29 +00:00
steam.hxx Patches and tweaks from Alex. 2000-06-15 18:36:13 +00:00