Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-10-22 | externals: update SDL to 2.28.4 | liushuyu | 1 | -0/+0 | |
2023-08-28 | externals: Update SDL to 2.28.2 | german77 | 1 | -0/+0 | |
2023-07-04 | externals: Update sdl2 to 2.28.1 | ChaseKnowlden | 1 | -0/+0 | |
2023-06-25 | externals: Include player led fix on SDL | german77 | 1 | -0/+0 | |
2023-06-23 | externals: Include post release SDL fixes | Narr the Reg | 1 | -0/+0 | |
2023-06-22 | externals: Update sdl to 2.28.0 | Narr the Reg | 1 | -0/+0 | |
2022-12-04 | externals: update dynarmic, SDL2 | Liam | 1 | -0/+0 | |
2022-07-19 | externals: Revert SDL2 to release-2.0.20 | lat9nq | 1 | -0/+0 | |
prerelease-2.23.1 appears to have issues on the SteamDeck with external controllers. Revert to 2.0.20 for now (and as opposed to using prerelease-2.0.19 like before.) | |||||
2022-07-01 | externals/SDL: Update to prerelease-2.23.1 | lat9nq | 1 | -0/+0 | |
This includes a fix needed for building with MSYS2/MinGW. | |||||
2021-12-17 | externals/SDL: update SDL to version with Wayland build fix | Andrew Udvare | 1 | -0/+0 | |
2021-12-06 | input_common: Update SDL to 2.0.18 | Narr the Reg | 1 | -0/+0 | |
2021-08-11 | externals: Update sdl2 to 2.0.16 | german77 | 1 | -0/+0 | |
2021-06-11 | externals: Update SDL to 2f248a2a | lat9nq | 1 | -0/+0 | |
2021-05-09 | externals: Update SDL to 107db2d8 | lat9nq | 1 | -0/+0 | |
In light of 72a49c2bbcce46c24b6d8ee0592989a507dcd68a, the SDL submodule also needs updated. Updates to the same commit used by the SDL package in ext-windows-bin. | |||||
2021-04-18 | cmake: Use SDL 2.0.14 and fix CMake scope issue | lat9nq | 1 | -0/+0 | |
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. | |||||
2021-04-17 | externals: Add SDL 2.0.12 | lat9nq | 1 | -0/+0 | |
Since Bintray is (soon to be) no more, there needs to be a way to acquire SDL2. Since 20.04's version is older than our minimum required version (2.0.12), add it as an external. |