Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-28 | Merge pull request #657 from JJL772/fix/misc-fixes | timoreo22 | |
Fix crash when aborting instance import | |||
2022-05-28 | Merge pull request #625 from ryanccn/light-macos-icon | timoreo22 | |
Use light background macOS icon | |||
2022-05-28 | Merge pull request #639 from Scrumplex/fix-prio-modpack-formats | timoreo22 | |
Prefer stricter modpack formats during import | |||
2022-05-28 | Merge pull request #629 from kthchew/feature/desktop-shortcut | timoreo22 | |
Add desktop shortcut to Windows installer | |||
2022-05-28 | Merge pull request #623 from ryanccn/clang-format | timoreo22 | |
Add a .clang-format | |||
2022-05-28 | Merge branch 'develop' into global-jvm-args | Ryan Cao | |
2022-05-28 | Merge branch 'develop' into global-jvm-args | Ryan Cao | |
2022-05-28 | fix: clarify terms and conditions for API keys | Sefa Eyeoglu | |
2022-05-28 | nix: fix nix-build | Mustafa Çalışkan | |
2022-05-28 | nix: initial support for qt6 | Mustafa Çalışkan | |
2022-05-27 | Fix crash when aborting instance import | Jeremy Lorelli | |
Also turned a loop var into a reference to avoid copies on each iteration | |||
2022-05-27 | nix: move files to nix/ | Mustafa Çalışkan | |
2022-05-27 | nix: override msa id via cmake flag | Mustafa Çalışkan | |
2022-05-27 | flake.lock: update | Mustafa Ç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-27 | nix: use nixpkgs's quazip | Mustafa Çalışkan | |
2022-05-27 | fix: fix mnemonics in APIPage | Sefa Eyeoglu | |
2022-05-27 | fix: use absolute path when installing icons | flow | |
2022-05-26 | Merge pull request #642 from ryanccn/metaserver-show-default | flow | |
Show default metaserver in settings | |||
2022-05-26 | Merge pull request #618 from DioEgizio/patch-6 | flow | |
fix appimage not having imageformats | |||
2022-05-26 | fix: prefer stricter modpack formats during import | Sefa 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-26 | Merge pull request #645 from PolyMC/revert-609-feature/fix-blocked-modpacks | Sefa Eyeoglu | |
2022-05-26 | better new icon | Ryan Cao | |
2022-05-25 | revert: remove CurseForge workaround for packs too | Sefa Eyeoglu | |
Partial revert. Handles missing download URLs. | |||
2022-05-25 | Merge pull request #630 from jamierocks/h-atl-depends | Sefa Eyeoglu | |
2022-05-25 | fix | Ryan Cao | |
2022-05-25 | fix indent width | Ryan Cao | |
2022-05-25 | show default metaserver | Ryan Cao | |
2022-05-24 | fix: better handle corner case | flow | |
2022-05-24 | Merge pull request #637 from byquanton/patch-1 | Sefa Eyeoglu | |
2022-05-24 | Update org.polymc.PolyMC.metainfo.xml.in | byquanton | |
Should fix Flatpak/Flathub build | |||
2022-05-24 | clean up .clang-format | Ryan Cao | |
2022-05-24 | Merge pull request #631 from kthchew/fix/quazip-warn | Sefa Eyeoglu | |
2022-05-23 | Silence CMake QuaZip not found warnings | Kenneth Chew | |
These are expected most of the time, and thus just noise. | |||
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 | Add desktop shortcut to Windows installer | Kenneth Chew | |
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 | fix: use correct hash_type when creating metadata | flow | |
also fix: wrong parameter name in LocalModUpdateTask's constructor also fix: correct hash_format in CF | |||
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 | |