1. 18 Apr, 2021 3 commits
    • lat9nq's avatar
      general: Ignore implicit-fallthrough for SDL.h · f973274b
      lat9nq authored
      SDL 2.0.14 introduces an incompatibility with Clang, causing it to
      trigger -Wimplicit-fallthrough even though it is marked. Ignore it for
      now, with a comment mentioning why this is needed.
      f973274b
    • lat9nq's avatar
      cmake: Use SDL 2.0.14 and fix CMake scope issue · de69a526
      lat9nq authored
      Forces using SDL 2.0.14. Upgrades the SDL external to that version. Adds
      a message when switching to the external.
      
      Fixes an error where input_common only links to SDL when SDL2_FOUND is
      set, but externals/CMakeLists cannot set that variable to the required
      scope. Switch to using ENABLE_SDL2, which we can use since we now
      include the SDL source.
      de69a526
    • Morph's avatar
      Merge pull request #6204 from lat9nq/sdl2-external · 2a2a5789
      Morph authored
      externals: Add SDL 2.0.12
      2a2a5789
  2. 17 Apr, 2021 6 commits
  3. 16 Apr, 2021 5 commits
  4. 15 Apr, 2021 18 commits
  5. 14 Apr, 2021 8 commits