aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-03-21Build with static rainbowPhilipp David
2022-03-21Revert "fix: use our own prefix for rainbow lib"Philipp David
This reverts commit 61db1c46beb465c33124ec4f34dfdcefd4d804d3.
2022-03-20fixDioEgizio
2022-03-19Update CMakeLists.txtDioEgizio
2022-03-18fix silly mistakes and merge upstreamflow
2022-03-15Merge pull request #188 from PolyMC/removal/notificationsEzekiel Smith
remove notifications
2022-03-13feat(ui): make a better "Mod download confirmation dialog"flow
2022-03-07refactor: de-duplicate common code in network mod APIsflow
2022-03-02refactor: extract common code in mod pages and modelflow
This creates a hierarchy in which ModPage and ModModel are the parents of every mod provider, providing the basic functionality common to all of them. It also imposes a unique .ui file (they were already equal before, just duplicated basically) on all mod providers.
2022-02-21refactor: drop LegacyInstanceSefa Eyeoglu
2022-02-20remove notificationsswirl
2022-02-12feat(ui): add custom MSA client id settingSefa Eyeoglu
2022-02-12fix: use our own prefix for rainbow libSefa Eyeoglu
2022-02-11refactor(build): link nbt++ staticallySefa Eyeoglu
2022-02-10Revert "refactor: remove news feed"dada513
This reverts commit 361ce7818ec8891e9a35bdfac4cdea77a0b6a949.
2022-02-03Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into developswirl
2022-02-03Merge branch 'offline-mode-accounts' of git://github.com/NyaomiDEV/PolyMC ↵swirl
into feature/offline_mode
2022-01-31refactor: add in-tree QuaZipSefa Eyeoglu
2022-01-30Add offline mode supportbexnoss
2022-01-28Merge branch 'PolyMC:develop' into feature/download_modstimoreo22
2022-01-27Merge pull request #105 from Scrumplex/rss-begoneswirl
Remove news
2022-01-27refactor: remove news feedSefa Eyeoglu
Closes #63
2022-01-26Merge pull request #67 from PolyMC/feature/no_paste_eeswirl
Full replacement of paste.ee
2022-01-17Revert "Merge pull request #50 from bexnoss/offline-mode"Lenny McLennington
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2.
2022-01-16Added curseforge selectiontimoreo
2022-01-14preliminary stuff for paste.ee removalswirl
2022-01-14Start of mod downloadingtimoreo
2022-01-12Add offline mode supportbexnoss
2022-01-12Add offline mode UIbexnoss
2021-12-29Completely remove Google Analytics libraryswirl
2021-12-20Move MSA Client ID to the same place as the othersLenny 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-04GH-4071 Heavily refactor and rearchitect account systemPetr Mrázek
This makes the account system much more modular and makes it treat errors as something recoverable, unless they come directly from the MSA refresh token becoming invalid.
2021-11-23NOISSUE also undo the AUTORCC change because it was also brokenPetr Mrázek
It broke 32bit linux builds...
2021-11-22NOISSUE Do not rely on AUTOUICPetr Mrázek
It is bugged and does not detect changes in .ui files, which makes development painful.
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek
2021-11-10GH-4217 Add support for GamePass accounts and MC profile setupPetr Mrázek
- We now use the new endpoint for loggiong in via XBox tokens (/launcher/login) - We now check game entitlements instead of only relying on MC profile presence - Accounts can now be added even when they do not have a profile - The launcher will guide you through selecting a Minecraft name if you don't have one yet
2021-10-31GH-1795 add terminal launch option to use a specific Minecraft profilePetr Mrázek
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ```
2021-10-25GH-4164 Assign instances to groups using drag & dropPetr Mrázek
2021-10-24NOISSUE Use common duration format for global and instancesJamie Mansfield
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-10-21NOISSUE fix windows rc file and mac iconPetr Mrázek
2021-10-21NOISSUE debranding for real, initial workPetr Mrázek
This is probably very broken on macOS and Windows and will need a lot of work to complete fully.
2021-10-08Remove broken Mojang services statuskb1000
2021-09-23NOISSUE add shader pack page for instancesPetr Mrázek
Only theme with an icon is simple colored, rest is TBD
2021-09-05NOISSUE Provide dummy implementation for the secrets libraryPetr Mrázek
2021-08-31NOISSUE add style plugins to packaging if presentPetr Mrázek
2021-08-31GH-3392 fix a bunch of bugs and implement STS error statesPetr Mrázek
2021-08-27NOISSUE introduce the concept of secrets static libraryPetr Mrázek