1. 08 3月, 2018 1 次提交
    • R
      Update README · 8ace3d17
      Romain Vimont 提交于
      Explain how to build, install and run the application.
      8ace3d17
  2. 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
  3. 05 2月, 2018 1 次提交
  4. 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
  5. 19 1月, 2018 1 次提交
  6. 12 12月, 2017 1 次提交