]> git.mxchange.org Git - flightgear.git/commit
The following changes were made to flightgear-0.7.5 code to implement the follow
authorcurt <curt>
Thu, 19 Oct 2000 19:46:13 +0000 (19:46 +0000)
committercurt <curt>
Thu, 19 Oct 2000 19:46:13 +0000 (19:46 +0000)
commitce574d59f536512931fa27a439d001863219f40b
tree18e605ca9e56a88a4483b87295c358cbe64e5a42
parent2eda8480e98dfe8b2a8dbde097d86ca6fe8bbe7e
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.
31 files changed:
FlightGear.dsp
src/Cockpit/cockpit.cxx
src/Cockpit/hud.cxx
src/Cockpit/hud.hxx
src/Cockpit/hud_card.cxx
src/Cockpit/hud_ladr.cxx
src/Cockpit/panel.cxx
src/FDM/ADA.cxx [new file with mode: 0644]
src/FDM/ADA.hxx [new file with mode: 0644]
src/FDM/Makefile.am
src/FDM/flight.hxx
src/GUI/gui.cxx
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Main/keyboard.cxx
src/Main/main.cxx
src/Main/options.cxx
src/Main/options.hxx
src/Main/splash.cxx
src/Main/viewer.cxx [new file with mode: 0644]
src/Main/viewer.hxx [new file with mode: 0644]
src/Main/views.cxx
src/Main/views.hxx
src/NetworkOLK/net_send.cxx
src/Objects/matlib.cxx
src/Scenery/tilecache.cxx
src/Scenery/tilemgr.cxx
src/Time/light.cxx
src/Time/moonpos.cxx
src/Time/sunpos.cxx