Andy Vandijck
1c73f0c7d3
Fix configure
...
Fix configure
2025-07-13 15:06:21 +02:00
Andy Vandijck
3aff3784cf
Update BZ2 library for windows debug
...
Update BZ2 library for windows debug
2025-07-13 14:58:33 +02:00
Andy Vandijck
59fa419820
Reduce allocated memory after read for BZ2
...
Reduce allocated memory after read for BZ2
2025-07-13 14:13:46 +02:00
Rafael Kitover
b0820a28b6
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-13 10:00:19 +00:00
Andy Vandijck
a782c1c5fe
Fix CI
...
Fix CI
2025-07-13 11:12:57 +02:00
Andy Vandijck
16a73fcbcf
Fix LZMA MSVC build
...
Fix LZMA MSVC build
2025-07-13 10:24:00 +02:00
Andy Vandijck
9ff3b9e3b7
Merge branch 'master' of github.com:visualboyadvance-m/visualboyadvance-m
2025-07-13 10:11:06 +02:00
Andy Vandijck
379be68f69
Tar recognition
...
Tar recognition
2025-07-13 10:11:02 +02:00
Rafael Kitover
8bfb39b3ad
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-13 08:00:26 +00:00
Rafael Kitover
d97c8eabf5
translations: rebuild source .pot
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-13 08:00:07 +00:00
Andy Vandijck
e42e6323e8
Merge branch 'master' of github.com:visualboyadvance-m/visualboyadvance-m
2025-07-13 09:39:50 +02:00
Andy Vandijck
d0463ddb5e
Initial tar support
...
Initial tar support
2025-07-13 09:39:38 +02:00
Rafael Kitover
1da359ba22
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-12 16:00:19 +00:00
Andy Vandijck
15612c2bcc
Add BZ2 and LZMA support options
...
Add BZ2 and LZMA support options
2025-07-12 17:32:28 +02:00
Andy Vandijck
11a941f33d
Set max rom size (32MB) to BZ2 and fix block size
...
Set max rom size (32MB) to BZ2 and fix block size
2025-07-12 14:25:02 +02:00
Andy Vandijck
a808cfb6f5
Update macOS plist
...
Update macOS plist
2025-07-12 13:44:52 +02:00
Andy Vandijck
0266b9e4d1
Optimize LZ size detection
...
Optimize LZ size detection
2025-07-12 13:27:47 +02:00
Andy Vandijck
ef01f4c491
Fix bz2
...
Fix bz2
2025-07-12 13:14:37 +02:00
Andy Vandijck
d784b60aaa
Fix BZ2 size
...
Fix BZ2 size
2025-07-12 13:11:59 +02:00
Rafael Kitover
67b17f50ec
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-12 09:00:22 +00:00
Rafael Kitover
be6addf034
translations: rebuild source .pot
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-12 09:00:06 +00:00
Andy Vandijck
d9b58d683e
Add .lz extension
...
Add .lz extension
2025-07-12 10:54:22 +02:00
Andy Vandijck
604f5412a6
Add LZIP support
...
Add LZIP support
2025-07-12 10:52:17 +02:00
Rafael Kitover
de64dfd9e9
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-12 07:00:23 +00:00
Rafael Kitover
024ae098e6
translations: rebuild source .pot
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-12 07:00:06 +00:00
Andy Vandijck
3d7cce05aa
Fix Linux build
2025-07-12 08:18:51 +02:00
Rafael Kitover
205459f7ae
build: add bzip2 and liblzma[tools] to vcpkg ports
...
Add `bzip2` and `liblzma[tools]` to the vcpkg ports dependencies list
for the new `.bz2` and `.xz` support.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-11 19:31:20 +00:00
Andy Vandijck
3ac5aa4f27
Add .xz extension
...
Add .xz extension
2025-07-11 19:57:32 +02:00
Andy Vandijck
6fedbdc512
Add .xz support
...
Add .xz support
2025-07-11 19:55:09 +02:00
Andy Vandijck
996a827d8e
Merge branch 'master' of github.com:visualboyadvance-m/visualboyadvance-m
2025-07-11 16:38:50 +02:00
Andy Vandijck
0c91d45627
Add .bz2 file support
...
Add .bz2 file support
2025-07-11 16:38:46 +02:00
Andy Vandijck
3cf6ac5a80
Optimize unrar for MinGW
...
Optimize unrar for MinGW
2025-07-11 15:56:47 +02:00
Rafael Kitover
c5d1862e4e
build: fix x86-mingw build
...
Amend the cpp macro checks in the unrar code to fix the build for MinGW.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-11 06:33:10 +00:00
Andy Vandijck
c63469ac63
Fix warnings
2025-07-10 13:54:40 +02:00
Andy Vandijck
3e0541c639
Update unrar to V7.1.8
...
Update unrar to V7.1.8
2025-07-10 11:14:41 +02:00
Andy Vandijck
00e48e11e6
Fix RAR support
...
Fix RAR support
2025-07-10 11:03:05 +02:00
Rafael Kitover
07c6e3119e
build: remove vcpkg pkgconf dep
...
Remove pkgconf from the list of vcpkg dependency packages, because it is
automatically installed as a host build dependency and an explicit
dependency on the target triplet package is not required.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-09 14:42:37 +00:00
Andy Vandijck
3d8ed512cf
Use macOS 10.10 Sparkle
2025-07-09 16:14:06 +02:00
Andy Vandijck
e49cce5b9e
Update win32-deps submodule to latest version
...
Update win32-deps submodule to latest version
2025-07-09 14:29:11 +02:00
Rafael Kitover
1dfd7ec121
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-09 07:00:24 +00:00
Rafael Kitover
f1beea9214
release v2.2.0
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-08 22:40:16 +00:00
Rafael Kitover
865add067d
Adjust throttle limit 450 -> 1000
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-08 16:45:42 +00:00
Andy Vandijck
22c620967d
Fix fullscreen window for SDL only
2025-07-08 14:51:43 +02:00
Rafael Kitover
8dfc9fa14b
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-08 11:00:19 +00:00
Andy Vandijck
20db98897d
Add dark mode support
...
Add dark mode support
2025-07-07 20:44:54 +02:00
Rafael Kitover
8a2cec5790
translations: transifex pull
...
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
2025-07-07 14:00:20 +00:00
Andy Vandijck
78a1c42162
Fix crash when closing D3D9 window
...
Fix crash when closing D3D9 window
2025-07-07 15:13:19 +02:00
Andy Vandijck
469c8713b8
Merge branch 'master' of https://github.com/visualboyadvance-m/visualboyadvance-m
2025-07-07 13:19:15 +02:00
Andy Vandijck
ec3e46abc8
Fix indent
...
Fix indent
2025-07-07 13:19:10 +02:00
Andy Vandijck
f69ce0de0f
Fix macOS FAudio linking
...
Fix macOS FAudio linking
2025-07-07 12:52:14 +02:00