1. 09 2月, 2018 4 次提交
  2. 08 2月, 2018 8 次提交
  3. 07 2月, 2018 11 次提交
  4. 06 2月, 2018 2 次提交
    • 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
    • R
      Revert "Fix Makefile for Windows" · 920bafce
      Romain Vimont 提交于
      In MSYS2 on Windows, the behavior is the same as on Linux.
      
      On systems where the behavior is not the same, just customize the GRADLE
      variable:
      
          GRADLE=gradlew make release
      
      This reverts commit de192cab.
      920bafce
  5. 05 2月, 2018 3 次提交
  6. 04 2月, 2018 2 次提交
    • R
      Fix scrcpy() return value · 5eb91a4c
      Romain Vimont 提交于
      The scrcpy() function returns a SDL_bool to indicate its success, but
      was initialized to 0 (SDL_FALSE) instead of SDL_TRUE.
      5eb91a4c
    • R
      Add "make run" · 82ee5584
      Romain Vimont 提交于
      To run the app during development, add a recipe "run" to the Makefile.
      82ee5584
  7. 03 2月, 2018 1 次提交
  8. 02 2月, 2018 9 次提交