1
0
Fork 0
flightgear/src
James Turner 48c26079e1 Fix classes derived from SubsystemGroup.
Various classes derive from SubsystemGroup, but extend the init behaviour. Fix those for the incremental init scheme, generally by forcing their init to be atomic. Can convert them to be truly incremental in the future if it's needed, but probably not.
2012-09-19 11:37:19 +01:00
..
AIModel Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Aircraft Fix some places relying on public 'using std::string' in SimGear 2012-08-21 17:07:47 +01:00
Airports Add properties for raw axis and button values, for use 2012-08-23 21:52:30 +01:00
ATC Whoops, case-sensitivity matters on Linux. 2012-08-22 00:53:48 +01:00
ATCDCL Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl 2012-09-17 13:45:31 +02:00
Autopilot Fix classes derived from SubsystemGroup. 2012-09-19 11:37:19 +01:00
Canvas Canvas: Don't crash on removing child hierarchie from map 2012-09-18 23:21:50 +02:00
Cockpit Disable panel-extent drawing in hot-spots mode. 2012-07-02 11:44:34 +01:00
Environment Fix classes derived from SubsystemGroup. 2012-09-19 11:37:19 +01:00
FDM Better fix for a compilation problem with MSVC 2012 2012-09-03 19:09:35 +02:00
GUI Add properties for raw axis and button values, for use 2012-08-23 21:52:30 +01:00
Include Make web browser app configurable through CMake (for Linux) 2012-08-18 14:11:31 +02:00
Input Stop the property tree from keeping a shadow of the deleted input properties, as it can mean that the array of bindings ends up with some incorrect name tags if the set of joystick config files changes and a given js-named entry shifts in the array. This can then result in incorrect bindings being selected. 2012-08-25 22:23:55 +01:00
Instrumentation Fix classes derived from SubsystemGroup. 2012-09-19 11:37:19 +01:00
Main Sink position-init code into its own file. 2012-09-18 20:50:28 +01:00
Model Minor error message improvement. 2012-09-05 00:00:25 +02:00
MultiPlayer #248: support enabling AI module at run-time 2012-04-30 17:48:13 +02:00
Navaids Reduce severity of a failure to create a marker beacon due to an unknown runway from ALERT to WARN. Not particularly relevant error message for most users. 2012-06-30 20:50:57 +01:00
Network Avoid an 'overloaded-virtual' warning. 2012-09-18 00:59:36 +01:00
Radio Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scenery Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scripting Avoid compiler warnings. 2012-09-17 13:45:31 +02:00
Sound Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl 2012-09-17 13:45:31 +02:00
Systems Prepare and implement reinit methods for instruments 2012-09-17 13:45:30 +02:00
Time Handle scenery-override in a single place only. 2012-09-17 13:45:31 +02:00
Traffic Add properties for raw axis and button values, for use 2012-08-23 21:52:30 +01:00
Viewer Handle scenery-override in a single place only. 2012-09-17 13:45:31 +02:00
CMakeLists.txt Basic 2D canvas implementation. 2012-05-18 07:05:37 +01:00