aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-28Merge pull request #657 from JJL772/fix/misc-fixestimoreo22
Fix crash when aborting instance import
2022-05-28Merge pull request #625 from ryanccn/light-macos-icontimoreo22
Use light background macOS icon
2022-05-28Merge pull request #639 from Scrumplex/fix-prio-modpack-formatstimoreo22
Prefer stricter modpack formats during import
2022-05-28Merge pull request #629 from kthchew/feature/desktop-shortcuttimoreo22
Add desktop shortcut to Windows installer
2022-05-28Merge pull request #623 from ryanccn/clang-formattimoreo22
Add a .clang-format
2022-05-28Merge branch 'develop' into global-jvm-argsRyan Cao
2022-05-28Merge branch 'develop' into global-jvm-argsRyan Cao
2022-05-28fix: clarify terms and conditions for API keysSefa Eyeoglu
2022-05-28nix: fix nix-buildMustafa Çalışkan
2022-05-28nix: initial support for qt6Mustafa Çalışkan
2022-05-27Fix crash when aborting instance importJeremy Lorelli
Also turned a loop var into a reference to avoid copies on each iteration
2022-05-27nix: move files to nix/Mustafa Çalışkan
2022-05-27nix: override msa id via cmake flagMustafa Çalışkan
2022-05-27flake.lock: updateMustafa Çalışkan
• Updated input 'flake-compat': 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) → 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25) → 'github:nixos/nixpkgs/41cc1d5d9584103be4108c1815c350e07c807036' (2022-05-23) • Removed input 'quazip'
2022-05-27nix: use nixpkgs's quazipMustafa Çalışkan
2022-05-27fix: fix mnemonics in APIPageSefa Eyeoglu
2022-05-27fix: use absolute path when installing iconsflow
2022-05-26Merge pull request #642 from ryanccn/metaserver-show-defaultflow
Show default metaserver in settings
2022-05-26Merge pull request #618 from DioEgizio/patch-6flow
fix appimage not having imageformats
2022-05-26fix: prefer stricter modpack formats during importSefa Eyeoglu
Flame modpacks use "manifest.json" as their only characteristic for identification. Some modpacks might have other files called "manifest.json", which is why we should prefer modpack formats that have a stricter structure.
2022-05-26Merge pull request #645 from PolyMC/revert-609-feature/fix-blocked-modpacksSefa Eyeoglu
2022-05-26better new iconRyan Cao
2022-05-25revert: remove CurseForge workaround for packs tooSefa Eyeoglu
Partial revert. Handles missing download URLs.
2022-05-25Merge pull request #630 from jamierocks/h-atl-dependsSefa Eyeoglu
2022-05-25fixRyan Cao
2022-05-25fix indent widthRyan Cao
2022-05-25show default metaserverRyan Cao
2022-05-24fix: better handle corner caseflow
2022-05-24Merge pull request #637 from byquanton/patch-1Sefa Eyeoglu
2022-05-24Update org.polymc.PolyMC.metainfo.xml.inbyquanton
Should fix Flatpak/Flathub build
2022-05-24clean up .clang-formatRyan Cao
2022-05-24Merge pull request #631 from kthchew/fix/quazip-warnSefa Eyeoglu
2022-05-23Silence CMake QuaZip not found warningsKenneth Chew
These are expected most of the time, and thus just noise.
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-23Add desktop shortcut to Windows installerKenneth Chew
2022-05-23fix: use a more robust method of finding metadata indexesflow
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-23fix: do modrinth changes on flame tooflow
Also fix a dumb moment
2022-05-23chore: add license headersflow
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-23fix: use correct hash_type when creating metadataflow
also fix: wrong parameter name in LocalModUpdateTask's constructor also fix: correct hash_format in CF
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
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-23fix: implement PR suggestionsflow
Some stylistic changes, and get hashes from the mod providers when building the metadata.
2022-05-23refactor: make mod metadata presence (or lack of) easier to find outflow
2022-05-23refactor: move code out of ModIndex.hflow
Now it's in ModIndex.cpp
2022-05-23tidy: apply clang-tidy to some filesflow
Mostly the ones created in this PR + Mod.h / Mod.cpp / ModDetails.h
2022-05-23test+fix: add basic tests and fix issues with itflow