Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-02 | fix(launch/VerifyJava): reword log output | Sefa Eyeoglu | |
2022-04-01 | fix: codestyle | Sefa Eyeoglu | |
2022-04-01 | fix: remove redundant include | Sefa Eyeoglu | |
2022-03-31 | feat: track and display world size | Sefa Eyeoglu | |
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-27 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
2022-03-24 | chore: add license header | Sefa Eyeoglu | |
2022-03-24 | feat: block launch if Java is incompatible | Sefa Eyeoglu | |
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement. | |||
2022-03-21 | Merge pull request #298 from Scrumplex/fix-i18n | Sefa Eyeoglu | |
Fix translatable strings | |||
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): fix translatable strings | Sefa Eyeoglu | |
2022-02-26 | Merge pull request #192 from Scrumplex/refactor-remove-legacy-instances | Ezekiel Smith | |
Drop legacy instances | |||
2022-02-21 | refactor: drop LegacyInstance | Sefa Eyeoglu | |
2022-02-21 | refactor: drop migration for pre-component instances | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): interrupt MSAStep when client ID doesn't match | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): save client id in MSAStep | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): add disabled account state | Sefa Eyeoglu | |
2022-02-18 | feat(accounts): support msa-client-id value | Sefa Eyeoglu | |
2022-02-12 | feat: implement MSA client id override | Sefa Eyeoglu | |
Closes #11 | |||
2022-02-03 | Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into develop | swirl | |
2022-02-03 | Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵ | swirl | |
into feature/offline_mode | |||
2022-02-03 | make closeAfterLaunch good | swirl | |
2022-01-31 | refactor: simpler includes for quazip | Sefa Eyeoglu | |
2022-01-31 | refactor: bring back methods that need to be reimplemented | Sefa Eyeoglu | |
2022-01-31 | refactor: add in-tree QuaZip | Sefa Eyeoglu | |
2022-01-31 | refactor: initial migration to QuaZip 1.2 | Sefa Eyeoglu | |
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip | |||
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-29 | Close after Launch setting | swirl | |
2022-01-24 | Fix error message | Stypox | |
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp". | |||
2022-01-24 | NOISSUE log server response when failing to fetch profile | Petr Mrázek | |
2022-01-24 | NOISSUE correctly set http status code in auth reply | Petr Mrázek | |
2022-01-24 | NOISSUE add some logging to profile fetching failures | Petr Mrázek | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-17 | Revert "Merge pull request #81 from bexnoss/fix-msa-account-refresh" | Lenny McLennington | |
This reverts commit 0bc8baf1172d6967cdb2993826e3469ecd9aab66, reversing changes made to 81fe41a038ee12ff2ee0200525b39e4ad650bec2. | |||
2022-01-16 | Fix MSA account refresh | bexnoss | |
2022-01-12 | Remove unnecessary semicolon | bexnoss | |
2022-01-12 | Add offline mode support | bexnoss | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-31 | Merge remote-tracking branch 'upstream/develop' into upstream_update | dada513 | |
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-31 | NOISSUE fix some OS ifdefs | Petr Mrázek | |
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-30 | Merge pull request #4345 from graemeg/freebsd-support | Petr Mrázek | |
Adds FreeBSD support to MultiMC | |||
2021-12-30 | NOISSUE detect when user loses entitlements | Petr Mrázek | |
2021-12-28 | Restore getNativePath() to its original form. | Graeme Geldenhuys | |
2021-12-20 | Move MSA Client ID to the same place as the others | Lenny McLennington | |
MSA Client ID has been moved to CMakeLists.txt, and defaults to the Client ID for the PolyMC application. Removed secrets/notsecrets library, replace with (temporary?) program_info subdirectory. | |||
2021-12-12 | NOISSE add a shortcut to the loaders mods to main window | Petr Mrázek | |
2021-12-12 | Fixes compilation error expanding from macro 'major'. | Graeme Geldenhuys | |
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |