1
0
Fork 0
flightgear/src
Rebecca N. Palmer 9d0fe40a45 QtLauncher::initApp: store argc to avoid crash
As QApplication only stores a reference to argc, it may crash if
the argc passed to it goes out of scope.  (One way to trigger this
is to pass an invalid --fg-root, triggering an initApp call from
Options::setupRoot.)  Copy argc to prevent this.
2015-11-22 21:05:09 +00:00
..
AIModel Developer-warnings 2015-11-13 22:13:44 +00:00
Aircraft FlightHistory: add pagedPathForHistory 2015-03-03 17:08:20 +01:00
Airports Temporary fix: ground networks are not loaded when a navcache is present. But, the AI/ATC code relies on radio frequencies listed in the groundnet files. Since these are not imported into the nav cache, they remain 0. 2015-05-15 21:42:10 +02:00
ATC Fix some warnings 2015-06-12 11:51:11 +02:00
Autopilot Cleanup: remove unused code and includes 2015-07-08 17:24:13 +02:00
Canvas Make fgValidatePath always return std::string, not char * 2015-03-13 18:07:24 +00:00
Cockpit Canvas: move Window class to simgear. 2014-05-09 16:42:54 +02:00
Environment remove obsolete comments 2015-04-09 19:05:22 +01:00
FDM Developer-warnings 2015-11-13 22:13:44 +00:00
GUI QtLauncher::initApp: store argc to avoid crash 2015-11-22 21:05:09 +00:00
Include Developer-warnings 2015-11-13 22:13:44 +00:00
Input event input system: be a little more helpful on errors 2015-11-02 11:42:30 +01:00
Instrumentation newnavradio: expose localizer crosstrack error 2015-10-08 10:18:14 +02:00
Main Fix for SEGFAULT when using multiple loggers. 2015-11-22 17:11:36 +00:00
Model Update for OpenSceneGraph 3.3.2 API changes. 2014-08-09 19:13:39 +02:00
MultiPlayer stop sending velocity and acceleration in the motion information when crashed 2015-06-13 11:02:30 +02:00
Navaids Remove / reduce level on some debug output 2015-06-08 10:37:26 +01:00
Network Keep in sync with SimGear Package API 2015-09-27 19:44:39 -05:00
Radio Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
Scenery Remove / reduce level on some debug output 2015-06-08 10:37:26 +01:00
Scripting Simplify fgValidatePath + minor fix (requires simgear update) 2015-11-21 21:37:19 +00:00
Sound Rename EnvironmentFX to SceneFX and rethink the aircraft model specific properties: use a samping factor which applies to both volume and reference_distance and max_distance 2015-11-05 15:31:52 +01:00
Systems Developer-warnings 2015-11-13 22:13:44 +00:00
Time Tie the sun vector to the property tree 2015-06-26 09:53:03 +02:00
Traffic Workaround for problem with SGPath: create_dir() does not create the last subdirectory when passed a dir-path only. 2015-05-14 17:41:58 +02:00
Viewer Remove / reduce level on some debug output 2015-06-08 10:37:26 +01:00
CMakeLists.txt Cleanup of ATCDCL 2014-04-30 10:22:51 +02:00