TheKodeToad
ff3968e36e
Fix brace war crime
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-10-27 11:36:38 +00:00
TheKodeToad
d626604b5e
Fix issues with log level handling and clean up code
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-10-25 14:20:15 +01:00
Alexandru Ionut Tripon
a550277fda
fix: warn before double-click toggling resource while game is running ( #4232 )
2025-10-19 13:07:02 +03:00
Gingeh
abc63e4432
fix: warn before double-click toggling resource while game is running
...
Closes #4119
Signed-off-by: Gingeh <39150378+Gingeh@users.noreply.github.com >
2025-10-07 16:17:43 +11:00
Marco von Rosenberg
182d130c18
fix: prioritize .ftbapp/version.json in FTB App import
...
Newer versions of FTB App create a stub version.json in the instance
root with only a comment directing to .ftbapp/version.json. The old
logic would find this stub file first and fail to parse it, causing
modpacks to not be detected.
This fix checks .ftbapp/version.json first (newer location) before
falling back to the root version.json (older location).
Signed-off-by: Marco von Rosenberg <codingmarco@gmail.com >
2025-10-06 21:56:19 +09:00
Trial97
88399cf922
fix: modrinth modpacks icon importing
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-09-22 14:47:56 +03:00
Alexandru Ionut Tripon
f7e58723e0
Fix typo in status message for asset files ( #4161 )
2025-09-22 00:02:00 +03:00
Octol1ttle
b605685187
feat(FindJavaPaths): also use asdf to find Java
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com >
2025-09-21 13:45:35 +05:00
Octol1ttle
542ad146ad
fix(FindJavaPaths): use SDKMAN_DIR env var to find sdkman installations
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com >
2025-09-21 13:44:38 +05:00
Kat Tschan
418b84a599
Fix typo in status message for asset files
...
Signed-off-by: Kat Tschan <kat@kattschan.co.uk >
2025-09-20 16:39:53 -04:00
TheKodeToad
d384970694
Merge remote-tracking branch 'upstream/develop' into unused-code
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-19 11:06:34 +01:00
Alexandru Ionut Tripon
51a444624d
Replace getThemedIcon with QIcon::fromTheme/APPLICATION->logo() ( #4156 )
2025-09-19 12:20:50 +03:00
TheKodeToad
49b238f384
Properly remove gameoptions
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-19 09:42:13 +01:00
TheKodeToad
7789ba8608
Remove unused code
...
GameOptions.{h,cpp}, GameOptionsPage.{h,cpp}, ThemeWizardPage.cpp
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-19 09:04:29 +01:00
TheKodeToad
5d46f79f19
Fix crash in Rule::apply
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-19 00:25:26 +01:00
TheKodeToad
cd4f119e4b
Replace getThemedIcon with APPLICATION->logo()
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-19 00:07:05 +01:00
TheKodeToad
7c9c9432dd
Remove pointless const_cast in ProgressWidget
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-17 11:24:10 +01:00
TheKodeToad
24726ea621
Avoid const-cast in WorldList - subclass is unnecessary and result->formats() is correct
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-17 10:50:54 +01:00
TheKodeToad
5ef61aa445
Make BaseVersion const-correct in order to remove const-cast from Meta::Version
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-09-17 10:30:00 +01:00
Trial97
29cff14fd6
removed some duplicate code
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-09-15 18:25:07 +03:00
Trial97
ab3bfb0f74
make universal resource type
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-09-15 18:25:06 +03:00
timoreo
b8ff2ce406
Fix minor annoyances ( #4086 )
2025-09-15 13:28:01 +02:00
timoreo
f665579c62
Simplify Rule class ( #4040 )
2025-09-15 10:14:15 +02:00
timoreo
31852724b1
Fix resource update with loaders ( #3108 )
2025-09-12 11:14:02 +02:00
timoreo
2ed5650c4f
catpacks+gif= ❤️ ( #3315 )
2025-09-08 17:29:46 +02:00
timoreo
d877f07662
Properly refresh modpack search upon changing filters ( #4043 )
2025-09-08 17:19:34 +02:00
Cinnamon
9ecc11787f
Update TranslationsModel.cpp
...
Signed-off-by: Cinnamon <rblossom.dev@gmail.com >
2025-08-31 10:14:40 -05:00
TheKodeToad
2b0d135afd
More consistent padding and frames
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-21 15:08:18 +01:00
TheKodeToad
83736950d9
Consistent case style
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-21 15:08:18 +01:00
TheKodeToad
81e4f1cf7a
Prevent View Configs showing in places it shouldn't
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-21 15:08:18 +01:00
TheKodeToad
40f45b19f4
Make search bars consistent
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-21 15:08:16 +01:00
TheKodeToad
22d651f041
Fix buggy movement in screenshots page
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-21 13:05:13 +01:00
Trial97
8c9b504382
fix: datapack/resourcepack parsing
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-08-21 15:00:00 +03:00
TheKodeToad
31e0c07bf7
Fix #4083 - server address text box is enabled even if auto-join is disabled
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-21 12:45:48 +01:00
TheKodeToad
0f6d589c6b
Merge branch 'PrismLauncher:develop' into refactor-filter
2025-08-20 14:48:15 +01:00
Seth Flynn
4a7772e2d1
Use C++20 ( #3957 )
2025-08-18 12:15:53 -04:00
TheKodeToad
8420e75cfa
Merge branch 'develop' into refactor-filter
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-18 11:40:38 +01:00
TheKodeToad
2ae9b63a22
Add Ornithe, LegacyFabric and Rift mod loader filters ( #4041 )
2025-08-11 23:14:20 +01:00
TheKodeToad
d1f7bcd6c6
Properly refresh modpack search upon changing filters
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-05 18:55:07 +01:00
moehreag
98ae99c513
add Rift in the two places I missed
...
Signed-off-by: moehreag <moehreag@gmail.com >
2025-08-05 12:09:27 +02:00
moehreag
100b209043
Add Ornithe, LegacyFabric and Rift mod loader filters
...
Signed-off-by: moehreag <moehreag@gmail.com >
2025-08-05 11:12:22 +02:00
TheKodeToad
aaa1a74875
Reintroduce some encapulation
...
As much as I like keeping things as simple as possible it's probably best to be consistent with other library related stuff
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-04 15:43:05 +01:00
TheKodeToad
3ba9483011
Simplify Rule
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-04 15:36:11 +01:00
TheKodeToad
d7eddd3773
Replace IPathMatcher stuff with Filter
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-04 15:03:22 +01:00
TheKodeToad
d41db5253e
Refactor Filter
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-04 14:02:54 +01:00
TheKodeToad
6abd7ac673
Remove invisible GroupBoxes (they appear on Fusion)
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-04 10:22:25 +01:00
TheKodeToad
99f6a02a14
Cat Fit -> Cat Scaling
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-03 12:14:03 +01:00
TheKodeToad
6ab1a246cb
Use radio buttons for Instance Renaming Mode
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me >
2025-08-03 12:09:10 +01:00
Trial97
29231e2038
chore: update to cxx20
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-07-30 18:52:52 +03:00
timoreo
b5c86ffee6
ensure that both cape and skin are downloaded via https ( #4006 )
2025-07-30 06:51:16 +02:00