222446df29
a single apt.dat.gz file which is in the native X-Plane format. To do this I wrote a front end loader than builds the airport and runway list. Some of the changes I needed to make had a cascading effect, so there are minor naming changes scattered throughout the code. |
||
---|---|---|
.. | ||
built_in | ||
.cvsignore | ||
cockpit.cxx | ||
cockpit.hxx | ||
hud.cxx | ||
hud.hxx | ||
hud_card.cxx | ||
hud_dnst.cxx | ||
hud_gaug.cxx | ||
hud_inst.cxx | ||
hud_labl.cxx | ||
hud_ladr.cxx | ||
hud_lat.cxx | ||
hud_lon.cxx | ||
hud_opts.hxx | ||
hud_rwy.cxx | ||
hud_scal.cxx | ||
hud_tbi.cxx | ||
Makefile.am | ||
panel.cxx | ||
panel.hxx | ||
panel_io.cxx | ||
panel_io.hxx | ||
README |
src/Cockpit/ - instrument and display-related code This directory contains various subsystems and code modules related to the cockpit, including the HUD and the 2D panel. The code from here is gradually being sorted out into separate code modules -- please do not add anything new here. All new code for gauges and avionics should go in src/Instrumentation/, and all new code aircraft systems (like the electrical or vacuum systems) should go in src/Systems/. Any new 2D or 3D modelling code should go in src/Model/.