Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-11 | fix: use QColorConstants in Qt 5.14+ | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-10 | Fix transparency in skin icon | maple! | |
QPainter has a bug where drawing transparency to a freshly initialized, empty QPixmap causes garbage data to be drawn. This broke the rendering of the skin icon. The fix is simply to fill the QPixmap with empty transparent pixels beforehand. Signed-off-by: maple! <averyrudelphe@gmail.com> | |||
2023-08-05 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into pack_changelog | |||
2023-08-04 | Merge pull request #1459 from Scrumplex/format | Sefa Eyeoglu | |
2023-08-04 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | Merge branch 'develop' into sparkle-disable | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | Merge pull request #1391 from Trial97/prism_export2 | Sefa Eyeoglu | |
2023-08-02 | Merge pull request #1476 from Scrumplex/fix-saving-metaurl | Sefa Eyeoglu | |
2023-08-02 | fix: don't reset meta url on launch | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | chore: reformat | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | fix: add missing headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | fix: fix undisciplined multiple inheritance | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | fix: remove irregular enum initialization | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | fix: simplify switch statement | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | fix: take JavaCheckResult by const reference | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-08-02 | Merge pull request #1339 from TheKodeToad/remove-direct-launch | Sefa Eyeoglu | |
2023-08-02 | Merge pull request #1359 from Trial97/import | Sefa Eyeoglu | |
2023-08-02 | Update launcher/ui/pages/modplatform/import_ftb/ImportFTBPage.h | Alexandru Ionut Tripon | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | |||
2023-08-02 | Merge pull request #1294 from ashuntu/develop | Sefa Eyeoglu | |
2023-08-02 | Merge pull request #1445 from Trial97/curse | TheKodeToad | |
feat: removed flame quilt warning | |||
2023-08-02 | fix: fix copyright year | Apix | |
Signed-off-by: Apix <apix0n@outlook.com> | |||
2023-07-30 | Merge pull request #1449 from Trial97/tehnic | Sefa Eyeoglu | |
Reintroduce parsing of INI files | |||
2023-07-28 | Merge branch 'PrismLauncher:develop' into develop | Ash | |
2023-07-27 | Merge pull request #1437 from LostLuma/instance-export-ignore-caches-2 | Sefa Eyeoglu | |
2023-07-27 | refactor: introduce internal Launcher_ENABLE_UPDATER variable | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-27 | chore: don't include sparkle when not enabled | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-27 | Ignore cache files entirely, also apply to modpack export | LostLuma | |
Signed-off-by: LostLuma <lilly@lostluma.net> | |||
2023-07-26 | feat: disable sparkle when update url is empty | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-27 | fiexed conflicts | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-27 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into prism_export2 | |||
2023-07-26 | fix: add support for QByteArray inifile | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-26 | Update launcher/ui/MainWindow.cpp | Alexandru Ionut Tripon | |
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | |||
2023-07-26 | fix: typo in task.h | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-26 | removed quilt warning | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-26 | Address review comments | LostLuma | |
Signed-off-by: LostLuma <lilly@lostluma.net> | |||
2023-07-26 | Merge pull request #1427 from tjw123hh/develop | TheKodeToad | |
Add some missing strings to translations | |||
2023-07-26 | Ignore cache files when exporting instances | LostLuma | |
Signed-off-by: LostLuma <lilly@lostluma.net> | |||
2023-07-25 | Delete some incorrect `notr="true"` tags | tjw123hh | |
Signed-off-by: tjw123hh <tjw123hh@outlook.com> | |||
2023-07-24 | Merge pull request #1426 from TheKodeToad/token-censor-fix | Sefa Eyeoglu | |
2023-07-24 | Fix token "0" being replaced | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-24 | Delete some incorrect tags | tjw123hh | |
2023-07-22 | Merge pull request #1402 from Trial97/flame_import | TheKodeToad | |
feat:made flame instace creation use metadata for recommended version | |||
2023-07-21 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into import | |||
2023-07-21 | replaced require with ensure for jvmArgs | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-19 | use range for | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-19 | removed subdirectory flag | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-19 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into catpacks | |||
2023-07-19 | Merge pull request #1399 from Scrumplex/offline-uuid | TheKodeToad | |
fix: generate predictable UUIDs for offline accounts | |||
2023-07-18 | wait to load metadata | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-18 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into flame_import |