aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-05Merge pull request #221 from flowln/install_buttonSefa Eyeoglu
2022-03-03fix extra spacing in resource packs and shader packs, and move button upflow
hopefully now its finally ok
2022-03-03hack: hide 'Download Mods' button when not in the mods tabflow
2022-03-03change 'Install Mods' -> 'Download Mods' and change positionflow
2022-03-02Merge pull request #216 from txtsd/ignore_pathsEzekiel Smith
Don't build when updating non-code
2022-03-02Ignore certain paths for CItxtsd
2022-03-01Merge pull request #214 from PolyMC/ZekeSmith-newReadmetimoreo22
Modify readme to use website
2022-03-01Merge pull request #205 from timoreo22/fix-version-selecttimoreo22
Fixed wrong version info
2022-03-01Update and link latest build to actionsEzekiel Smith
2022-03-02Merge pull request #163 from txtsd/windows_data_dirEzekiel Smith
Replace build layouts with Launcher_PORTABLE cmake flag
2022-03-01Modify readme to use websiteEzekiel Smith
2022-02-28Merge pull request #207 from flowln/curseforge_apiSefa Eyeoglu
2022-02-27fix: Do not loop when its not a fabric mod on Flame version validationflow
Since there's no validation for forge mods since the start, we were just looping with no porpuse in this situation.
2022-02-27Update FMLLIBS_BASE_URLLenny McLennington
Updated FMLLIBS_BASE_URL to https://files.polymc.org/fmllibs/ Fixes #208
2022-02-27fix: Always tell Flame API which modloader we are usingflow
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-27Apply suggestions from code reviewtxtsd
Co-authored-by: LennyMcLennington <lenny@sneed.church>
2022-02-27Cleanly free NetJob in flame modpacktimoreo
2022-02-27Fixed wrong version infotimoreo
2022-02-27Merge pull request #203 from glowiak/patch-4dada513
2022-02-26Merge pull request #201 from Scrumplex/fix-instancetype-reregistrationSefa Eyeoglu
2022-02-26Notify about needed AppBSD versionglowiak
2022-02-26Merge pull request #195 from babbaj/nix-refactortimoreo22
nix: Use POLYMC_JAVA_PATHS
2022-02-26Merge pull request #193 from flowln/developtimoreo22
Allow for downloading multiple mods at once
2022-02-26fix: load instances no matter their instance typeSefa Eyeoglu
2022-02-25nix: Use POLYMC_JAVA_PATHSBabbaj
2022-02-25Merge pull request #199 from Scrumplex/fix-translationsSefa 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-25fix(i18n): update translations URLSefa Eyeoglu
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-23fix: use legacy data path if it existsSefa Eyeoglu
2022-02-23Implement PR suggestionstxtsd
2022-02-23Replace layouts with LAUNCH_PORTABLEtxtsd
2022-02-23Merge pull request #158 from txtsd/actionstimoreo22
CI: Release builds and workflow
2022-02-22Use System Qt for generic Linux buildtxtsd
2022-02-23Merge pull request #169 from Scrumplex/rfc-templateEzekiel Smith
Add issue template for RFCs
2022-02-23Merge pull request #174 from dada513/readme_betterEzekiel Smith
Prepare readme for 1.1.0, mark unofficial packages as unofficial
2022-02-22Merge pull request #186 from theglitch76-forks/developSefa Eyeoglu
Enable WSL support
2022-02-22Merge pull request #172 from Scrumplex/fix-update-client-idSefa Eyeoglu
Switch to new MSA Client ID
2022-02-22Merge pull request #180 from Scrumplex/feat-msa-clientid-detectionSefa Eyeoglu
Detect MSA Client ID change
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