aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-10I changed my mindRyan Cao
2022-06-10fix: update toolbar when instance state changesVance
2022-06-09revert: don't check modrinth whitelisted hostsflow
people didn't seem to like it, and its not required
2022-06-09fix: enable using more than one download url in mrpacksflow
Kinda, it's ugly and hackish, since we don't have the facilities to do this properly (yet!)
2022-06-09fix: properly parse mrpacks without the 'env' fieldflow
It's optional, so some files may not have it (like most of FO).
2022-06-09fix: allow opening external links in technic modpack pageflow
2022-06-09Merge pull request #762 from muscaln/flaketxtsd
Bump flake lock
2022-06-09Merge pull request #734 from babbaj/extra-jdkstxtsd
nix: add package argument for extra jdks
2022-06-08Update README.mdZetvue
Co-authored-by: Tatsuya Noda <topia@clovery.jp>
2022-06-08fix: remove debug CXX flagsSefa Eyeoglu
2022-06-08flake.lock: UpdateMustafa Çalışkan
Flake lock file updates: • Updated input 'nixpkgs': 'github:nixos/nixpkgs/41cc1d5d9584103be4108c1815c350e07c807036' (2022-05-23) → 'github:nixos/nixpkgs/43ecbe7840d155fa933ee8a500fb00dbbc651fc8' (2022-06-08)
2022-06-07Make it responsiveZetvue
2022-06-07QString::locateAwareCompare() is better for human-like sortingMrMelon
2022-06-07chore: add sponsors to READMESefa Eyeoglu
2022-06-06nix: add package argument for extra jdksBabbaj
2022-06-06Simplify sorting logic to a single std::sort callMrMelon
2022-06-06Merge pull request #685 from kthchew/fix/technic-quiltflow
Add Quilt support for Technic modpacks
2022-06-06Add initial sorting functionMrMelon
2022-06-06Update bug_report.ymlOldWorldOrdr
2022-06-05Resize PolyMC logoZetvue
2022-06-05Update launcher/Application.cppRyan Cao
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-06-05Make Launcher class to look more like originalicelimetea
2022-06-05Fix launching process for some legacy Forge versionsicelimetea
2022-06-04refactor(ui): use tabs for APIPageSefa Eyeoglu
2022-06-04Merge pull request #718 from DioEgizio/revert-unfunny-prSefa Eyeoglu
2022-06-04Merge pull request #719 from RaptaG/patch-1flow
Capitalization fix in the README
2022-06-04Capitalization fixRaptaG
2022-06-04Revert "Merge pull request #315 from txtsd/display_scaling"DioEgizio
This reverts commit fcf728f3b5f4923cc05edfeb45f8340f420669cf.
2022-06-04make $LAUNCHER_VER actually workRyan Cao
2022-06-04change UI to scrollRyan Cao
let me just say, this does not look right
2022-06-04Clarify the forking policy a bit morecircuit10
2022-06-04fix: hide .index folder on Windowsflow
2022-06-04Merge pull request #426 from flowln/mod_permaSefa Eyeoglu
Add on-disk mod metadata information
2022-06-04fix: always store InstanceTypeSefa Eyeoglu
2022-06-04feat: custom user-agentRyan Cao
2022-06-03Prepare for Nix 2.7 (#286)TheOPtimal
* Prepare for Nix 2.7 * Fix embarassing oopsie
2022-06-03Merge pull request #701 from jn64/patch-1Sefa Eyeoglu
Add "mc" keyword to desktop file
2022-06-03Add "mc" keyword to desktop filejn64
Certain launchers (e.g. GNOME) only search from word boundaries, so typing "mc" doesn't currently match to "PolyMC".
2022-06-02Add OpenBSD supportTechnous285
Adds OpenBSD support.
2022-06-01Merge pull request #692 from glowiak/patch-6Sefa Eyeoglu
2022-06-01Update MCEditTool.cppglowiak
2022-06-01Update UpdateController.cppglowiak
2022-06-01Merge pull request #682 from istudyatuni/fix-add-account-behaviourSefa Eyeoglu
2022-06-01Merge branch 'PolyMC:develop' into macos-app-heuristicRyan Cao
2022-05-31Merge pull request #687 from PolyMC/LennyMcLennington-patch-1Sefa Eyeoglu
Change forking policy a bit
2022-05-30Update README.mdLennyMcLennington
2022-05-30change the wording a bitLennyMcLennington
2022-05-30fix typoLennyMcLennington
2022-05-30Change forking policy a bitLennyMcLennington
Ask people forking PolyMC to make it clear that their fork is not endorsed by us.
2022-05-30Use `QStringList` instead of `QSet<QString>`Kenneth Chew
Co-authored-by: flow <flowlnlnln@gmail.com>