1309 Commits

Author SHA1 Message Date
Vishrut Sachan
302d0dabfd Load world metadata asynchronously to avoid blocking UI thread
Signed-off-by: Vishrut Sachan <vishrutsachan2004@gmail.com>
2026-07-26 21:36:38 +05:30
Alexandru Ionut Tripon
a203ae641f Move world import, copy and delete actions to tasks (#5742) 2026-07-26 06:59:12 +00:00
Octol1ttle
5c5a044b61 wrap enum (#5066) 2026-07-25 15:36:07 +00:00
Octol1ttle
cb1c1d1fc3 feat: add Modrinth meta header dependent_on
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-07-24 16:34:56 +05:00
Vishrut Sachan
78e9067972 Fix instance shortcuts breaking when the instance is renamed
Signed-off-by: Vishrut Sachan <vishrutsachan2004@gmail.com>
2026-07-22 12:40:20 +05:30
Octol1ttle
3fbbdd248c Fix crash when opening mods tab after launching an instance (#5707) 2026-07-21 18:54:30 +00:00
Vishrut Sachan
d37bd0b399 Address review feedback
Signed-off-by: Vishrut Sachan <vishrutsachan2004@gmail.com>
2026-07-21 21:31:24 +05:30
Vishrut Sachan
ce2d7bdccc Fix crash when opening mods tab after launching an instance
Signed-off-by: Vishrut Sachan <vishrutsachan2004@gmail.com>
2026-07-21 19:18:00 +05:30
Trial97
6211625a1e fix: crash when trying to install a disabled modloader
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-07-20 19:18:41 +03:00
Andrey Kurlin
2163cb771c Move world import, copy and delete actions to tasks
Signed-off-by: Andrey Kurlin <superkurlin2013@yandex.ru>
2026-06-29 02:30:40 +05:00
Alexandru Ionut Tripon
d2fa7cf7f7 When auth is down, launch into offline mode (#5647) 2026-06-26 13:23:39 +00:00
Alexandru Ionut Tripon
62f537dd8d Sort mod Minecraft versions as version lists (#5705) 2026-06-26 11:55:20 +00:00
James Zhou
f181b5d0d7 fix: recursive mod dependencies
Signed-off-by: James Zhou <yunchengzhou@gmail.com>
2026-06-24 10:39:01 -04:00
Andrey Kurlin
9752f9dfd7 fix: sort mod Minecraft versions as version lists
Signed-off-by: Andrey Kurlin <superkurlin2013@yandex.ru>
2026-06-21 23:58:54 +05:00
Alexandru Ionut Tripon
f654ce8212 Show process start error string in logs (#5644) 2026-06-17 09:57:12 +00:00
Tayou
d71cfc33a2 show error code in dialog, change text for no internet
Signed-off-by: Tayou <git@tayou.org>
2026-06-11 19:51:12 +02:00
Tayou
5f59aa5829 Show error message when device code authorization fails (#5645) 2026-06-11 13:25:36 +00:00
Tayou
0a3adb7912 on server errors, treat account as offline
Signed-off-by: Tayou <git@tayou.org>
2026-06-11 14:39:19 +02:00
Octol1ttle
a90e3d403d fix(LauncherPartLaunch): show process start error string
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-06-10 17:19:55 +05:00
Octol1ttle
81159fd9d7 fix(MSADeviceCodeStep): show network request error message
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-06-04 22:37:17 +05:00
cat
ea2d0d0644 AccountList: Skip refresh when !shouldRefresh
Signed-off-by: cat <cat@plan9.rocks>
2026-06-02 19:06:24 +00:00
Octol1ttle
547b4c0d3a feat(instance logs): log components
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-18 12:18:44 +05:00
Trial97
c8f23c691a wrap enum
This should improve the boilerplate needed to define enums with methods

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-13 10:18:55 +03:00
Trial97
670f49309c chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:23 +03:00
Trial97
b7381d8088 add size column for datapacks
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:23 +03:00
Trial97
bac959bc6f chore(clang-tidy): fix clang tidy warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:26:21 +03:00
Trial97
4c9081a934 add file name column
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-09 23:20:43 +03:00
Trial97
ca721f9d67 add special modrinth header
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-05-08 20:41:10 +03:00
Alexandru Ionut Tripon
813cff612c Fix wrong Xbox failure string (#5492) 2026-05-07 10:53:57 +00:00
Octol1ttle
0a3f7da7e7 XboxAuthorizationStep: clang-tidy
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-05 13:42:45 +05:00
Octol1ttle
a021c86871 XboxAuthorizationStep: fix wrong failure string
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-04 20:23:27 +05:00
Octol1ttle
f6096d21db fix: use "Discrete" key from switcheroo if present
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-05-03 18:43:55 +05:00
Alexandru Ionut Tripon
e7322a4507 fix world size uninitialized memory and UI refresh signal (#5418) 2026-04-19 20:44:06 +00:00
captivator
cbaf45084e fix world size uninitialized memory and UI refresh signal
Signed-off-by: captivator <84224501+qaptivator@users.noreply.github.com>
2026-04-17 15:28:12 +03:00
Octol1ttle
3ee45691ab change: improve checksum mismatch logging
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-16 11:32:58 +05:00
Alexandru Ionut Tripon
44e3ae59e4 Low RAM warning fixes (#5392) 2026-04-15 20:39:08 +00:00
Octol1ttle
5d9622db21 Use newlines more often in macOS dialog for a nicer look
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-14 23:24:10 +05:00
Octol1ttle
0b578fa767 fix(EnsureAvailableMemory/macOS): warn based on memory pressure rather than available RAM
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-14 18:58:47 +05:00
Octol1ttle
ae331cfc9a change(EnsureAvailableMemory): rephrase warning message
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-14 18:43:52 +05:00
Octol1ttle
575be16d3e fix(EnsureAvailableMemory): do not warn if available memory could not be read
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-14 12:47:48 +05:00
Octol1ttle
d5db0c6c1b fix(SkinList): do not consider non-png files correctly
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-14 00:39:34 +05:00
Alexandru Ionut Tripon
966ecd00bd Allow disabling low RAM warning (#5333) 2026-04-10 09:14:47 +00:00
Alexandru Ionut Tripon
e8afd48c67 Don't count JAR mods when checking offline libraries (#5334) 2026-04-09 20:18:41 +00:00
Octol1ttle
658a1391f8 change(EnsureAvailableMemory): add lenience
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-09 22:35:32 +05:00
Octol1ttle
4cf8cf7d18 fix(PrintInstanceInfo): add break before OS info
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-09 20:53:42 +05:00
Octol1ttle
ec4484282c fix: don't count JAR mods when checking offline libraries
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-09 20:31:39 +05:00
Octol1ttle
c044ed36af feat: allow disabling low RAM warning
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-09 19:34:11 +05:00
Trial97
83d82c2519 fix world import
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-30 23:52:48 +03:00
Octol1ttle
69fe3e3b1a feat: warn user on launch if there is not enough available RAM
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-24 12:09:11 +05:00
Octol1ttle
838687fb2e fix: log error if file open/commit fails
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-23 01:07:05 +05:00