1. 11 8月, 2018 1 次提交
  2. 10 8月, 2018 3 次提交
  3. 25 6月, 2018 3 次提交
  4. 23 6月, 2018 2 次提交
  5. 29 5月, 2018 6 次提交
  6. 26 5月, 2018 2 次提交
  7. 13 5月, 2018 1 次提交
  8. 08 4月, 2018 1 次提交
  9. 04 4月, 2018 2 次提交
  10. 03 4月, 2018 1 次提交
  11. 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
  12. 26 3月, 2018 1 次提交
  13. 25 3月, 2018 4 次提交
  14. 23 3月, 2018 5 次提交
  15. 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
  16. 21 3月, 2018 2 次提交
  17. 16 3月, 2018 2 次提交
  18. 15 3月, 2018 2 次提交