171 Commits

Author SHA1 Message Date
Sasha Szpakowski 48811d08a8 Update SDL2 to 2.28.5 2023-12-02 14:16:23 -04:00
Sasha Szpakowski 3b08388623 Update LuaJIT to commit 43d0a19 2023-12-02 14:08:32 -04:00
Sasha Szpakowski e1343726a1 Update SDL to 2.28.4. 2023-10-22 21:23:46 -03:00
Sasha Szpakowski 69d3c41bfc Update LuaJIT to commit e826d0c 2023-10-22 21:15:55 -03:00
Sasha Szpakowski b75ae16560 update LuaJIT to the latest commit (5a18d45) 2023-09-10 19:02:01 -03:00
Sasha Szpakowski e650bfa0bd update LuaJIT to latest commit (72efc42) 2023-08-12 23:59:01 -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
Miku AuahDark ac30fb34cb Update LuaJIT to LuaJIT/LuaJIT@224129a8e6.
It's a minor fix from LuaJIT upstream.
2023-05-23 10:29:45 +08:00
Miku AuahDark 1025e7b6e0 Update LuaJIT to LuaJIT/LuaJIT@1c27912705. 2023-04-18 10:46:51 +08:00
Miku AuahDark f587c9d0a8 Update LuaJIT to LuaJIT/LuaJIT@d0e8893 2023-01-30 20:58:40 +08:00
Miku AuahDark b6b41a6576 Re-apply Megasource-specific CMake patches to zlib. 2022-08-25 19:21:20 +08:00
Miku AuahDark 7fcddc790b Update zlib to 1.2.12 2022-08-25 19:13:08 +08:00
Miku AuahDark 2f06b85a2c Prepare to update zlib to 1.2.12 2022-08-25 18:35:13 +08:00
Miku AuahDark 65e6adcbd1 Update LuaJIT to LuaJIT/LuaJIT@03080b7 2022-08-25 18:33:56 +08:00
Alex Szpakowski ec182a12c9 Update LuaJIT to latest 2.1.0 source (7306ba7) 2022-01-15 18:08:02 -04:00
Alex Szpakowski c47dad7f2f Update SDL2 to latest source (1a50334) 2022-01-15 18:04:29 -04:00
Alex Szpakowski efebc0bef9 Update LuaJIT to the latest 2.1.0 source (a91d0d9) 2021-12-30 13:15:31 -04:00
Alex Szpakowski c3986a9541 Update LuaJIT to the latest 2.1.0 source (f3c8569) 2021-12-03 20:50:23 -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 72540d2d5a Update LuaJIT to the latest 2.1.0 source (1d8b747) 2020-10-12 18:09:06 -03: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 f138e9052e Update LuaJIT to the latest 2.1.0 source (0bee44c) 2019-12-25 17:37: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 83c92ffb6d Reapply megasource's changes to zlib's cmakelists.txt 2019-06-02 01:38:38 -03:00
Alex Szpakowski fdc98187b8 Update zlib to 1.2.11. 2019-06-02 01:37:50 -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 45dbeb26c3 Re-apply changes to OpenAL Soft's cmakelists to make it work with megasource. 2018-12-31 15:48:20 -04:00
Alex Szpakowski 1f9c102832 Update OpenAL Soft to 1.19.1. 2018-12-31 15:47:52 -04:00
Alex Szpakowski f06a3bc791 Remove physfs source, it's included directly in love's repository now. 2018-12-31 14:27:03 -04:00
Alex Szpakowski 76407a2ad5 Update OpenAL Soft CMakeLists.txt to work with megasource 2018-04-03 20:55:35 -03:00
Alex Szpakowski 5be7c968b8 Update OpenAL Soft to commit 414b56edec5441211dc924fef365c54267c04f1c 2018-04-03 20:46:26 -03: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 ba7f151837 Update OpenAL Soft 1.18.2 CMakeLists.txt to work with megasource 2017-12-10 22:42:12 -04:00
Alex Szpakowski b160006eb1 Update OpenAL Soft to 1.18.2 2017-12-10 22:34:10 -04: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 7d27167be2 Update PhysFS 3.0.1 CMakeLists.txt to work with megasource 2017-10-28 22:28:33 -03:00
Alex Szpakowski b16c30b896 Update physfs to 3.0.1 2017-10-28 22:23:17 -03:00
Alex Szpakowski 1ba437f9c6 Update freetype 2.8.1 CMakeLists.txt to work with megasource 2017-10-28 22:17:53 -03:00
Alex Szpakowski 5e763aa7a0 Update freetype to 2.8.1 2017-10-28 22:06:29 -03:00
Alex Szpakowski 0c62108e7f Update PhysFS 3.0.0 CMakeLists.txt to work with megasource 2017-10-09 16:09:10 -03:00
Alex Szpakowski 63d7f9904d Update PhysFS to 3.0.0. 2017-10-09 16:08:39 -03:00