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. 25 3月, 2018 4 次提交
  3. 24 3月, 2018 2 次提交
  4. 23 3月, 2018 3 次提交
  5. 18 3月, 2018 1 次提交
  6. 15 3月, 2018 1 次提交
  7. 14 3月, 2018 1 次提交
  8. 13 3月, 2018 1 次提交
  9. 12 3月, 2018 4 次提交
  10. 11 3月, 2018 1 次提交
  11. 10 3月, 2018 5 次提交
  12. 08 3月, 2018 7 次提交
  13. 06 2月, 2018 1 次提交
    • R
      Parse XPM without SDL_image · 71c2bfdd
      Romain Vimont 提交于
      We encounter some problems with SDL2_image on MSYS2 (Windows), so
      implement our own XPM parsing which does not depend on SDL_image.
      
      The input XPM is considered safe (it's in our source repo), so do not
      check XPM format errors. This implies that read_xpm() is not safe to
      call on any unsafe input.
      
      Although less straightforward, use SDL_CreateRGBSurfaceFrom() instead of
      SDL_CreateRGBSurfaceWithFormatFrom() because it is available with SDL
      versions older than 2.0.5.
      71c2bfdd
  14. 05 2月, 2018 1 次提交
  15. 04 2月, 2018 1 次提交
    • R
      Add "make run" · 82ee5584
      Romain Vimont 提交于
      To run the app during development, add a recipe "run" to the Makefile.
      82ee5584
  16. 19 1月, 2018 1 次提交
  17. 12 12月, 2017 1 次提交