Trial97
d7745d97f2
fix modrinth modpack allways download latest
...
fixes #4547
introduced by #3828
made a mistake to use addonId instead ov fileId
this only applies to modrinth
on curseforge I could not reproduce this bug
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-21 22:45:57 +02:00
Alexandru Ionut Tripon
49b66d8a54
chore(nix): update lockfile ( #4545 )
2025-12-21 09:50:46 +02:00
timoreo
52240cc64c
fix accounts crash ( #4543 )
2025-12-21 05:33:14 +01:00
github-actions[bot]
6732d7f99c
chore(nix): update lockfile
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/2fbfb1d73d239d2402a8fe03963e37aab15abe8b?narHash=sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0%3D' (2025-12-11)
→ 'github:NixOS/nixpkgs/c6245e83d836d0433170a16eb185cefe0572f8b8?narHash=sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc%3D' (2025-12-18)
2025-12-21 00:31:41 +00:00
Trial97
08c45684de
match disabled mods on uninstall
...
fixes #4537
This ensures that when looking to uninstall a resource prism will
consider the disabled ones to.
Right now we have a guard in place to prevent resources using the same
name so this check will allways match with the correct resouce.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-20 23:54:31 +02:00
Trial97
f4b22dae90
fix accounts crash
...
fixes #4541
introduced in
3c46d8a412
The original commit introduced m_name but never used it.
When the endActivity would be called with a count of 0 this would crash
the laucnher.
How to reproduce: try to switch your skin in quick succession until you
get 429 too many requests as response to the login.
I will also presume this is not the only crash caused by this(hopefully
it is as it was not catched for four years)
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-20 23:23:27 +02:00
Alexandru Ionut Tripon
d3f59a8a43
fix(skin-preview): smoother chessboard background contrast ( #4534 )
2025-12-20 18:51:04 +02:00
Tayou
5c6c92f286
fix skin preview leg rendering ( #4538 )
2025-12-20 13:00:06 +01:00
Tayou
fcf201755c
fix skin preview leg rendering
...
Signed-off-by: Tayou <git@tayou.org >
2025-12-20 08:50:49 +01:00
Rachel Powers
42b72d676c
fix(skin-preview): smoother chessboard background contrast
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com >
2025-12-19 16:53:31 -07:00
Alexandru Ionut Tripon
877b824c3b
fix skin depth ( #4524 )
2025-12-19 20:26:51 +02:00
Alexandru Ionut Tripon
2f540ffc61
fix elytra preview ( #4525 )
2025-12-19 20:26:35 +02:00
Seth Flynn
53fbc39ad1
Use sharun to bundle AppImage ( #4515 )
2025-12-19 03:43:51 -05:00
Alexandru Ionut Tripon
d1df515bcc
Updated App icon for macOS 26 ( #4160 )
2025-12-19 10:37:25 +02:00
Trial97
e360a95c23
fix elytra preview
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-19 01:14:19 +02:00
Trial97
624d506fac
fix skin depth
...
The skin overlay was drawn together with the original skin making it
blend weirdly. By drawing the overlay after the skin this blends with
the body corectly.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-19 00:01:39 +02:00
Alexandru Ionut Tripon
53e090f035
Trim unexpected info from pack.mcmeta ( #4522 )
2025-12-18 23:51:15 +02:00
Dylan Schooner
51b47050f9
Check specifically for GarbageAtEnd error
...
- Out parameter for garbage data\n- Rename parseUntilMalformed to parseUntilGarbage
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-12-18 15:23:48 -05:00
Dylan Schooner
9c7fe72f9c
Use Json::parseUntilMalformed in McClient::parseResponse
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-12-18 14:14:29 -05:00
Dylan Schooner
e1eee6e3ca
Add Json::parseUntilMalformed helper
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-12-18 13:33:13 -05:00
Dylan Schooner
43fce3ae46
Trim unexpected info from pack.mcmeta
...
Signed-off-by: Dylan Schooner <dschooner05@gmail.com >
2025-12-18 12:34:41 -05:00
Alexandru Ionut Tripon
018ff600f6
Use static image when opengl context is not available ( #4509 )
2025-12-18 13:21:00 +02:00
Seth Flynn
5d5f22e672
ci(linux): verify appstream info for appimages
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-12-17 23:53:47 -05:00
Seth Flynn
e39e59acb6
revert: "fix(launcher): set correct bin path for self-contained appimages"
...
Refs: b1b4b5d
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-12-17 23:53:47 -05:00
Seth Flynn
1d8bf82ef8
revert: "fix(appimage): launch external processes with bundled linker"
...
Refs: c305ed4
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-12-17 23:53:46 -05:00
Seth Flynn
06e99e2990
build(linux): use sharun for appimage bundling
...
This should fix issues with OpenGL, as well as help as avoid using some
annoying (and fragile) hacks to locate our actual binary/other resources
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-12-17 23:53:42 -05:00
Trial97
f7111b6ec1
fix legacy skin model
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-17 00:03:19 +02:00
Alexandru Ionut Tripon
3c570f9e9c
Update launcher/ui/dialogs/skins/SkinManageDialog.cpp
...
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com >
2025-12-16 20:56:41 +02:00
Alexandru Ionut Tripon
1dd8c9606f
server player req: parse malformed json ( #4512 )
2025-12-16 16:35:20 +02:00
Tayou
5ebd386797
server player req: parse malformed json
...
ATM10 server seems to send a extra json object after the default response, that we need to cut off.
Signed-off-by: Tayou <git@tayou.org >
Co-authored-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-16 14:51:01 +01:00
Trial97
177e7b272b
Use static image when opengl context is not available
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-12-16 13:36:28 +02:00
Alexandru Ionut Tripon
8cfed54399
fix: actually fix toml++ on fedora ( #4506 )
2025-12-16 10:27:25 +02:00
DioEgizio
9aa1a4d11b
fix: actually fix toml++ on fedora
...
oops
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com >
2025-12-16 08:44:56 +01:00
Alexandru Ionut Tripon
92a12b5617
chore(deps): update korthout/backport-action action to v4.0.1 ( #4500 )
2025-12-16 08:50:49 +02:00
renovate[bot]
981b3fc48e
chore(deps): update korthout/backport-action action to v4.0.1
2025-12-15 18:07:32 +00:00
Seth Flynn
fc3c5cba30
Use multibyte encoding aware libarchive functions when dealing with filenames ( #4457 )
2025-12-15 08:09:25 -05:00
Rachel Powers
b40544dc55
fix: remove locale forcing as unnecessary
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com >
2025-12-14 22:43:22 -07:00
Rachel Powers
e53093c4b4
feat: Use pre-compiled headers
...
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com >
2025-12-14 21:15:23 -07:00
Alexandru Ionut Tripon
bf0d0a1d5b
change(Actions): cancel outdated builds ( #4483 )
2025-12-14 19:32:04 +02:00
Richard Voigtmann
e7f801c4c4
Add suggestion from code review
...
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com >
Signed-off-by: Richard Voigtmann <71901885+ShadowPaint-SP@users.noreply.github.com >
2025-12-14 11:07:19 +01:00
Richard Voigtmann
e46b0335ab
xCode version check
...
Signed-off-by: Richard Voigtmann <richard.v.voigtmann@gmail.com >
2025-12-14 09:46:53 +01:00
Alexandru Ionut Tripon
fd338ce273
chore(nix): update lockfile ( #4488 )
2025-12-14 08:44:18 +02:00
Rachel Powers
c33d104dc3
fix leak of cloned entry ( #4487 )
2025-12-13 18:52:49 -07:00
Richard Voigtmann
e125f4767f
removed unnecessary Option from actool command and failsafe attempt for older versions
...
Signed-off-by: Richard Voigtmann <richard.v.voigtmann@gmail.com >
2025-12-14 02:14:27 +01:00
github-actions[bot]
7e9324be20
chore(nix): update lockfile
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/f61125a668a320878494449750330ca58b78c557?narHash=sha256-BmPWzogsG2GsXZtlT%2BMTcAWeDK5hkbGRZTeZNW42fwA%3D' (2025-12-05)
→ 'github:NixOS/nixpkgs/2fbfb1d73d239d2402a8fe03963e37aab15abe8b?narHash=sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0%3D' (2025-12-11)
2025-12-14 00:31:50 +00:00
Rachel Powers
59313204b2
chore(deps): update korthout/backport-action action to v4 ( #4485 )
2025-12-13 16:06:14 -07:00
Rachel Powers
95d2789199
fix archive detection ( #4486 )
2025-12-13 16:02:50 -07:00
Alexandru Ionut Tripon
960c3a56b0
fix: bundle cmark in portable build ( #4476 )
2025-12-14 00:56:40 +02:00
Alexandru Ionut Tripon
66c9fafbe8
Use old ProjectItem highlight on Windows styles ( #4466 )
2025-12-14 00:56:30 +02:00
Alexandru Ionut Tripon
ed63a355b0
fix partial java download ( #4472 )
2025-12-14 00:55:05 +02:00