2000-07-24 17:26:05 +00:00
|
|
|
SUBDIRS = Balloon JSBSim LaRCsim UIUCModel
|
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-11-19 02:12:46 +00:00
|
|
|
External.cxx External.hxx \
|
1999-10-12 03:27:06 +00:00
|
|
|
flight.cxx flight.hxx \
|
2000-09-26 23:39:29 +00:00
|
|
|
IO360.cxx IO360.hxx \
|
2000-07-24 17:26:05 +00:00
|
|
|
JSBSim.cxx JSBSim.hxx \
|
1999-10-14 01:53:43 +00:00
|
|
|
LaRCsim.cxx LaRCsim.hxx \
|
|
|
|
MagicCarpet.cxx MagicCarpet.hxx
|
1998-04-03 21:50:53 +00:00
|
|
|
|
2000-09-08 14:35:23 +00:00
|
|
|
bin_PROGRAMS = engine pstest
|
2000-08-28 20:39:55 +00:00
|
|
|
|
|
|
|
engine_SOURCES = engine.cxx
|
|
|
|
|
|
|
|
engine_LDADD = libFlight.a
|
|
|
|
|
2000-09-08 14:35:23 +00:00
|
|
|
pstest_SOURCES = ps-10520c.cxx
|
2000-08-29 03:15:51 +00:00
|
|
|
|
2000-09-20 23:27:25 +00:00
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|