Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-10 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: replace QRegExp with QRegularExpression | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | Merge pull request #880 from Scrumplex/fix-loader-importance | txtsd | |
Make loader components not important | |||
2022-07-09 | Merge pull request #808 from Scrumplex/fix-lgtm-warnings | Sefa Eyeoglu | |
2022-07-08 | Merge pull request #890 from Scrumplex/fix-technic-forge | flow | |
Fix Technic instances using Forge | |||
2022-07-08 | fix(technic): map loader libraries to components properly | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-07 | fix: make loader components not important | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | fix: add progress indicator on Flame mod resolution dialog | flow | |
This code is super :pofat: omg Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-07-02 | Merge pull request #784 from Scrumplex/refactor-cmake | flow | |
Refactor tests | |||
2022-06-17 | fix: fix warnings reported by LGTM.com | Sefa Eyeoglu | |
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 | |