Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-23 | Merge branch 'PolyMC:develop' into develop | flow | |
2022-02-23 | fix: use legacy data path if it exists | Sefa Eyeoglu | |
2022-02-23 | Implement PR suggestions | txtsd | |
2022-02-23 | Replace layouts with LAUNCH_PORTABLE | txtsd | |
2022-02-22 | Merge pull request #186 from theglitch76-forks/develop | Sefa Eyeoglu | |
Enable WSL support | |||
2022-02-21 | fix: sort mod list in confirmation dialog | flow | |
2022-02-21 | feat: add confirm dialog for installing mods | flow | |
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-21 | fix(ui): change text in selection button when there's no valid version | flow | |
2022-02-21 | feat(ui): allow downloading multiple mods from CurseForge at once | flow | |
2022-02-21 | feat(ui): allow downloading multiple mods in Modrinth at once | flow | |
2022-02-21 | feat: change task container in ModDownloadDialog to a QHash | flow | |
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-21 | refactor: set default InstanceType to OneSix | Sefa Eyeoglu | |
2022-02-21 | refactor: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-21 | refactor: drop migration for pre-component instances | Sefa Eyeoglu | |
2022-02-21 | fix | swirl | |
2022-02-20 | remove notifications | swirl | |
2022-02-20 | Revert ba6a97557a0d90d77e9eba560931414e39042447 | Glitch | |
Let evil win. | |||
2022-02-19 | Fixed segfault when closing window while version info download is still going | timoreo | |
2022-02-18 | fix: typo for account disabled error messages | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): interrupt MSAStep when client ID doesn't match | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): save client id in MSAStep | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): support msa-client-id value | Sefa Eyeoglu | |
2022-02-17 | Merge pull request #173 from Scrumplex/fix-application-cpp | LennyMcLennington | |
fix: improve code readability in Application.cpp | |||
2022-02-17 | Merge remote-tracking branch 'upstream/develop' into develop | swirl | |
2022-02-17 | fix: combine errors if --launch is missing | Sefa Eyeoglu | |
2022-02-16 | fix: improve code readability in Application.cpp | Sefa Eyeoglu | |
2022-02-13 | Revert "make wsl work" | Lenny McLennington | |
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922. | |||
2022-02-13 | make wsl work | swirl | |
2022-02-12 | fix: MSA = Microsoft Authentication | Sefa Eyeoglu | |
2022-02-12 | fix(ui): explain why 'Add Microsoft' might be disabled | Sefa Eyeoglu | |
2022-02-12 | feat: implement MSA client id override | Sefa Eyeoglu | |
Closes #11 | |||
2022-02-12 | feat(ui): add custom MSA client id setting | Sefa Eyeoglu | |
2022-02-12 | Merge pull request #143 from Scrumplex/refactor-link-nbtpp-static | Sefa Eyeoglu | |
2022-02-12 | fix: use our own prefix for rainbow lib | Sefa Eyeoglu | |
2022-02-12 | Merge pull request #134 from glowiak/patch-2 | LennyMcLennington | |
OpenBSD support and slackware build instructions | |||
2022-02-11 | change "loader mods" to "mods" | swirl | |
Closes: #128 | |||
2022-02-11 | Merge pull request #146 from dada513/macos_application_support | LennyMcLennington | |
[MACOS] Move app data to Application Support | |||
2022-02-11 | refactor(build): link nbt++ statically | Sefa Eyeoglu | |
2022-02-11 | Merge pull request #150 from dada513/fix_kwin_icon | LennyMcLennington | |
Fix freedesktop icons. Again | |||
2022-02-11 | Merge pull request #151 from dada513/rss_not_begone | LennyMcLennington | |
Re-add RSS feed with the new PolyMC website | |||
2022-02-10 | Merge pull request #129 from timoreo22/fix-mod-name | LennyMcLennington | |
Fixed the download menu putting the wrong name | |||
2022-02-10 | fix: update link to translations platform | Sefa Eyeoglu | |
2022-02-10 | remove unused parsing of dates (bloat) | dada513 | |
2022-02-10 | fix rss format | dada513 | |
2022-02-10 | Merge remote-tracking branch 'polymc/develop' into rss_not_begone | dada513 | |
2022-02-10 | Initial RSS re-add and removed hardcoded strings | dada513 | |
2022-02-10 | Revert "refactor: remove news feed" | dada513 | |
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949. | |||
2022-02-10 | Remove drama from readme and remove mmc discord link | Lenny McLennington | |
2022-02-10 | rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAME | dada513 | |