1
0
Fork 0
flightgear/src/Cockpit
Edward d'Auvergne 332c240b38 SGSubsystemGroup: Removal of the subsystem group naming.
This is a partial reversion of 5253215065, the
changes of which are incompatible with the subsystem class IDs.
2019-07-01 14:27:30 +02:00
..
built_in Goodbye automake. 2011-11-01 11:15:53 +00:00
agradar.cxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
agradar.hxx SGSubsystem classes: Subsystem and subsystem group API declaration standardisation. 2019-07-01 14:27:30 +02:00
CMakeLists.txt Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
cockpitDisplayManager.cxx SGSubsystemGroup: Removal of the subsystem group naming. 2019-07-01 14:27:30 +02:00
cockpitDisplayManager.hxx SGSubsystem classes: Subsystem and subsystem group API declaration standardisation. 2019-07-01 14:27:30 +02:00
groundradar.cxx Namespace fixes for std::string 2013-06-27 09:53:12 +01:00
groundradar.hxx SGSubsystem classes: Whitespace standardisation of the declarations. 2019-07-01 14:27:28 +02:00
NavDisplay.cxx Unboosting files 2019-02-04 15:20:22 +00:00
NavDisplay.hxx SGSubsystem classes: Subsystem and subsystem group API declaration standardisation. 2019-07-01 14:27:30 +02:00
od_gauge.cxx Another different fix for the pointer conversion issue. 2017-02-17 17:56:32 +01:00
od_gauge.hxx Canvas: move Window class to simgear. 2014-05-09 16:42:54 +02:00
panel.cxx Rename Viewer/viewer.cxx to view 2016-02-17 21:25:39 +00:00
panel.hxx Lazy-loading of the 2D panel node. 2012-05-16 11:43:09 +01:00
panel_io.cxx Work with new SGPath API. 2016-06-22 17:36:05 +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
render_area_2d.cxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
render_area_2d.hxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
wxradar.cxx OSG 3.5+ compatibility. 2019-01-20 23:28:32 +01:00
wxradar.hxx SGSubsystem classes: Subsystem and subsystem group API declaration standardisation. 2019-07-01 14:27:30 +02: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/.