Alexandru Ionut Tripon
d4e5c0f95b
[Backport release-10.x] Update clang-tidy config ( #5099 )
2026-02-25 10:05:09 +02:00
Octol1ttle
139da311ff
run clang-format to apply new qualifier alignment
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit dde1d21cbc )
2026-02-25 08:04:49 +00:00
Octol1ttle
a09ad02150
.clang-format: explicitly specify qualifier alignment
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 1486e40f14 )
2026-02-25 08:04:49 +00:00
Octol1ttle
d8daa4fe5f
Update .clang-tidy configuration file
...
Enables most of checks provided by clang-tidy, with checks that do not fit us excluded. The table containing naming conventions was using wrong values, that was fixed and now tidy correctly warns and fixes naming convention issues
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit e8d0163aa4 )
2026-02-25 08:04:49 +00:00
Alexandru Ionut Tripon
17f1bbc072
[Backport release-10.x] Fix backface culling re-enabling with elytra preview on ( #5096 )
2026-02-25 00:17:09 +02:00
Octol1ttle
c826fa9542
fix backface culling reenabling with elytra preview
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit a3eba815dd )
2026-02-24 22:15:50 +00:00
Alexandru Ionut Tripon
dc2cd96557
[Backport release-10.x] fix: parse world_gen_settings.dat for seed ( #5089 )
2026-02-23 00:18:46 +02:00
Trial97
02f23939f5
fix: parse world_gen_settings.dat for seed
...
fixes #5064
Minecraft moved the world gen settins outside the level.dat file.
So now we need to check data/minecraft/world_gen_settings.dat for the
seed.
I did not bother with zip files(I did not even see the zip file in the
launcher so I will not bother with it)
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit e0139185c8 )
2026-02-22 22:18:19 +00:00
Alexandru Ionut Tripon
cc4cc25739
[Backport release-10.x] Actually check for updates on launch ( #5088 )
2026-02-23 00:13:33 +02:00
Octol1ttle
6dae01d8dd
fix(PrismExternalUpdater): actually check for updates on launch
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit dbe2770682 )
2026-02-22 22:12:44 +00:00
Alexandru Ionut Tripon
fafc1ebcd5
[Backport release-10.x] fix tweakers ( #5085 )
2026-02-22 00:57:27 +02:00
Trial97
c38c90afc3
fix tweakers
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit 9d4bde7f96 )
2026-02-22 00:55:57 +02:00
Alexandru Ionut Tripon
d931683485
[Backport release-10.x] OtherLogsPage: Remove CR when removing LF ( #5084 )
2026-02-21 22:46:31 +02:00
Octol1ttle
3ecb1ca9ba
fix(OtherLogsPage): remove CR when removing LF
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 3f11b185a8 )
2026-02-21 20:44:30 +00:00
Alexandru Ionut Tripon
156f7eabd4
[Backport release-10.x] OtherLogsPage: Fix some strings not being translatable ( #5083 )
2026-02-21 22:43:42 +02:00
Alexandru Ionut Tripon
d660ede75c
[Backport release-10.x] Don't show progress dialog when automatically checking for updates ( #5082 )
2026-02-21 22:43:19 +02:00
Alexandru Ionut Tripon
f2de9af720
[Backport release-10.x] Skin renderer: Do not enable backface culling ( #5081 )
2026-02-21 22:42:56 +02:00
Alexandru Ionut Tripon
c2bfe0dae8
[Backport release-10.x] NewsDialog: Save and restore geometry ( #5080 )
2026-02-21 22:42:42 +02:00
Octol1ttle
fe2bd2ddbd
fix(OtherLogsPage): make UI strings translatable
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 668cbf4ee0 )
2026-02-21 20:42:37 +00:00
Octol1ttle
4d72815679
change(PrismExternalUpdater): don't show progress dialog when autochecking
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 61c6eb0b4f )
2026-02-21 20:41:07 +00:00
Octol1ttle
3cfe16a3d7
fix(SkinOpenGLWindow): do not enable backface culling
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 3422fa5c5a )
2026-02-21 20:34:35 +00:00
Octol1ttle
dce9cab56b
feat(NewsDialog): save and restore geometry
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit d8a25f55e4 )
2026-02-21 20:32:17 +00:00
TheKodeToad
28ad98862b
[Backport release-10.x] Stop showing a star on the oldest java ( #5065 )
2026-02-19 13:42:39 +00:00
TheKodeToad
dc2b29529c
Stop showing a star on the oldest java
...
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
(cherry picked from commit 3c076bfcf6 )
2026-02-19 13:38:37 +00:00
Alexandru Ionut Tripon
e8e127ee27
[Backport release-10.x] fix crash with skin format ( #5057 )
2026-02-18 15:09:57 +02:00
Trial97
a8eddf566e
fix crash with skin format
...
fixes #4994
All the formats lower than Format_Indexed8 will have less information
and can't be used directly.
Also added the check for alphaChannel check just to be sure.
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit fe5aee2619 )
2026-02-18 13:08:55 +00:00
Alexandru Ionut Tripon
5bfde9c8ee
[Backport release-10.x] fix(flame): avoid double-fail assert in file resolving ( #5049 )
2026-02-17 22:47:23 +02:00
m0nstrum
2c946258af
fix(flame): gate modrinth fallback parsing on success
...
Signed-off-by: m0nstrum <m0nstrum@proton.me>
(cherry picked from commit 3576c2f101 )
2026-02-17 20:44:49 +00:00
m0nstrum
374ecfd2fb
fix(flame): avoid double-fail assert in file resolving
...
Signed-off-by: m0nstrum <m0nstrum@proton.me>
(cherry picked from commit f2cf982ea8 )
2026-02-17 20:44:49 +00:00
Alexandru Ionut Tripon
dfeb3463fe
[Backport release-10.x] Allow overriding URL for downloading legacy FML libs ( #4879 )
2026-02-17 21:55:20 +02:00
Alexandru Ionut Tripon
074c54749b
[Backport release-10.x] Fix InstanceStaging reentry crash during Modrinth pack updates ( #5048 )
2026-02-17 21:39:59 +02:00
Trial97
92d305f345
add back missing step
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-02-17 21:37:55 +02:00
Octol1ttle
b17b76bd5c
feat: allow overriding URL for downloading legacy FML libs
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-02-18 00:16:24 +05:00
Octol1ttle
eecad73cb9
refactor: FMLLibrariesTask -> LegacyFMLLibrariesTask
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2026-02-18 00:16:22 +05:00
abhicommands
2146559a22
Fix InstanceStaging success reentry assertion crash
...
Signed-off-by: abhicommands <114682464+abhicommands@users.noreply.github.com>
(cherry picked from commit 68f98491d5 )
2026-02-17 21:12:03 +02:00
Alexandru Ionut Tripon
70aee4a3fc
[Backport release-10.x] Allow -Duser.language to be overriden ( #5019 )
2026-02-17 21:09:30 +02:00
Alexandru Ionut Tripon
6653018403
[Backport release-10.x] refactor(console): attach console early ( #5018 )
2026-02-17 21:09:09 +02:00
Alexandru Ionut Tripon
b7b4fc8aa4
[Backport release-10.x] Application.h cleanup ( #5001 )
2026-02-17 21:08:50 +02:00
Alexandru Ionut Tripon
9767af6212
[Backport release-10.x]Cache news feed ( #4975 )
2026-02-17 21:08:31 +02:00
Sefa Eyeoglu
e544616bb6
feat: cache news feed
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 2030b481bf )
2026-02-17 21:07:57 +02:00
Alexandru Ionut Tripon
7faaeee2f4
[Backport release-10.x] Print custom environment variables during instance launch ( #4846 )
2026-02-17 21:06:19 +02:00
Octol1ttle
b88c2b109d
fix: don't manually check for instance overrides
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 06d9079be1 )
2026-02-17 21:04:49 +02:00
Octol1ttle
0baca3fbea
feat: print custom environment variables in log
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit ca5e1e0f1b )
2026-02-17 21:04:49 +02:00
Octol1ttle
766de43e33
refactor: use variables for string literals
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 2842defe7f )
2026-02-17 21:04:47 +02:00
Alexandru Ionut Tripon
a9a15a20ef
[Backport release-10.x] Make Minecraft resource URL override consistent with other overrides ( #4877 )
2026-02-17 21:01:49 +02:00
Alexandru Ionut Tripon
9fc5e1c650
[Backport release-10.x] refactor: replace std::list with std::vector ( #4845 )
2026-02-17 21:01:12 +02:00
Alexandru Ionut Tripon
700a2ed7f6
[Backport release-10.x] Do not delete LaunchController before we're done using it ( #4824 )
2026-02-17 21:00:52 +02:00
Alexandru Ionut Tripon
49c436554a
[Backport release-10.x] fix build ( #4799 )
2026-02-17 21:00:37 +02:00
Trial97
4fd270877b
Add QIcon to accountList.cpp
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2026-02-17 20:47:53 +02:00
Trial97
27ea967fc8
fix build
...
also fixed some warninigs of unused vars and formated the code again
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
(cherry picked from commit d05b996c8a )
2026-02-17 20:38:25 +02:00