1
0
Fork 0
flightgear/src/Cockpit
mfranz ddda2c68d5 - remove hud.cxx/readLabel and let the instr_label read its properties
- remove unused copy constructor
- fix potential crash bug
2006-06-14 16:23:44 +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 indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
cockpit.hxx make sure node pointers remain valid 2006-03-23 15:13:19 +00:00
hud.cxx - remove hud.cxx/readLabel and let the instr_label read its properties 2006-06-14 16:23:44 +00:00
hud.hxx - remove hud.cxx/readLabel and let the instr_label read its properties 2006-06-14 16:23:44 +00:00
hud_card.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_dnst.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_gaug.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_inst.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_labl.cxx - remove hud.cxx/readLabel and let the instr_label read its properties 2006-06-14 16:23:44 +00:00
hud_ladr.cxx - remove hud.cxx/readLabel and let the instr_label read its properties 2006-06-14 16:23:44 +00:00
hud_lat.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_lon.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_opts.hxx new FSF address 2006-02-21 01:16:04 +00:00
hud_rwy.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_scal.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
hud_tbi.cxx indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +00:00
Makefile.am A couple more straggling instrumentation clean ups. 2004-12-05 01:04:32 +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 indentation, trailing spaces, ... (cosmetics only); doesn't make 2006-06-14 10:30:10 +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/.