1
0
Fork 0
flightgear/src/Cockpit
James Turner fda64d840e Use helper to validate printf formats.
Simgear contains a new helper to validate format
strings for potentially dangerous replacements, use
it to fix the issues raised by Debian bug trackers.
2013-09-15 19:17:54 +01: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 Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
CMakeLists.txt Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
cockpitDisplayManager.cxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
cockpitDisplayManager.hxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
groundradar.cxx Namespace fixes for std::string 2013-06-27 09:53:12 +01:00
groundradar.hxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01:00
NavDisplay.cxx Give the FGAirport class a sane filename. 2013-02-21 11:32:02 +00:00
NavDisplay.hxx Clean up/simplify NasalPositioned_cppbind 2013-03-06 23:21:49 +01:00
od_gauge.cxx Allow Canvas placed on 3D objects receiving mouse events. 2013-05-09 21:38:40 +02:00
od_gauge.hxx Allow Canvas placed on 3D objects receiving mouse events. 2013-05-09 21:38:40 +02:00
panel.cxx Use helper to validate printf formats. 2013-09-15 19:17:54 +01:00
panel.hxx Lazy-loading of the 2D panel node. 2012-05-16 11:43:09 +01:00
panel_io.cxx Fix 2.5D panel hit detection, compute logical panel extend from actions. 2012-03-25 18:46:04 +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 Assume OSG version 3.0 as a minimum 2013-07-29 22:54:25 +01:00
wxradar.hxx Separate instruments from cockpit displays. 2012-10-05 18:13:50 +01: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/.