aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
2021-11-22NOISSUE continue reshuffling the codebasePetr Mrázek
2021-11-21NOISSUE fix build on macOSPetr Mrázek
2021-11-21NOISSUE more refactoringPetr Mrázek
2021-11-21NOISSUE continue refactoring things to make tests passPetr Mrázek
2021-11-20NOISSUE fix buildPetr Mrázek
2021-11-20NOISSUE Some happy little refactorsPetr Mrázek
2021-11-17NOISSUE qnam -> networkPetr Mrázek
2021-11-16NOISSUE Error on launch when launching 1.18 with < Java 17Jamie Mansfield
2021-11-16NOISSUE fix account re-adding not updating current accountPetr Mrázek
2021-11-10NOISSUE fix build some morePetr Mrázek
2021-11-10NOISSUE fix buildPetr 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-11-08Merge pull request #4233 from ImperatorStorm/update-manPetr Mrázek
NOISSUE Update manpage to include new `-a / --profile` option.
2021-11-07NOISSUE Update manpage to include new `-a / --profile` option.ImperatorStorm
2021-11-07GH-4200 Search Eclipse Foundation and Adoptium in RegistryOwen Wang
2021-11-06GH-4227 Don't blindly trust mods.toml to be validJanrupf
2021-11-03NOISSUE fix some small build issuesPetr Mrázek
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-27GH-4164 set instance drag image hotspot based on where the drag startedPetr Mrázek
2021-10-25GH-4164 Assign instances to groups using drag & dropPetr Mrázek
2021-10-25GH-3490 sort instances by name is now aware of numbersPetr Mrázek
2021-10-25NOISSUE add more logging when java checker fails to startPetr Mrázek
2021-10-24NOISSUE fix debranding changes affecting version file formatPetr Mrázek
2021-10-24Merge pull request #4186 from ImperatorStorm/addmanPetr Mrázek
MultiMCGH-4120 Add manpage to ubuntu and rpm packages
2021-10-24GH-4185 Include the modpack version in instance title for ATLauncherJamie Mansfield
2021-10-24GH-4185 Include the modpack version in instance title for modpacks.chJamie Mansfield
2021-10-24NOISSUE Use MiB suffix for memory and permgenJamie Mansfield
2021-10-24NOISSUE Correct spelling of miscellaneousJamie Mansfield
2021-10-24NOISSUE Add option to disable global play time statusJamie Mansfield
2021-10-24NOISSUE Remove lingering full stop in playtime statusJamie Mansfield
2021-10-24NOISSUE Use common duration format for global and instancesJamie Mansfield
2021-10-24Merge pull request #4178 from jamierocks/qt-clear-buttonPetr Mrázek
NOISSUE Use Qt's clear button for ATLauncher page
2021-10-24Merge pull request #4177 from jamierocks/mch-searchPetr Mrázek
NOISSUE Fix modpacks.ch search
2021-10-21MultiMCGH-4120 Add manpage to ubuntu and rpm packagesImperatorStorm
2021-10-21NOISSUE fix translationsPetr Mrázek
2021-10-21NOISSUE Update links to repo, fix up library READMEPetr Mrázek
2021-10-21NOISSUE finish up the obvious parts of debrandingPetr Mrázek
This is not absolutely complete, but reasonably so
2021-10-21NOISSUE continue debranding...Petr Mrázek
2021-10-21NOISSUE continue the debrandingPetr Mrázek
2021-10-21NOISSUE fix windows rc file and mac iconPetr Mrázek
2021-10-21GH-4011 fix license text missing from About dialogPetr 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-21NOISSUE re-align the status barPetr Mrázek
2021-10-17NOISSUE Use Qt's clear button for ATLauncher pageJamie Mansfield
This replaces our 'Reset' button.
2021-10-17NOISSUE Use Qt's clear button for modpacks.ch pageJamie Mansfield
This replaces our 'Reset' button.
2021-10-16NOISSUE Search as you type for modpacks.chJamie Mansfield
Since we just filter data locally now, this isn't painfully slow - indeed it's very quick. This also matches other platforms, such as ATLauncher.
2021-10-16NOISSUE Filter all pack's by name to search for modpacks.chJamie Mansfield
modpacks.ch searching has changed, and while likely a bug - we may as well make this change while we fetch all packs anyway. This makes MMC more reactive for searchs for the platform. This should be reverted if/when the modpacks.ch hits a size where we need to restrict how many packs are fetched.
2021-10-08Remove broken Mojang services statuskb1000
2021-10-03Merge pull request #4103 from tobfos2611/developPetr Mrázek
Fix underaged account that isn't linked to a family help link.
2021-10-03Merge pull request #4143 from phit/patch-1Petr Mrázek
NOISSUE Remove outdated SSL docs