45f3eb7f99
I've updated the instrument modulator code to allow tricks like the one described by Andy. It is now possible to define <min>, <max> and <modulator> in one layer and if <min> and/or <max> ore within the range of the <modulator> tag, their value will be honoured. So, if you define <layer> <min>0</min> <max>50</max> <modulator>100</modulator> </layer> The value will stay at 50, until the modulator forces it back to 0. |
||
---|---|---|
.. | ||
built_in | ||
.cvsignore | ||
cockpit.cxx | ||
cockpit.hxx | ||
dme.cxx | ||
dme.hxx | ||
hud.cxx | ||
hud.hxx | ||
hud_card.cxx | ||
hud_dnst.cxx | ||
hud_gaug.cxx | ||
hud_inst.cxx | ||
hud_labl.cxx | ||
hud_ladr.cxx | ||
hud_lat.cxx | ||
hud_lon.cxx | ||
hud_opts.hxx | ||
hud_scal.cxx | ||
hud_tbi.cxx | ||
kr_87.cxx | ||
kr_87.hxx | ||
kt_70.cxx | ||
kt_70.hxx | ||
Makefile.am | ||
marker_beacon.cxx | ||
marker_beacon.hxx | ||
navcom.cxx | ||
navcom.hxx | ||
panel.cxx | ||
panel.hxx | ||
panel_io.cxx | ||
panel_io.hxx | ||
radiostack.cxx | ||
radiostack.hxx | ||
README |
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/.