2003-03-03 04:33:51 +00:00
|
|
|
SUBDIRS = Balloon ExternalNet ExternalPipe JSBSim LaRCsim UIUCModel YASim
|
1998-04-03 21:50:53 +00:00
|
|
|
|
1998-06-12 01:01:14 +00:00
|
|
|
noinst_LIBRARIES = libFlight.a
|
1998-04-03 21:50:53 +00:00
|
|
|
|
1999-10-12 03:27:06 +00:00
|
|
|
libFlight_a_SOURCES = \
|
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
|
|
|
ADA.cxx ADA.hxx \
|
1999-10-14 01:53:43 +00:00
|
|
|
Balloon.cxx Balloon.h \
|
1999-10-12 03:27:06 +00:00
|
|
|
flight.cxx flight.hxx \
|
2001-11-12 04:49:06 +00:00
|
|
|
MagicCarpet.cxx MagicCarpet.hxx \
|
2002-04-25 16:23:16 +00:00
|
|
|
UFO.cxx UFO.hxx \
|
2001-11-12 04:49:06 +00:00
|
|
|
NullFDM.cxx NullFDM.hxx
|
1998-04-03 21:50:53 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|