Commit Graph
11409 Commits
Author SHA1 Message Date
Trial97 3680a052d0 style: modernize net sinks and skin dialog code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 22:47:31 +03:00
Trial97 b2de330862 refactor(skins): fold task subclasses into request factories
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 22:47:31 +03:00
Alexandru Ionut Tripon 0db8771a28 fix: report installed status for non-mod resources (#6059) 2026-09-10 18:06:53 +00:00
Trial97 c20cc6a89d fix: report installed status for non-mod resources
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 20:24:26 +03:00
Alexandru Ionut Tripon c9065adcad feat(launch): add pre-load command (#6041) 2026-09-10 15:51:32 +00:00
timoreo 84f7644729 chore: update sparkle to 2.9.6 (#6065) 2026-09-10 15:04:36 +00:00
timoreo 63f10d18cd fix(modrinth): detect datapacks from project_type and loaders (#6058) 2026-09-10 14:40:51 +00:00
Trial97 c7cfb6d61f feat(launch): add early-launch command
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-10 15:22:51 +03:00
DioEgizio e93cae0e26 chore: update sparkle to 2.9.6
Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-09-10 12:53:35 +02:00
Octol1ttle 592deac57e chore(deps): update determinatesystems/magic-nix-cache-action action to v15 (#6062) 2026-09-10 06:38:40 +00:00
Octol1ttle 6d16d71015 chore(deps): update determinatesystems/update-flake-lock action to v29 (#6063) 2026-09-10 06:20:28 +00:00
renovate[bot] 89dfefa7e7 chore(deps): update determinatesystems/update-flake-lock action to v29 2026-09-10 02:13:46 +00:00
renovate[bot] 31826807b8 chore(deps): update determinatesystems/magic-nix-cache-action action to v15 2026-09-10 02:13:40 +00:00
Alexandru Ionut Tripon 8f241f8f00 build: bump qt minimum to 6.8 (#6049) 2026-09-09 18:41:52 +00:00
Trial97 880e8c919c fix(modrinth): detect datapacks from project_type and loaders
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-09 21:38:24 +03:00
Trial97 3da92e893d refactor: fix clang-tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-09 19:45:32 +03:00
Trial97 6d225d6ec7 build: bump qt minimum to 6.8
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-09 19:45:32 +03:00
Octol1ttle 26b75af8db chore!: update to qt 6.11.2 (#6052) 2026-09-09 16:15:57 +00:00
Alexandru Ionut Tripon 19d9416bcc Fix some atl install bugs (#6035) 2026-09-09 14:59:29 +00:00
Octol1ttle 575a73739a fix(modplatform): update download when version changes (#6048) 2026-09-09 14:54:36 +00:00
Alexandru Ionut Tripon b69f059c8f refactor(launch): merge pre/post launch command steps (#6037) 2026-09-09 14:38:42 +00:00
Octol1ttle 349a82eca0 fix(resources): validate index in onResourceToggle (#6036) 2026-09-09 14:08:32 +00:00
Octol1ttle a5f5799539 Add checkbox to disable profiler on next launch (#6024) 2026-09-09 13:36:35 +00:00
Octol1ttle 2176c85cb4 feat(net): add RpcSink and Spec for typed requests (#6019) 2026-09-09 12:23:04 +00:00
Alexandru Ionut Tripon c204b069df ResourceFolderModel: move resource resolving tasks to separate thread (properly) (#6042) 2026-09-09 11:47:06 +00:00
Alexandru Ionut Tripon c12cd67acb fix: only pass the demo applet parameter when launching the demo (#6051) 2026-09-09 11:37:31 +00:00
Octol1ttle 0c567a050f chore: clean up includes
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-09-09 15:42:24 +05:00
Octol1ttle 8d44475573 fix(ResourceFolderModel): move resource resolving tasks to separate thread (properly)
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-09-09 15:10:25 +05:00
DioEgizio 41a2cad3f0 fix: switch to latest aqtinstall commit
the latest release still doesn't support qt 6.11

Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-09-09 10:54:25 +02:00
DioEgizio f0ac4c060c chore!: update to qt 6.11.2
this also raises the macos minimum version to 13.0

Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-09-09 10:43:43 +02:00
Kim2091 6a3d08c68a fix: only pass the demo applet parameter when launching the demo
The first versions with demo support (12w16a to 12w18a) enable demo mode
whenever the applet's demo parameter is present, ignoring its value:

    if (getParameter("demo") != null)
        minecraft.setDemo(true);

LegacyFrame always set the parameter, and the boolean overload stores the
string "false", which getParameter returns as non-null. Those versions
therefore ran in demo mode on every launch, including for accounts that
own the game. Set the parameter only when the demo was requested.

Assisted-by: Claude Code:claude-opus-5
Signed-off-by: Kim2091 <jpavatargirl@gmail.com>
2026-09-08 19:47:33 -05:00
Trial97 173027f413 feat(modplatform): keep version selection in sync
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-08 21:58:19 +03:00
Trial97 4618feb94e fix(modplatform): update download when version changes
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-08 21:57:11 +03:00
Alexandru Ionut Tripon 5785da3317 add setting to update minecraft instance setting to the latest available version (#3340) 2026-09-07 21:30:54 +00:00
Alexandru Ionut Tripon 2da2e2a1f5 Update Modrinth api (#6045) 2026-09-07 21:14:06 +00:00
Trial97 a34ae672bc feat(mc): improve latest-version auto-update
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-08 00:10:46 +03:00
Trial97 58a452c0a8 refactor(modrinth): fix clang-tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-07 17:36:28 +03:00
Trial97 8cacc4e1e9 feat: add disclosure filters to Modrinth search
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-07 17:14:08 +03:00
Trial97 7391ff7470 refactor(modrinth): use environment search facets
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-07 16:50:39 +03:00
Octol1ttle 7b81e7c852 chore(nix): update lockfile (#6043) 2026-09-06 08:28:03 +00:00
github-actions[bot] 366c341a97 chore(nix): update lockfile
Flake lock file updates:

• Updated input 'nixpkgs':
    'https://releases.nixos.org/nixos/unstable/nixos-26.11pre1063296.83199d0d373d/nixexprs.tar.xz?narHash=sha256-5GWj0FI2uOwKNpXkmpWrSFDe1rCaNBCUQ8d%2BHDtFQPI%3D' (2026-08-28)
  → 'https://releases.nixos.org/nixos/unstable/nixos-26.11pre1068089.c043004d1c69/nixexprs.tar.xz?narHash=sha256-PRK1fSEiAcO29DkUoOlsVLGYRK3h1YKVr%2BqQJB0VcYQ%3D' (2026-09-05)
2026-09-06 00:45:26 +00:00
Trial97 e9b903b8de refactor(launch): centralize variable expansion in Commandline namespace
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 15:37:30 +03:00
Trial97 53671f34e6 refactor(launch): merge pre/post launch command steps
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 15:09:39 +03:00
Trial97 3b441e4da9 fix(resources): null-check queried pack data
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 14:42:34 +03:00
Trial97 079e862d28 fix(resources): validate index in onResourceToggle
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 14:41:59 +03:00
Trial97 3d57b7ab5b refactor(atl): prefix atlauncher members with m_
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 14:28:54 +03:00
Trial97 087626520a fix(atl): don't flag same path as traversal
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 14:28:54 +03:00
Trial97 b79602a6ad fix(atl): persist mc instance across install lifetime
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-09-05 14:06:32 +03:00
Octol1ttle 24124e5b4f Issue/PR template stuff (#6028) 2026-09-04 19:40:29 +00:00
Octol1ttle 45aeff340f change(suggestion template): remove Role input
The "role" of the reporter is often self-explanatory and more often - not needed.

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-09-04 02:40:17 +05:00