DioEgizio
b0f7ae1223
Add back drag and dropping to screenshots page ( #5300 )
2026-04-03 21:10:02 +00:00
Octol1ttle
29c4f2f0e8
LaunchController: replace Q_ASSERT_X with regular Q_ASSERT
...
the info specified in the where/what arguments isn't more helpful compared to the default output of Q_ASSERT
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-03 21:22:24 +05:00
Octol1ttle
ad325960e7
LaunchController: clang-tidy
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-03 21:21:44 +05:00
Octol1ttle
c367cc1c59
LaunchController: fix double finish
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-04-03 21:15:37 +05:00
leia uwu
35526b53f9
Add back drag and dropping to screenshots page
...
Fixes #4548
And #1503 was technically fixed when drag and drop was disabled but can also be closed as this does not reintroduce the issue
Signed-off-by: leia uwu <leia@tutamail.com>
2026-04-03 12:24:05 -03:00
Trial97
087ffb26ba
clang-tidy: fix warnings
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-04-03 14:39:27 +03:00
Trial97
8427626e56
add modrinth pre-release support to flexVer implementation
...
extended the flexVer implementation to consider any space that is after
a numeric section as a pre-release.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-04-03 13:59:06 +03:00
Trial97
5a0931d3cf
fix heap overflow with unstable version comparation
...
fixes #5210
fixes #5251 (the removeDuplicates line)
The issue was mostly with the Version parsing and compring
implementation.
Refactored that based on the https://git.sleeping.town/exa/FlexVer
examples.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-04-03 13:59:06 +03:00
0x189D7997
c58562a304
Allow selecting multiple items in Network Error dialog
...
Signed-off-by: 0x189D7997 <199489335+0x189D7997@users.noreply.github.com>
2026-04-02 13:20:03 +00:00
Alexandru Ionut Tripon
a3c5f1f6f2
Fix weird utf archive ( #5186 )
2026-04-02 09:55:40 +00:00
Trial97
0689e58ca2
fixes crash on servers with invalid packet
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-04-01 11:28:10 +03:00
DioEgizio
1450ffca18
fix incorrect mod side beeing saved ( #5283 )
2026-03-31 18:46:02 +00:00
Trial97
fbc45699c1
fix incorrect mod side beeing saved
...
fixes #5262
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-31 00:46:46 +03:00
Trial97
83d82c2519
fix world import
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-30 23:52:48 +03:00
Seth Flynn
17048a586a
Use Launcher_ENVName for launcher environment variable names ( #5226 )
2026-03-29 06:56:04 +00:00
DioEgizio
63a8b43119
chore: clang-format
...
Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-03-27 07:24:15 +01:00
DioEgizio
eb44bdc3b3
fix: fix PRISMLAUNCHER_JAVA_PATHS
...
also set Launcher_ENVName as parent scope directly
Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-03-26 22:07:02 +01:00
Alexandru Ionut Tripon
c7fd66cf97
Revert "Sort modpack entries by version, rather than publishing date" ( #5243 )
2026-03-26 18:05:19 +00:00
Alexandru Ionut Tripon
1b05e33202
do not delete mod on cancel ( #5238 )
2026-03-26 18:04:58 +00:00
DioEgizio
1ea0c7570f
fix: dehardcode PRISMLAUNCHER_JAVA_PATHS too
...
Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-03-26 18:33:44 +01:00
DioEgizio
bf42cfdcf2
fix: rename LAUNCHER_DISABLE_GLVULKAN to PRISMLAUNCHER_DISABLE_GLVULKAN
...
for consistency with other env vars
this also introduces LAUNCHER_ENVNAME in BuildConfig/program_info for rebranded configurations
Signed-off-by: DioEgizio <dioegizio@protonmail.com>
2026-03-26 18:33:44 +01:00
Alexandru Ionut Tripon
5ad45a4098
Warn user on launch if there is not enough available RAM ( #5249 )
2026-03-26 17:00:48 +00:00
Alexandru Ionut Tripon
9f5f1bcf10
Enable automatic update checking by default ( #5259 )
2026-03-26 16:09:48 +00:00
Octol1ttle
3a48d13c07
feat(NetworkJobFailedDialog): implement URL copying
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-26 10:46:37 +05:00
TheKodeToad
7bb746dfab
Safer dialog
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-03-26 10:46:37 +05:00
TheKodeToad
4bc72ccca4
My tweaks
...
Use a tree view instead of table view, remove toggle button (janky)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-03-26 10:46:37 +05:00
TheKodeToad
e6d7e5cdae
Backport new NetJob failure dialog from Octol1ttle's libcurl PR
...
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2026-03-26 10:46:37 +05:00
Octol1ttle
b3fa99dd2f
change: enable automatic update checking by default
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-26 09:29:02 +05: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
Trial97
6674f1e803
Revert "Sort modpack entries by version, rather than publishing date"
...
This reverts commit 9e3893fd62 .
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-23 19:57:07 +02:00
timoreo
c16a25faef
make OpenJ9 logo square ( #5240 )
2026-03-23 16:04:44 +00:00
Tayou
19eba5c6bc
make OpenJ9 logo square
...
Signed-off-by: Tayou <git@tayou.org>
2026-03-23 14:27:54 +01:00
Alexandru Ionut Tripon
f91accdce8
Log error if file open/commit fails ( #5235 )
2026-03-23 13:11:39 +00:00
Trial97
3a65ed4c25
do not delete mod on cancel
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-23 13:26:57 +02:00
Trial97
5136c15833
rate limit the FTB mod downloads
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-23 10:14:23 +02: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
DioEgizio
03543a0cbb
Add CLI option to open main window when launching instance ( #5107 )
2026-03-21 13:17:28 +00:00
Alexandru Ionut Tripon
39bb912aab
feat: ibm semeru runtime open edition support (openj9 jvm) ( #5138 )
2026-03-21 10:01:04 +00:00
Rachel Powers
2f62b8ef06
fix: allow disabling gl and vulkan features with an envvar and disable it by default on appimage/portable ( #5224 )
2026-03-21 01:29:51 +00:00
Rachel Powers
731866c577
Overwrite component update task when it has different network mode ( #5216 )
2026-03-20 23:29:49 +00:00
Rachel Powers
d0705a9406
handle mod formatting codes ( #4550 )
2026-03-20 23:16:00 +00:00
Rachel Powers
26a2b35a3b
Sort modpack versions properly ( #5170 )
2026-03-20 23:00:39 +00:00
DioEgizio
e524fa5b6b
fix: allow disabling gl and vulkan features with an envvar and disable it by default on appimage/portable
...
the previous approach didn't work with runtime symbol lookup errors
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2026-03-20 17:03:07 +01:00
DioEgizio
f945422246
fix: also export LIBGL_KOPPER_DRI2=1 on zink
...
fixes crashes on certain X11 systems
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2026-03-20 14:59:07 +01:00
Octol1ttle
cd006d642b
fix(PackProfile): overwrite update task when it has different network mode
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-03-19 10:54:15 +05:00
Alexandru Ionut Tripon
04786023b0
Some small cleanups ( #4772 )
2026-03-18 20:29:26 +00:00
Alexandru Ionut Tripon
bc809d78d3
fix heap buffer overflow ( #5213 )
2026-03-18 19:33:19 +00:00
Trial97
3967fde405
fix heap buffer overflow
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-03-18 18:13:14 +02:00
Trung Lê
cd06eee030
JavaChecker: Add support for ppc64 and ppc64le architectures
...
Signed-off-by: Trung Lê <8@tle.id.au>
2026-03-19 00:18:23 +11:00
Alexandru Ionut Tripon
53385fdfea
Fix #4695 : Update java path label and tooltip ( #5198 )
2026-03-18 05:38:53 +00:00