Commit Graph

7 Commits

Author SHA1 Message Date
Scott Ludwig
f2d7002bc3 Restore game audio after OS events (dictation or siri) use audio
- Dictation reliable raises the handleAudioInterrupt notification, so that
  is used for disabling / enabling audio
- Siri sometimes doesn't raise the handleAudioInterrupt notification, so
  rely on applicationDidBecomeActive / applicationWillResignActive.
- Trial and error showed it is best to destroy and re-create the OS audio
  objects when audio is disabled / enabled.
2016-01-21 21:45:51 -08:00
Scott Ludwig
c2d63ec443 Remove setStatusBarOrientation due to deprecation 2016-01-20 11:00:39 -08:00
Scott Ludwig
83a84abc08 Fix observed crash in IPhone::Log 2016-01-12 15:32:40 -08:00
Scott Ludwig
a95a89826b Remove deprecated setStatusBarHidden 2016-01-03 23:20:54 -08:00
Scott Ludwig
2186f473b5 Fix 64 bit compile warnings 2016-01-03 23:19:26 -08:00
Scott Ludwig
b0285b45c6 Use the system approved temp directory not our made up one 2016-01-01 13:55:05 -08:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00