Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-06-15 | fix https://github.com/PolyMC/PolyMC/issues/798 | DioEgizio | |
2022-06-14 | Merge pull request #665 from jamierocks/h-managed-packs | Ezekiel Smith | |
PackPlatforms: Record where packs come from | |||
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith | |
More links for CF / Modrinth mods / modpacks | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix(test): fix packwiz test | flow | |
2022-06-09 | revert: don't check modrinth whitelisted hosts | flow | |
people didn't seem to like it, and its not required | |||
2022-06-09 | fix: enable using more than one download url in mrpacks | flow | |
Kinda, it's ugly and hackish, since we don't have the facilities to do this properly (yet!) | |||
2022-06-06 | Merge pull request #685 from kthchew/fix/technic-quilt | flow | |
Add Quilt support for Technic modpacks | |||
2022-06-04 | Merge pull request #426 from flowln/mod_perma | Sefa Eyeoglu | |
Add on-disk mod metadata information | |||
2022-05-30 | Use `QStringList` instead of `QSet<QString>` | Kenneth Chew | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-05-30 | Add Quilt support for Technic modpacks | Kenneth Chew | |
2022-05-29 | Fix modrinth search filters | timoreo | |
2022-05-29 | ATLauncher: Use ATLauncher rather than FTB in error messages | Jamie Mansfield | |
2022-05-29 | ModpacksCH: Use ModpacksCH rather than FTB in error messages | Jamie Mansfield | |
2022-05-29 | ModpacksCH: Make packs managed when installing | Jamie Mansfield | |
2022-05-29 | ATLauncher: Make packs managed when installing | Jamie Mansfield | |
2022-05-29 | ATLauncher: Pass the full pack name through to the install task | Jamie Mansfield | |
2022-05-28 | clean up validateDownloadUrl | Lenny McLennington | |
2022-05-28 | change: add 'gitlab.com' to whitelisted Modrinth modpack urls | flow | |
2022-05-28 | change: update whitelisted hosts in Modrinth modpacks | flow | |
2022-05-28 | Rework curseforge download (#611) | timoreo22 | |
* Use the bulk endpoint on mod resolution for faster download * Search on modrinth for api blocked mods * Display a dialog for manually downloading blocked mods | |||
2022-05-25 | revert: remove CurseForge workaround for packs too | Sefa Eyeoglu | |
Partial revert. Handles missing download URLs. | |||
2022-05-24 | feat: add links to curseforge modpacks | flow | |
2022-05-24 | feat: add links for curseforge mods | flow | |
NOT DOWNLOAD LINKS! (someone would ask it i'm sure :p) | |||
2022-05-24 | feat: add remaining links to modrinth mods | flow | |
2022-05-24 | feat: add remaining links to modrinth modpacks | flow | |
2022-05-24 | feat: add donate info to modrinth modpacks | flow | |
2022-05-24 | feat: add donate links for modrinth mods | flow | |
2022-05-23 | ATLauncher: Delete files from configs if they conflict with a mod | Jamie Mansfield | |
2022-05-23 | ATLauncher: Handle extra arguments depends | Jamie Mansfield | |
2022-05-23 | ATLauncher: Handle main class depends | Jamie Mansfield | |
2022-05-23 | fix: use a more robust method of finding metadata indexes | flow | |
Often times, mods can have their name in different forms, changing one letter to caps or the other way (e.g. JourneyMaps -> Journeymaps). This makes it possible to find those as well, which is not perfect by any means, but should suffice for the majority of cases. | |||
2022-05-23 | fix: do modrinth changes on flame too | flow | |
Also fix a dumb moment | |||
2022-05-23 | chore: add license headers | flow | |
Prevents a massive inload of Scrumplex ditto's :) I didn't add it to every file modified in this PR because the other changes are pretty minor, and would explode the diff of the PR. I hope that's not a problem O_O | |||
2022-05-23 | change: support newest changes with packwiz regarding CF | flow | |
2022-05-23 | feat: allow trying to use multiple hash types | flow | |
2022-05-23 | refactor: move individual pack version parsing to its own function | flow | |
2022-05-23 | fix: don't try to delete mods multiple times | flow | |
Shows a more helpful message if there's a parsing error when reading the index file. Also fixes a clazy warning with using the `.data()` method in a temporary QByteArray object. | |||
2022-05-23 | fix: implement PR suggestions | flow | |
Some stylistic changes, and get hashes from the mod providers when building the metadata. | |||
2022-05-23 | refactor: make mod metadata presence (or lack of) easier to find out | flow | |
2022-05-23 | refactor: move code out of ModIndex.h | flow | |
Now it's in ModIndex.cpp | |||
2022-05-23 | tidy: apply clang-tidy to some files | flow | |
Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h | |||
2022-05-23 | test+fix: add basic tests and fix issues with it | flow | |
2022-05-23 | refactor: abstract metadata handling and clarify names | flow | |
2022-05-23 | feat: add support for converting builtin -> packwiz mod formats | flow | |
Also adds more documentation. | |||
2022-05-23 | feat: add method to delete mod metadata | flow | |
Also moves indexDir setting from LocalModUpdateTask -> ModFolderModel | |||
2022-05-23 | feat: add parser for current impl of packwiz mod.toml | flow | |
This reads a local mod.toml file and extract information from it. Using C libs in C++ is kind of a pain tho :( | |||
2022-05-23 | feat(ui): adapt SequentialTask to nested SequentialTasks | flow | |