1
0
Fork 0
flightgear/src/Cockpit
2006-07-27 16:36:22 +00:00
..
built_in new FSF address 2006-02-21 01:16:04 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
cockpit.cxx Use one standard define for enableing of the Special Purpose FDM code. 2006-07-17 17:58:53 +00:00
cockpit.hxx make sure node pointers remain valid 2006-03-23 15:13:19 +00:00
hud.cxx set blend mode back to make 2D panels opaque when used with transparent HUDs 2006-06-17 19:09:38 +00:00
hud.hxx Clean up scenery center handling. It is set now less often. 2006-07-27 16:36:22 +00:00
hud_card.cxx - move FloatToInt() function to simgear/math/fastmath.hxx, renamed to 2006-06-16 09:31:34 +00:00
hud_dnst.cxx - fix two bugs 2006-06-15 16:03:27 +00:00
hud_gaug.cxx - move FloatToInt() function to simgear/math/fastmath.hxx, renamed to 2006-06-16 09:31:34 +00:00
hud_inst.cxx - fix two bugs 2006-06-15 16:03:27 +00:00
hud_labl.cxx remove lon/lat string representation generating functions; this is now 2006-06-17 16:40:51 +00:00
hud_ladr.cxx Use one standard define for enableing of the Special Purpose FDM code. 2006-07-17 17:58:53 +00:00
hud_rwy.cxx Clean up scenery center handling. It is set now less often. 2006-07-27 16:36:22 +00: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 - make function table and lookup function 2006-06-15 18:09:15 +00: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 indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
panel.hxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
panel_io.cxx - make function table and lookup function 2006-06-15 18:09:15 +00:00
panel_io.hxx make headers include headers they depend on, don't rely on the c(xx) 2006-04-17 12:59:35 +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/.