1
0
Fork 0
flightgear/src/Sound
James Turner 386d87e098 Cleanup exit handling.
Replace many lingering calls to exit() from the code,
replacing most with exception throws, which can be
caught by the existing mechanisms.

Update the option-parsing code to return an explicit
value indicating what to do (e.g., exit status to return
to the shell).
2013-10-15 22:16:50 +01:00
..
audioident.cxx Tolerate refactored SGSound headers. 2012-09-30 19:40:08 +01:00
audioident.hxx Add a localizer audio ident class 2011-09-29 00:01:44 +02:00
beacon.cxx Tolerate refactored SGSound headers. 2012-09-30 19:40:08 +01:00
beacon.hxx Refactor morse and beacon as singleton 2011-09-13 20:12:52 +02:00
CMakeLists.txt Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl 2012-09-17 13:45:31 +02:00
fg_fx.cxx Stop AI aircraft's sound when removing 2012-11-27 00:02:28 +01:00
fg_fx.hxx Stop AI aircraft's sound when removing 2012-11-27 00:02:28 +01:00
morse.cxx Fix Linux build: "malloc" needs stdlib.h 2012-10-04 21:14:48 +02:00
morse.hxx Tolerate refactored SGSound headers. 2012-09-30 19:40:08 +01:00
sample_queue.cxx Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
sample_queue.hxx Tolerate refactored SGSound headers. 2012-09-30 19:40:08 +01:00
soundgenerator.cxx Refactor morse and beacon as singleton 2011-09-13 20:12:52 +02:00
soundgenerator.hxx Refactor morse and beacon as singleton 2011-09-13 20:12:52 +02:00
soundmanager.cxx Stash properties 2012-10-13 15:45:15 +02:00
soundmanager.hxx Stash properties 2012-10-13 15:45:15 +02:00
voice.cxx Fix MSVC9 build 2011-11-14 08:38:58 +01:00
voice.hxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
voiceplayer.cxx Cleanup exit handling. 2013-10-15 22:16:50 +01:00
voiceplayer.hxx Make the sound-manager optional in a few places. 2012-10-01 10:10:34 +01:00