aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2022-02-26Merge pull request #201 from Scrumplex/fix-instancetype-reregistrationSefa Eyeoglu
2022-02-26fix: load instances no matter their instance typeSefa Eyeoglu
2022-02-25merge upstream and resolve conflictsflow
2022-02-26Merge pull request #183 from timoreo22/fix-versions-segfaultEzekiel Smith
Fixed segfault in mod download
2022-02-26Merge pull request #192 from Scrumplex/refactor-remove-legacy-instancesEzekiel Smith
Drop legacy instances
2022-02-23fix: improve readability and set ok button as disabled by defaultflow
2022-02-23fix(ui): add translation func to text in the confirm dialogflow
2022-02-23Merge branch 'PolyMC:develop' into developflow
2022-02-22Merge pull request #186 from theglitch76-forks/developSefa Eyeoglu
Enable WSL support
2022-02-21fix: sort mod list in confirmation dialogflow
2022-02-21feat: add confirm dialog for installing modsflow
When selecting multiple mods at once, it can become hard to keep track of which ones you selected. To address this, a dialog is now displayed when you finish selecting the mods to download, showing you which ones you selected and their filenames. From there, you can either accept it and download the mods, or you can cancel it and go back to the mod selection dialog.
2022-02-21fix(ui): change text in selection button when there's no valid versionflow
2022-02-21feat(ui): allow downloading multiple mods from CurseForge at onceflow
2022-02-21feat(ui): allow downloading multiple mods in Modrinth at onceflow
2022-02-21feat: change task container in ModDownloadDialog to a QHashflow
Previously, we used a unique_ptr to a ModDownloadTask to keep track of the selected mod to download when we accepted the dialog. In order to allow multiple mods to be selected at once for download, this has been changed to a QHash where the key is the mods name (since it doesn't seem right to allow for multiple versions of the same mod to be downloaded at once), and the value is a pointer to the corresponding ModDownloadTask.
2022-02-21refactor: set default InstanceType to OneSixSefa Eyeoglu
2022-02-21refactor: drop LegacyInstanceSefa Eyeoglu
2022-02-21refactor: drop migration for pre-component instancesSefa Eyeoglu
2022-02-20Revert ba6a97557a0d90d77e9eba560931414e39042447Glitch
Let evil win.
2022-02-19Fixed segfault when closing window while version info download is still goingtimoreo
2022-02-18fix: typo for account disabled error messagesSefa Eyeoglu
2022-02-18feat(accounts): interrupt MSAStep when client ID doesn't matchSefa Eyeoglu
2022-02-18feat(accounts): save client id in MSAStepSefa Eyeoglu
2022-02-18feat(accounts): add disabled account stateSefa Eyeoglu
2022-02-18feat(accounts): support msa-client-id valueSefa Eyeoglu
2022-02-17Merge pull request #173 from Scrumplex/fix-application-cppLennyMcLennington
fix: improve code readability in Application.cpp
2022-02-17Merge remote-tracking branch 'upstream/develop' into developswirl
2022-02-17fix: combine errors if --launch is missingSefa Eyeoglu
2022-02-16fix: improve code readability in Application.cppSefa Eyeoglu
2022-02-13Revert "make wsl work"Lenny McLennington
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922.
2022-02-13make wsl workswirl
2022-02-12fix: MSA = Microsoft AuthenticationSefa Eyeoglu
2022-02-12fix(ui): explain why 'Add Microsoft' might be disabledSefa Eyeoglu
2022-02-12feat: implement MSA client id overrideSefa Eyeoglu
Closes #11
2022-02-12feat(ui): add custom MSA client id settingSefa Eyeoglu
2022-02-12Merge pull request #143 from Scrumplex/refactor-link-nbtpp-staticSefa Eyeoglu
2022-02-12fix: use our own prefix for rainbow libSefa Eyeoglu
2022-02-12Merge pull request #134 from glowiak/patch-2LennyMcLennington
OpenBSD support and slackware build instructions
2022-02-11change "loader mods" to "mods"swirl
Closes: #128
2022-02-11Merge pull request #146 from dada513/macos_application_supportLennyMcLennington
[MACOS] Move app data to Application Support
2022-02-11refactor(build): link nbt++ staticallySefa Eyeoglu
2022-02-11Merge pull request #150 from dada513/fix_kwin_iconLennyMcLennington
Fix freedesktop icons. Again
2022-02-11Merge pull request #151 from dada513/rss_not_begoneLennyMcLennington
Re-add RSS feed with the new PolyMC website
2022-02-10Merge pull request #129 from timoreo22/fix-mod-nameLennyMcLennington
Fixed the download menu putting the wrong name
2022-02-10fix: update link to translations platformSefa Eyeoglu
2022-02-10remove unused parsing of dates (bloat)dada513
2022-02-10fix rss formatdada513
2022-02-10Merge remote-tracking branch 'polymc/develop' into rss_not_begonedada513
2022-02-10Initial RSS re-add and removed hardcoded stringsdada513
2022-02-10Revert "refactor: remove news feed"dada513
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949.