Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-16 | Merge pull request #81 from bexnoss/fix-msa-account-refresh | swirl | |
2022-01-16 | Fix MSA account refresh | bexnoss | |
2022-01-16 | Default to colored icons, update copyright | swirl | |
Closes: #74 | |||
2022-01-16 | Merge pull request #78 from bexnoss/readme-svg-header | swirl | |
2022-01-16 | NOISSUE log server response when failing to fetch profile | Petr Mrázek | |
2022-01-16 | NOISSUE correctly set http status code in auth reply | Petr Mrázek | |
2022-01-16 | NOISSUE in java checker, ignore invalid lines altogether | Petr Mrázek | |
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now. | |||
2022-01-16 | NOISSUE add some logging to profile fetching failures | Petr Mrázek | |
2022-01-16 | Added curseforge selection | timoreo | |
2022-01-16 | Replace PNG README header with SVG | bexnoss | |
Instead of GitHub specific MarkDown based theming this uses CSS in SVG. | |||
2022-01-15 | fix readme formatting | swirl | |
2022-01-15 | GH-4125 fix it better | Petr Mrázek | |
2022-01-15 | GH-4125 workaround for java printing garbage to stdout on bedrock linux | Petr Mrázek | |
2022-01-15 | Added smart file selection | timoreo | |
This might fail in a few special cases | |||
2022-01-15 | Added a no version message | timoreo | |
2022-01-15 | Filtering per mod loader & mc version | timoreo | |
2022-01-14 | Merge pull request #68 from GriffintheFolf/execname | swirl | |
Fix program executable name for shell script | |||
2022-01-14 | Change method of shell script fix per suggestion | Thomas Sirack | |
The Launcher.in file is now modified rather than CMakeLists.txt | |||
2022-01-14 | Fix program executable name for shell script | Thomas Sirack | |
2022-01-14 | add arch linux package to readme | swirl | |
closes: #53 | |||
2022-01-14 | pastebin URL app setting | swirl | |
2022-01-14 | preliminary stuff for paste.ee removal | swirl | |
2022-01-14 | Merge pull request #50 from bexnoss/offline-mode | swirl | |
Offline Mode Support | |||
2022-01-14 | Set maximum memory allocated to 4GB by default | swirl | |
2022-01-14 | remove 5 from display name | swirl | |
Closes: #58 | |||
2022-01-14 | Removing copyrights | timoreo | |
2022-01-14 | Fixed icons | timoreo | |
Also having a mod loader is now enforced | |||
2022-01-14 | Reword offline mode disclaimer | bexnoss | |
2022-01-14 | Added the downloading of the mods | timoreo | |
2022-01-14 | Added modrinth icon | timoreo | |
2022-01-14 | Start of mod downloading | timoreo | |
2022-01-14 | Add offline mode disclaimer | bexnoss | |
2022-01-13 | Merge pull request #61 from meguminloli/develop | swirl | |
2022-01-13 | update NIX.md | Megumin | |
2022-01-13 | removed redundant recs | meguminloli | |
removed file | |||
2022-01-13 | Merge pull request #59 from A-UNDERSCORE-D/patch-1 | swirl | |
2022-01-13 | changed flake.nix | meguminloli | |
removed result | |||
2022-01-13 | Readd original MultiMC/Launcher copyright | A_D | |
The original MMC code remains Apache. | |||
2022-01-12 | Merge pull request #45 from cidkidnix/develop | swirl | |
2022-01-12 | Remove unnecessary semicolon | bexnoss | |
2022-01-12 | Remove unnecessary license header | bexnoss | |
2022-01-12 | Add offline mode support | bexnoss | |
2022-01-12 | Add offline mode UI | bexnoss | |
2022-01-11 | Merge pull request #46 from muscaln/java | swirl | |
2022-01-11 | Introduce POLYMC_JAVA_PATHS env | Mustafa Çalışkan | |
2022-01-11 | Sort java versions from current to oldest | Mustafa Çalışkan | |
2022-01-10 | nix: remove patch due to breakage | cidkidnix | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2022-01-10 | Merge pull request #42 from Eonfge/patch-1 | swirl | |
2022-01-10 | Set PrefersNonDefaultGPU for hybrid devices | Eonfge | |
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. |