1
0
Fork 0
flightgear/src/Cockpit
2010-11-11 01:16:29 +01:00
..
built_in remove old .cvsignore files 2010-11-11 01:16:29 +01:00
Makefile.am Goodbye old HUD - and the archeology it depended upon in cockpit.cxx 2010-10-29 08:47:58 +01:00
panel.cxx Remove a stray include that got missed. 2010-10-29 14:11:54 +01:00
panel.hxx Remove plib/fnt.h from panel header. 2009-09-20 16:46:32 +02:00
panel_io.cxx Add --fg-aircraft option, and aircraft dir path list. Partial support in places that load files, for respecting the setting. 2010-07-28 22:03:10 +01:00
panel_io.hxx Remove unneeded inclusions of windows.h, GL.h and GLU.H 2008-07-27 15:18:34 +00:00
README Added a README for the src/Cockpit/ directory. 2003-01-29 15:34:31 +00:00

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/.