aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Expand)Author
2022-05-26Merge pull request #642 from ryanccn/metaserver-show-defaultflow
2022-05-26fix: prefer stricter modpack formats during importSefa Eyeoglu
2022-05-25revert: remove CurseForge workaround for packs tooSefa Eyeoglu
2022-05-25fixRyan Cao
2022-05-25show default metaserverRyan Cao
2022-05-24fix: better handle corner caseflow
2022-05-24feat: add links to curseforge modpacksflow
2022-05-24feat: add links for curseforge modsflow
2022-05-24feat: add remaining links to modrinth modsflow
2022-05-24feat: add remaining links to modrinth modpacksflow
2022-05-24fix: missing tr() and update donate messageflow
2022-05-24feat: add donate info to modrinth modpacksflow
2022-05-24feat: add donate links for modrinth modsflow
2022-05-24add more `#ifdef`sRyan Cao
2022-05-24standard macOS app behaviorRyan Cao
2022-05-23ATLauncher: Delete files from configs if they conflict with a modJamie Mansfield
2022-05-23ATLauncher: Handle extra arguments dependsJamie Mansfield
2022-05-23ATLauncher: Handle main class dependsJamie Mansfield
2022-05-23fix: use a more robust method of finding metadata indexesflow
2022-05-23fix: do modrinth changes on flame tooflow
2022-05-23chore: add license headersflow
2022-05-23fix: use correct hash_type when creating metadataflow
2022-05-23change: support newest changes with packwiz regarding CFflow
2022-05-23feat: allow trying to use multiple hash typesflow
2022-05-23refactor: move individual pack version parsing to its own functionflow
2022-05-23fix: don't try to delete mods multiple timesflow
2022-05-23fix: implement PR suggestionsflow
2022-05-23refactor: make mod metadata presence (or lack of) easier to find outflow
2022-05-23refactor: move code out of ModIndex.hflow
2022-05-23tidy: apply clang-tidy to some filesflow
2022-05-23test+fix: add basic tests and fix issues with itflow
2022-05-23feat: allow disabling mod metadata usageflow
2022-05-23feat: cache metadata in ModDetailsflow
2022-05-23refactor: abstract metadata handling and clarify namesflow
2022-05-23feat: add support for converting builtin -> packwiz mod formatsflow
2022-05-23refactor: remove unused mod info and organize some stuffflow
2022-05-23refactor: move mod tasks to their own subfolderflow
2022-05-23feat: use mod metadata for getting mod informationflow
2022-05-23feat: add method to delete mod metadataflow
2022-05-23feat: add parser for current impl of packwiz mod.tomlflow
2022-05-23feat(ui): adapt SequentialTask to nested SequentialTasksflow
2022-05-23feat: add mod index updating to ModDownloadTaskflow
2022-05-23feat: add very early mod.toml packwiz supportflow
2022-05-23make JVM args `PlainTextEdit`Ryan Cao
2022-05-23Merge pull request #621 from Scrumplex/remove-curseforge-workaroundsSefa Eyeoglu
2022-05-22Merge pull request #605 from jamierocks/h-atl-improvflow
2022-05-22revert: remove CurseForge workaroundSefa Eyeoglu
2022-05-22feat: add trailing slash to meta URL if it is missingSefa Eyeoglu
2022-05-22fix: improve spacing in APIPageSefa Eyeoglu
2022-05-22Make Metaserver changable in settingsdada513