1
0
Fork 0
flightgear/src/Cockpit
2010-02-17 07:41:48 +01:00
..
built_in Modified Files: 2006-10-29 19:30:21 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
cockpit.cxx Break viewmgr.hxx dependency on on viewer.hxx. 2009-09-20 00:20:17 +02:00
cockpit.hxx turn a few #include paths from the "foo" form to <foo> 2009-05-18 12:24:17 +02:00
hud.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
hud.hxx warning fixes 2009-08-23 21:43:09 +02:00
hud_card.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
hud_dnst.cxx Fix missing parameter reported by Alex Buzin 2008-08-24 18:20:50 +00:00
hud_gaug.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
hud_inst.cxx - fix two bugs 2006-06-15 16:03:27 +00:00
hud_labl.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
hud_ladr.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
hud_rwy.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
hud_scal.cxx - move FloatToInt() function to simgear/math/fastmath.hxx, renamed to 2006-06-16 09:31:34 +00:00
hud_tbi.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
Makefile.am - remove unused classes lat_label and lon_label (it's the instr_label 2006-06-16 19:29:34 +00:00
panel.cxx Bugfix #35 / denker #20F: 2010-02-11 00:20:59 +01:00
panel.hxx Remove plib/fnt.h from panel header. 2009-09-20 16:46:32 +02:00
panel_io.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +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/.