Commit Graph

6 Commits

Author SHA1 Message Date
Nathan Fulton
d6b301c3e7 Track client platform version
Client platform version can be retrieved live with /ids and is also
recorded in the playerdetail module.
2016-08-31 23:54:48 -04:00
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
2186f473b5 Fix 64 bit compile warnings 2016-01-03 23:19:26 -08:00
Scott Ludwig
16edf8fb58 handle display and input coordinate changes introduced by iOS 8 2016-01-01 12:03:03 -08:00
Scott Ludwig
c3e42fe2d6 fix exit race condition prevents game state saving 2016-01-01 12:01:27 -08:00
Darrin Massena
f4c0203914 initial commit 2014-07-06 17:47:28 -07:00