Seth Flynn
|
fd91f87c21
|
style: re-format tree with editorconfig
```
find $PWD \
-type f \
! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
-exec eclint -fix {} \;
```
Signed-off-by: Seth Flynn <getchoo@tuta.io>
|
2026-01-18 15:48:07 -05:00 |
|
Seth Flynn
|
686ad72e03
|
build: add clang-format target
Through the power of CMake itself, we can format our files
Signed-off-by: Seth Flynn <getchoo@tuta.io>
|
2026-01-18 15:48:01 -05:00 |
|
Tayou
|
1c4d378fc4
|
fix: improve we couldn't launch after 3 tries message (#4805)
|
2026-01-18 20:25:34 +01:00 |
|
Alexandru Ionut Tripon
|
e8b5d49154
|
Take $GRADLE_USER_HOME into account when looking for JDKs (#4790)
|
2026-01-18 01:17:46 +02:00 |
|
DioEgizio
|
d5da7c9bde
|
fix: improve we couldn't launch after 3 tries message
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
|
2026-01-17 22:05:57 +01:00 |
|
DioEgizio
|
a98ec194be
|
hack: resolve dependencies for imageformats on mingw
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
|
2026-01-17 20:45:33 +01:00 |
|
Trial97
|
479d5aff77
|
add note to FTB page
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 18:15:55 +02:00 |
|
Trial97
|
77f41a2a29
|
fix build
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 18:15:55 +02:00 |
|
Trial97
|
09f548f688
|
initilize world size
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:34:47 +02:00 |
|
Trial97
|
6a41932e65
|
add more loaders to ovveride setting
fixes #4624
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:34:05 +02:00 |
|
Trial97
|
e5aa5e298f
|
remove followSymlinks calls
most probably they were used incorectly anyway
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:31:51 +02:00 |
|
Trial97
|
0b81260cab
|
update local pack by url
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:30:43 +02:00 |
|
Trial97
|
38ac238cfa
|
fix packwiz log spam
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
fcc557a79d
|
add cancel to confirm disable dialog
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
3b3e246501
|
only emit changes when the count changes
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
85071e8919
|
only emit changes on the modified collumns
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Alexandru Ionut Tripon
|
f3495bc4c0
|
Apply suggestions from code review
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
67a724f990
|
improve toggle message
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
35750ebada
|
update toggle message box
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
1735814d42
|
add confirmation dialog
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Alexandru Ionut Tripon
|
8c824ed3d6
|
Update launcher/minecraft/mod/ModFolderModel.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:22 +02:00 |
|
Trial97
|
c9426da64d
|
Update launcher/minecraft/mod/ModFolderModel.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
1a82a83e36
|
rework parse dependency function
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
36e540ed11
|
fix toggle action
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
ba4d9cadc4
|
change to QSet to remove duplicates
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
947656df0f
|
feat: display mod dependencies
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
66f0f95fd7
|
feat: make dependencies auto disable/enable
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
22539a4ff8
|
feat: add requireBy and requires columns
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
bacce134c0
|
feat: store provider dependencies
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
8cf41be77f
|
feat: decode dependencies from mod jar
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:26:21 +02:00 |
|
Trial97
|
7ee4b35aee
|
chore: update link and sync with other providers changes
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:25:20 +02:00 |
|
Trial97
|
c27bc436da
|
Revert "chore: remove FTB modpack support"
This reverts commit ff07714e8c.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 17:25:20 +02:00 |
|
Alexandru Ionut Tripon
|
2e8256e322
|
fix ftb import for old packs (#4787)
|
2026-01-17 17:03:59 +02:00 |
|
Sefa Eyeoglu
|
ff34760868
|
fix build (#4795)
|
2026-01-17 15:41:57 +01:00 |
|
Trial97
|
d05b996c8a
|
fix build
also fixed some warninigs of unused vars and formated the code again
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 02:28:56 +02:00 |
|
Alexandru Ionut Tripon
|
78bc6657f4
|
Allow moving accounts in list (#4647)
|
2026-01-17 02:08:19 +02:00 |
|
Alexandru Ionut Tripon
|
edf1840225
|
Add icons in settings account list (#4684)
|
2026-01-17 02:08:02 +02:00 |
|
Trial97
|
3496b7b3a0
|
fix ftb import for old packs
fixes #4786
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
2026-01-17 01:22:25 +02:00 |
|
TheKodeToad
|
6848d60cad
|
refactor!!!: migrate from shared pointers (#4673)
|
2026-01-16 20:32:17 +00:00 |
|
SandaruKasa
|
267e8f1d33
|
Take $GRADLE_USER_HOME into account when looking for JDKs
Signed-off-by: SandaruKasa <sandarukasa@ya.ru>
|
2026-01-16 21:16:14 +03:00 |
|
renovate[bot]
|
70de524c3a
|
chore(deps): update actions/cache action to v5.0.2
|
2026-01-16 17:59:15 +00:00 |
|
renovate[bot]
|
3ce765fba0
|
chore(deps): update azure/trusted-signing-action action to v1
|
2026-01-15 02:07:09 +00:00 |
|
Alexandru Ionut Tripon
|
5f89187719
|
Fix instance and settings window minimum size (#4769)
|
2026-01-14 23:24:12 +02:00 |
|
Alexandru Ionut Tripon
|
07100658a8
|
Allow opting out of pre-compiled headers (#4768)
|
2026-01-14 23:21:26 +02:00 |
|
TheKodeToad
|
d283726494
|
Fix new instance window being too large
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
2026-01-14 17:07:58 +00:00 |
|
TheKodeToad
|
40c6f79b5f
|
Fix settings window being too large
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
2026-01-14 17:07:58 +00:00 |
|
TheKodeToad
|
90e3c59bd8
|
Fix JavaWizardWidget compilation without PCH
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
2026-01-14 16:20:32 +00:00 |
|
TheKodeToad
|
3a16cf3081
|
Allow toggling pre-compiled headers
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
2026-01-14 16:20:26 +00:00 |
|
Alexandru Ionut Tripon
|
9ced66e990
|
Fix for Prism failing to recognize some shader pack ZIP archives added manually by the user (#4745)
|
2026-01-14 13:51:47 +02:00 |
|
Alexandru Ionut Tripon
|
2f1ab0162b
|
IconList: Make sure we always set new path (#4753)
|
2026-01-14 13:50:46 +02:00 |
|