Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2022-03-20 | App: Retranslate page header titles | Jamie Mansfield | |
This fixes a bug that is only practically effects the title of the language page not updating the header when changing the language. | |||
2022-03-20 | fix: disable "Install Forge" button when needed | Sefa Eyeoglu | |
2022-03-20 | fix: disable "Download mods" button when needed | Sefa Eyeoglu | |
Fixes #271 | |||
2022-03-21 | Merge pull request #306 from Scrumplex/limit-instance-lengths | Ezekiel Smith | |
Limit instance names to 128 chars | |||
2022-03-20 | Merge pull request #305 from flowln/gui_changes | Sefa Eyeoglu | |
2022-03-20 | Merge pull request #200 from Scrumplex/scrumplex-license-header | Sefa Eyeoglu | |
2022-03-19 | fix: limit instance names to 128 chars | Sefa Eyeoglu | |
2022-03-19 | feat(ui): allow users to move toolbars to different places | flow | |
2022-03-19 | Merge pull request #292 from lack/offline_username_limits | Sefa Eyeoglu | |
Limit offline username to 16 characters with override | |||
2022-03-19 | Limit offline username to 16 characters with override | Jim Ramsay | |
Offline usernames longer than 16 characters won't be able to connect to LAN games or offline-mode servers, so just don't let it happen. Add a checkbox to allow people to unrestrict usernames if they want. Signed-off-by: Jim Ramsay <i.am@jimramsay.com> | |||
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-18 | fix(ui): remove paste.polymc.org | flow | |
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-13 | add translation string | flow | |
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-03-11 | fix missing translation strings | flow | |
my mistake, sorry! ToT | |||
2022-03-08 | add matrix button | dada513 | |
2022-03-08 | Merge pull request #232 from Scrumplex/fix-help-links | Ezekiel Smith | |
Switch to polymc.org wiki | |||
2022-03-08 | Merge pull request #230 from Scrumplex/fix-iconthemes | Ezekiel Smith | |
Reorganize icon themes | |||
2022-03-06 | refactor: move help URL into buildconfig | Sefa Eyeoglu | |
2022-03-05 | fix: switch to polymc.org wiki | Sefa Eyeoglu | |
2022-03-05 | fix: reorganize icon themes | Sefa Eyeoglu | |
Rename MultiMC to Legacy Simple (Colored) is now the first icon theme Custom is now the last icon theme, which also fixes a loading issue when Legacy was selected Fix loading of Legacy theme | |||
2022-03-03 | fix extra spacing in resource packs and shader packs, and move button up | flow | |
hopefully now its finally ok | |||
2022-03-03 | hack: hide 'Download Mods' button when not in the mods tab | flow | |
2022-03-03 | change 'Install Mods' -> 'Download Mods' and change position | flow | |
2022-03-01 | Merge pull request #205 from timoreo22/fix-version-select | timoreo22 | |
Fixed wrong version info | |||
2022-02-27 | fix: Always tell Flame API which modloader we are using | flow | |
Fixes #206 partially. Although we don't list mods that have no compatibility with the mod loader we are using, mods that have support for both loaders still show up, and the versions for both the loaders are still shown. Also simplifies a little the logic in FlameModIndex::loadIndexedPackVersions | |||
2022-02-27 | Cleanly free NetJob in flame modpack | timoreo | |
2022-02-27 | Fixed wrong version info | timoreo | |
2022-02-25 | merge upstream and resolve conflicts | flow | |
2022-02-26 | Merge pull request #183 from timoreo22/fix-versions-segfault | Ezekiel Smith | |
Fixed segfault in mod download | |||
2022-02-23 | fix: improve readability and set ok button as disabled by default | flow | |
2022-02-23 | fix(ui): add translation func to text in the confirm dialog | flow | |
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: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-21 | fix | swirl | |
2022-02-20 | remove notifications | swirl | |
2022-02-19 | Fixed segfault when closing window while version info download is still going | timoreo | |
2022-02-17 | Merge remote-tracking branch 'upstream/develop' into develop | 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-11 | Merge pull request #151 from dada513/rss_not_begone | LennyMcLennington | |
Re-add RSS feed with the new PolyMC website |