1
0
Fork 0
flightgear/src
Florent Rougon 680f940378 Revert commit "Make fatalMessageBox() end with std::abort() [...]"
This reverts commit 9e6a3ebc6b ("Make
fatalMessageBox() end with std::abort() and declare it [[noreturn]]").

After reflexion, it seems better to let fatalMessageBox() return,
because there is existing code that appears to be relying on this aspect
to do some work after having called fatalMessageBox() (cf. main() in
bootstrap.cxx). Also, the way of exiting from fatalMessageBox() after
commit 9e6a3ebc6b (std::abort()) was probably too brutal for a
controlled exit---as opposed to a terminate handler.
2017-04-10 02:29:48 +02:00
..
AIModel Fixed another crash in MP interpolation when data isn't available. 2017-04-02 02:22:52 +02:00
Aircraft Adapt includes according to relocation of SimGear's iostreams-related files 2017-02-12 21:30:51 +01:00
Airports Missing config.h includes 2017-03-25 15:34:10 +00:00
ATC Missing config.h includes 2017-03-25 15:34:10 +00:00
Autopilot Fixed route manager returning freed char* pointers via tied properties 2017-02-25 15:17:03 +01:00
Canvas Quiet Canvas font-loading. 2016-11-30 12:15:54 +00:00
Cockpit Merge branch 'next-2' into multiplayer-dev 2017-04-02 02:22:48 +02:00
Environment Partial testing framework. 2017-03-25 15:35:26 +00:00
FDM Cleanup unused variable warning. 2017-04-06 18:26:18 +09:00
GUI Revert commit "Make fatalMessageBox() end with std::abort() [...]" 2017-04-10 02:29:48 +02:00
Include Unit-test for initPosition. 2017-03-27 15:38:05 +01:00
Input Fix crash on Mac OS X when FG does not finish input init 2017-02-25 15:05:09 +01:00
Instrumentation Adapt includes according to relocation of SimGear's iostreams-related files 2017-02-12 21:30:51 +01:00
Main Don't call fatalMessageBox() from fg_terminate(), make it end with std::abort() 2017-04-08 14:03:48 +02:00
Model Revert "Fixes for HUD, model-manager listeners." 2017-02-02 17:02:39 +01:00
MultiPlayer Cleanup unused variable warning. 2017-04-06 18:26:18 +09:00
Navaids Fix null reference - happened to me once. 2017-04-02 13:54:40 +02:00
Network Generic protocol fix for integer-factors. 2017-03-16 15:54:38 +00:00
Radio Adapt includes according to relocation of SimGear's iostreams-related files 2017-02-12 21:30:51 +01:00
Scenery Fixed building FG with GDAL 2017-03-11 13:34:19 +01:00
Scripting Cleanup unused variable warning. 2017-04-06 18:26:18 +09:00
Sound Multiplayer: ensure that avionics sounds are null for MP models. 2017-04-02 13:54:03 +02:00
Systems Build- and run-time concept of developer mode. 2017-02-27 23:37:59 +00:00
Time Time: Calculation and exposure of the moon vector from the local position. 2016-11-08 11:16:24 +01:00
Traffic Build- and run-time concept of developer mode. 2017-02-27 23:37:59 +00:00
Viewer Partial testing framework. 2017-03-25 15:35:26 +00:00
CMakeLists.txt Cleanup of ATCDCL 2014-04-30 10:22:51 +02:00