42 Commits

Author SHA1 Message Date
Miku AuahDark aa89c6604a Android: Respect user orientation lock setting for resizable window (SDL2/3).
Based on libsdl-org/SDL@3373667.
2024-06-18 10:55:02 +08:00
Sasha Szpakowski 48811d08a8 Update SDL2 to 2.28.5 2023-12-02 14:16:23 -04:00
Sasha Szpakowski e1343726a1 Update SDL to 2.28.4. 2023-10-22 21:23:46 -03:00
Sasha Szpakowski e7dcc1a3a0 Reapply megasource changes to SDL2's cmakelists.txt 2023-07-01 17:33:36 -03:00
Sasha Szpakowski b38f57730a Update SDL2 to version 2.28.1. 2023-07-01 17:33:01 -03:00
Alex Szpakowski c47dad7f2f Update SDL2 to latest source (1a50334) 2022-01-15 18:04:29 -04:00
Alex Szpakowski 4f24e5473f Re-apply megasource changes to SDL's cmake file 2021-12-03 18:40:53 -04:00
Alex Szpakowski 8ff9d249b2 Update SDL to 2.0.18 2021-12-03 18:40:24 -04:00
Alex Szpakowski 13584cee64 Update SDL to version 2.0.14. 2020-12-23 22:00:38 -04:00
Alex Szpakowski 7ed6273a1a SDL: Fix link error when vs2019+x64 is used. 2020-01-04 20:30:55 -04:00
Alex Szpakowski 63ff1503c3 Fix SDL's compilation. 2019-12-25 18:41:36 -05:00
Alex Szpakowski e6b37c63e2 Apply fix for compiling SDL with VS2019/x64 (3def438a1540). 2019-12-25 18:27:36 -05:00
Alex Szpakowski 629d05efb3 Re-apply megasource-specific changes to SDL's cmakelists file. 2019-07-25 19:13:24 -03:00
Alex Szpakowski e173593f7c Update SDL to version 2.0.10. 2019-07-25 19:13:03 -03:00
Alex Szpakowski f604155475 Re-apply megasource-specific changes to SDL's CMakeLists.
- Enable SDL_SHARED and disable SDL_STATIC.

- Set SDL_LINK_DIR in parent scope.

- Use custom install() directive.

- Add target_include_directories.
2018-12-31 16:11:34 -04:00
Alex Szpakowski 0c10f91bf8 Update SDL to the latest source code (2.0.9 + e1e13e154128) 2018-12-31 16:11:13 -04:00
Alex Szpakowski ac70ec9f6f Re-apply megasource-specific changes to SDL's CMakeLists.
- Enable SDL_SHARED and disable SDL_STATIC.

- Set SDL_LINK_DIR in parent scope.

- Use custom install() directive.

- Add target_include_directories.
2018-03-31 21:12:48 -03:00
Alex Szpakowski 768e2a7810 Update SDL2 to latest hg (fbfacc66c65c) 2018-03-31 20:56:14 -03:00
Alex Szpakowski 75e0077566 Re-apply megasource-specific changes to SDL's CMakeLists.
- Enable SDL_SHARED and disable SDL_STATIC.

- Set SDL_LINK_DIR in parent scope.

- Use custom install() directive.

- Add target_include_directories.
2017-10-28 22:44:45 -03:00
Alex Szpakowski 4a2fd6d703 Update SDL to 2.0.7 2017-10-28 22:36:09 -03:00
Alex Szpakowski 4bb746959d Re-apply megasource-specific changes to SDL's CMakeLists.
- Enable SDL_SHARED and disable SDL_STATIC.

- Set SDL_LINK_DIR in parent scope.

- Use custom install() directive.

- Add target_include_directories.
2016-10-29 00:34:14 -03:00
Alex Szpakowski 06ff0e775e ... actually update. 2016-10-29 00:29:20 -03:00
Alex Szpakowski 25d889fa38 Update SDL2 to 2.0.5 hg. 2016-10-29 00:29:00 -03:00
rude 5bb2a2facb Make stuff buildable on Mac. 2016-07-14 16:27:59 +02:00
Alex Szpakowski 79ff68efa3 Applied previous megasource-specific changes to SDL's cmakelists:
* Enable SDL_SHARED.

 * Disable SDL_STATIC.

 * Set SDL_LINK_DIR in parent scope.

 * Use custom install() directive.

 * Add target_include_directories.
2016-03-18 22:40:41 -03:00
Alex Szpakowski f91914c0cf Updated SDL to the latest hg revision. 2016-03-18 22:33:50 -03:00
Alex Szpakowski cda9f55e33 Re-applied previous megasource-specific changes to SDL's cmakelists:
* Enable SDL_SHARED.

 * Disable SDL_STATIC.

 * Set SDL_LINK_DIR in parent scope.

 * Use custom install() directive.

 * Add target_include_directories.
2015-12-31 14:32:20 -04:00
Alex Szpakowski 8d85741390 Updated SDL2 to the latest code from Mercurial. 2015-12-31 14:05:05 -04:00
Alex Szpakowski 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 2015-12-01 18:02:23 -04:00
Alex Szpakowski eba4deb99e Fixed linker errors when compiling debug builds of SDL2. 2015-08-22 22:59:24 -03:00
Alex Szpakowski a548ca7b8d SDL: disable buffer security checks since it requires linking with the CRT. 2015-08-22 14:45:45 -03:00
Alex Szpakowski f630060123 Apply some fixes to SDL's cmakelists:
* Do a proper check for xinput support
* Enable OpenGL ES and EGL
* Don't try to link with the default set of libraries (since we don't want to link with the C runtime)
* Enable /arch:SSE to avoid linker errors
2015-08-22 14:38:13 -03:00
Alex Szpakowski b7a3a04be2 Re-applied previous megasource-specific changes to SDL's cmakelists:
* Enable SDL_SHARED.
 * Disable SDL_STATIC.
 * Set SDL_LINK_DIR in parent scope.
 * Use custom install() directive.
 * Add target_include_directories.
2015-08-22 14:28:00 -03:00
Alex Szpakowski c47a4b56bb Updated SDL2 to the latest Mercurial revision. 2015-08-22 14:16:20 -03:00
Alex Szpakowski 0753e6b560 Hopefully fix xinput support not being enabled in SDL. 2015-08-21 18:33:10 -03:00
rude 0e568aa793 Make some necessary changes to SDL.
* Enable SDL_SHARED.
 * Disable SDL_STATIC.
 * Set SDL_LINK_DIR in parent scope.
 * Use custom install() directive.
 * Add target_include_directories.
2015-03-15 17:21:59 +01:00
rude 5b138ae0b5 Apply patch from SDL bug 2900. (Fixes CMake build on Windows). 2015-03-15 16:45:32 +01:00
rude 6a2aff6450 Added SDL 1c0f6952e65e. 2015-03-15 15:47:43 +01:00
rude 4a4f1f3329 Upgrade to SDL2.0.3. 2014-03-23 15:09:12 +01:00
rude 2fb789ce68 Upgrade to SDL2.0.2 (8393682d9d96d1516831a397290cb34ceb82129f). 2014-03-09 10:15:01 +01:00
rude 1caf4fd1f8 Make necessary changes to SDL 2.0.1 (3742e768b536) CMakeLists.txt.
* Disable SDL_STATIC.
 * Set SDL_LINK_DIR in parent scope.
 * Use custom install() directive.
 * Add target_include_directories.
2014-02-15 17:45:03 +01:00
rude 001744190b Add SDL2.0.1-3742e768b536.
Note: using the same folder for future updates.
2014-02-14 18:56:29 +01:00