aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-16Merge pull request #81 from bexnoss/fix-msa-account-refreshswirl
2022-01-16Fix MSA account refreshbexnoss
2022-01-16Default to colored icons, update copyrightswirl
Closes: #74
2022-01-16Merge pull request #78 from bexnoss/readme-svg-headerswirl
2022-01-16NOISSUE log server response when failing to fetch profilePetr Mrázek
2022-01-16NOISSUE correctly set http status code in auth replyPetr Mrázek
2022-01-16NOISSUE in java checker, ignore invalid lines altogetherPetr Mrázek
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now.
2022-01-16NOISSUE add some logging to profile fetching failuresPetr Mrázek
2022-01-16Added curseforge selectiontimoreo
2022-01-16Replace PNG README header with SVGbexnoss
Instead of GitHub specific MarkDown based theming this uses CSS in SVG.
2022-01-15fix readme formattingswirl
2022-01-15GH-4125 fix it betterPetr Mrázek
2022-01-15GH-4125 workaround for java printing garbage to stdout on bedrock linuxPetr Mrázek
2022-01-15Added smart file selectiontimoreo
This might fail in a few special cases
2022-01-15Added a no version messagetimoreo
2022-01-15Filtering per mod loader & mc versiontimoreo
2022-01-14Merge pull request #68 from GriffintheFolf/execnameswirl
Fix program executable name for shell script
2022-01-14Change method of shell script fix per suggestionThomas Sirack
The Launcher.in file is now modified rather than CMakeLists.txt
2022-01-14Fix program executable name for shell scriptThomas Sirack
2022-01-14add arch linux package to readmeswirl
closes: #53
2022-01-14pastebin URL app settingswirl
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Merge pull request #50 from bexnoss/offline-modeswirl
Offline Mode Support
2022-01-14Set maximum memory allocated to 4GB by defaultswirl
2022-01-14remove 5 from display nameswirl
Closes: #58
2022-01-14Removing copyrightstimoreo
2022-01-14Fixed iconstimoreo
Also having a mod loader is now enforced
2022-01-14Reword offline mode disclaimerbexnoss
2022-01-14Added the downloading of the modstimoreo
2022-01-14Added modrinth icontimoreo
2022-01-14Start of mod downloadingtimoreo
2022-01-14Add offline mode disclaimerbexnoss
2022-01-13Merge pull request #61 from meguminloli/developswirl
2022-01-13update NIX.mdMegumin
2022-01-13removed redundant recsmeguminloli
removed file
2022-01-13Merge pull request #59 from A-UNDERSCORE-D/patch-1swirl
2022-01-13changed flake.nixmeguminloli
removed result
2022-01-13Readd original MultiMC/Launcher copyrightA_D
The original MMC code remains Apache.
2022-01-12Merge pull request #45 from cidkidnix/developswirl
2022-01-12Remove unnecessary semicolonbexnoss
2022-01-12Remove unnecessary license headerbexnoss
2022-01-12Add offline mode supportbexnoss
2022-01-12Add offline mode UIbexnoss
2022-01-11Merge pull request #46 from muscaln/javaswirl
2022-01-11Introduce POLYMC_JAVA_PATHS envMustafa Çalışkan
2022-01-11Sort java versions from current to oldestMustafa Çalışkan
2022-01-10nix: remove patch due to breakagecidkidnix
2022-01-10More rebrandingswirl
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
2022-01-10Merge pull request #42 from Eonfge/patch-1swirl
2022-01-10Set PrefersNonDefaultGPU for hybrid devicesEonfge
With the Property 'PrefersNonDefaultGPU', you can signal to dekstop environments like GNOME that you want to run the application using the more powerful secondary graphics card, if such a card is available. Specification: https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html With this change, you won't have to include a special prime-run script.