Commit Graph

395 Commits

Author SHA1 Message Date
Sasha Szpakowski 7b852a67c4 Remove old hg files 2025-03-22 19:30:44 -03:00
Sasha Szpakowski 30709de450 update SDL3 to 3.2.6. 2025-03-02 14:42:35 -04:00
Sasha Szpakowski 3582488fbc update SDL3 to 3.2.0 2025-01-24 21:20:11 -04:00
Sasha Szpakowski f27a1c24b3 update SDL to libsdl-org/SDL@b8036bd 2024-12-25 20:18:57 -04:00
Miku AuahDark a275d78e12 LuaJIT: Omit debug from msvcbuild.bat invocation. 2024-12-23 17:49:32 +08:00
Miku AuahDark 064aeeb377 Update LuaJIT to LuaJIT/LuaJIT@f73e649. 2024-12-21 11:55:38 +08:00
Miku AuahDark 7c48a650bd Workaround GitHub Actions environment issue.
See actions/runner-images#10980.
2024-12-21 09:59:01 +08:00
Sasha Szpakowski fa730b1bff zlib cmake configure renames zconf.h... 2024-12-20 11:47:56 -04:00
Sasha Szpakowski 57cbecc419 Re-apply Megasource-specific CMake patches to zlib. 2024-12-20 11:47:35 -04:00
Sasha Szpakowski 56344d459e update zlib from 1.2.12 to 1.3.1. 2024-12-20 11:34:32 -04:00
Miku AuahDark 84620b726f Android: Update build script to build LuaJIT with 16KB page size. 2024-12-17 14:45:49 +08:00
Miku AuahDark afe097c8ed Windows: Fix ARM64 target detection when using -A ARM64,version=... notation. 2024-12-01 13:54:16 +08:00
Sasha Szpakowski 8c4c8655aa update SDL3 to 3.1.6. 2024-11-16 00:44:49 -04:00
Sasha Szpakowski aecb572558 update harfbuzz to 10.1.0 2024-11-08 20:45:28 -04:00
Sasha Szpakowski 7ca40027e0 update SDL3 to libsdl-org/SDL@186c6e5 2024-10-17 23:10:10 -03:00
Sasha Szpakowski 8c52dce565 actually fix megatest for real 2024-10-12 13:40:31 -03:00
Sasha Szpakowski 61f1ba29eb Fix megatest when SDL3 is used 2024-10-12 13:08:49 -03:00
Sasha Szpakowski ca75ca497b enable SDL3 by default 2024-10-12 12:59:11 -03:00
Sasha Szpakowski 5a7296c6c5 fix love branch used for CI test 2024-10-06 20:38:21 -03:00
Sasha Szpakowski 9e5eb1b018 update SDL3 to latest commit 2024-10-06 20:30:44 -03:00
Sasha Szpakowski 1b0fdc338b Update visual studio version in readme instructions 2024-06-18 19:27:31 -03:00
Sasha Szpakowski c647527db5 Merge pull request #21 from steveRoll-git/patch-1
Update readme.md
2024-06-18 19:10:51 -03:00
Ron Tseytlin 5b7be11cf5 Update readme.md
Love now requires a newer CMake version, so this notice is not needed.
2024-06-19 00:41:39 +03:00
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 cffd50926d Merge pull request #18 from learn-more/SDL3
Fix test.cpp for SDL3
2024-04-20 11:44:00 -03:00
Mark Jansen aed6fe093e Fix test.cpp for SDL3 2024-04-20 16:17:43 +02:00
Sasha Szpakowski 3ead4494da Merge pull request #17 from learn-more/SDL3
Add megasource support for SDL3
2024-04-18 08:10:15 -03:00
Mark Jansen d62935c994 Add megasource support for SDL3 2024-04-17 22:03:13 +02:00
Mark Jansen 1a1a8f6cb3 Add SDL3 3.1.1-preview 2024-04-17 21:49:48 +02:00
Sasha Szpakowski 2c854305d7 Merge pull request #16 from learn-more/openal-assert
Import upstream openal commit, fixing an assert in debug iterators:
2024-04-15 19:06:59 -03:00
Miku AuahDark 53a7dd6097 Merge pull request #15 from learn-more/gitignore
Fix .gitignore paths
2024-04-15 20:44:44 +08:00
Mark Jansen 6e6dc07448 Fix .gitignore paths 2024-04-14 18:28:32 +02:00
Miku AuahDark 2c45b8bb87 Merge pull request #14 from learn-more/luajit
Copy LuaJIT to the same directory as it is used from
2024-04-13 15:02:45 +08:00
Miku AuahDark 3b7b4cb6cd LuaJIT: Workaround build script to always link with multithread DLL.
See LuaJIT/LuaJIT#1127.
2024-04-08 19:21:52 +08:00
Chris Robinson 3718aad414 Import upstream openal commit, fixing an assert in debug iterators:
Original commit: 94a6230a7295ff93815e2293189d5177fd6fca92
Don't try to sort an empty list
2024-04-03 21:34:01 +02:00
Mark Jansen 8401cc7d6f Copy LuaJIT to the same directory as it is used from 2024-04-03 21:23:04 +02:00
Miku AuahDark 846f6053f9 OpenAL-soft: Add love-android-specific exports. 2024-03-31 12:42:23 +08:00
Miku AuahDark a41f2bfd3c CI: Update actions/checkout to v4. 2024-03-31 11:33:36 +08:00
Miku AuahDark 6b677723de CI: Always use Command Prompt when running commands. 2024-03-31 11:32:25 +08:00
Miku AuahDark a4b28ab337 Workaround Strawberry PERL intrusive paths. 2024-03-31 11:23:57 +08:00
Miku AuahDark e745aefed4 Update LuaJIT to LuaJIT/LuaJIT@d06beb0. 2024-03-31 11:20:09 +08:00
Miku AuahDark f3eefb66f5 Add support on compiling with Ninja. 2024-03-31 10:43:01 +08:00
Miku AuahDark e8b760c020 LuaJIT: Allow compilation when targetting Windows ARM64.
As LuaJIT now supports Windows ARM64, the safeguards are no longer necessary.
2024-03-21 11:19:51 +08:00
Miku AuahDark 798b4232c0 OpenAL-soft: Workaround compile error on PFFFT in Windows ARM64 for time being.
Issue kcat/openal-soft#979.
2024-03-21 10:20:39 +08:00
Miku AuahDark 30c0659cdf Merge branch 'vsdevcmd' 2024-03-21 10:04:51 +08:00
Miku AuahDark a4d8d6f2c8 Run cl.exe to show compiler version when compiling LuaJIT. 2024-03-21 09:07:40 +08:00
Miku AuahDark fd43b54114 Use VsDevCmd.bat when available. 2024-03-21 09:03:18 +08:00
Miku AuahDark c663769869 Update OpenAL-soft version. 2024-03-20 11:23:18 +08:00
Miku AuahDark 1f5af9ee3f OpenAL-soft: Apply megasource-specific patches. 2024-03-20 11:22:56 +08:00
Miku AuahDark 73a6fc9196 Update OpenAL-soft to 1.23.1-bc7cb17. 2024-03-20 11:06:03 +08:00