1
0
Fork 0
flightgear/src/Cockpit
mfranz 1ccacef184 - drop hardcoded color/brightness values
- let listener class watch and maintain HUD color properties, which is
  more effective and more flexible.
2006-06-07 18:01:19 +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 new FSF address 2006-02-21 01:16:04 +00:00
cockpit.hxx make sure node pointers remain valid 2006-03-23 15:13:19 +00:00
hud.cxx - drop hardcoded color/brightness values 2006-06-07 18:01:19 +00:00
hud.hxx - drop hardcoded color/brightness values 2006-06-07 18:01:19 +00:00
hud_card.cxx Add missing include files needed by the new math code under windows 2006-02-18 13:58:09 +00:00
hud_dnst.cxx HUD updates/cleanups from Norman Vine. 2000-05-13 00:02:43 +00:00
hud_gaug.cxx Norman Vine: 2003-08-12 15:57:17 +00:00
hud_inst.cxx Change identifiers to their new names to match hud.hxx. 2002-07-06 17:50:38 +00:00
hud_labl.cxx Norman Vine: 2003-08-12 15:57:17 +00:00
hud_ladr.cxx Add missing include files needed by the new math code under windows 2006-02-18 13:58:09 +00:00
hud_lat.cxx Norman Vine: 2003-08-12 15:57:17 +00:00
hud_lon.cxx Norman Vine: 2003-08-12 15:57:17 +00:00
hud_opts.hxx new FSF address 2006-02-21 01:16:04 +00:00
hud_rwy.cxx new FSF address 2006-02-21 01:16:04 +00:00
hud_scal.cxx a) HUD - Here is the updated hud code with moving pointers, dials, turn/slip gauge, choice of circular ticks, two sizes for fonts, box for text labels etc. based partly on MIL-STD-1787b and our pilots requirements. Our pilots are not very enthusiastic about all symbols discussed in MIL-STD-1787b (I suppose it is very subjective) and so I did not have motivation to try all of them. Even now I plan to do simple symbols as seen on Russian aircraft since our Air Force pilots are familiar with them. That should be part of my next update. I have included a html document which is basically the old text file plus some snapshots with all possible hud symbols linked to corresponding xml templates. You have to just cut & paste the template, change names and positions to create additional symbols (if you have the real estate on the hud). 2001-09-19 22:23:25 +00:00
hud_tbi.cxx Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
Makefile.am A couple more straggling instrumentation clean ups. 2004-12-05 01:04:32 +00:00
panel.cxx restore old default; this should probably be configurable ... 2006-06-06 18:36:34 +00:00
panel.hxx make sure node pointers remain valid 2006-03-23 15:13:19 +00:00
panel_io.cxx restore old default; this should probably be configurable ... 2006-06-06 18:36:34 +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/.