1. 29 3月, 2018 1 次提交
    • R
      Support Android API 19 · 1de8506a
      Romain Vimont 提交于
      Since "adb forward" fallback has been implemented, it is easy to support
      API 19.
      
      Replace the incompatible calls related to MediaCodec to use
      minSdkVersion 19 instead of 21.
      1de8506a
  2. 28 3月, 2018 1 次提交
  3. 27 3月, 2018 1 次提交
    • R
      Factorize texture creation · 82efff34
      Romain Vimont 提交于
      SDL_CreateTexture() is called both during initialization and on frame
      size change.
      
      To avoid inconsistent changes to arguments value, factorize them to a
      single function create_texture().
      82efff34
  4. 26 3月, 2018 1 次提交
  5. 25 3月, 2018 11 次提交
  6. 24 3月, 2018 3 次提交
  7. 23 3月, 2018 8 次提交
  8. 22 3月, 2018 1 次提交
    • R
      Disable custom SDL signal handlers · f00c6c5b
      Romain Vimont 提交于
      Request SDL not to replace the SIGINT and SIGTERM handlers, so that the
      process is immediately terminated on Ctrl+C.
      
      This avoids process hanging on Ctrl+C during network calls on
      initialization.
      
      Some of them accepted a timeout, but it was not used since
      commit 9b056f50 anymore.
      f00c6c5b
  9. 21 3月, 2018 2 次提交
  10. 18 3月, 2018 1 次提交
  11. 16 3月, 2018 2 次提交
  12. 15 3月, 2018 5 次提交
  13. 14 3月, 2018 3 次提交