aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Collapse)Author
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-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
2021-10-03NOISSUE fix typo in FMLLibrariesTask.cppPetr Mrázek
2021-10-03NOISSUE Remove outdated SSL docsPhilip T
the link is dead and the equivalent newer page is useless, https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn265983(v=ws.11)?redirectedfrom=MSDN#related-content
2021-09-28Merge pull request #4117 from jamierocks/fix-4114Petr Mrázek
GH-4114 Allow the same file for be downloaded to multiple paths
2021-09-26NOISSUE add all missing shader packs iconsPetr Mrázek
2021-09-25NOISSUE add more shaderpacks iconsPetr Mrázek
2021-09-25NOISSUE add shaderpacks icon for iOS icon themePetr Mrázek
2021-09-24NOISSUE bump deb package versionPetr Mrázek
2021-09-24Merge pull request #4100 from kb-1000/run-sh-execPetr Mrázek
Use exec to launch the MultiMC script in the Debian/RPM packages
2021-09-23NOISSUE add shader pack page for instancesPetr Mrázek
Only theme with an icon is simple colored, rest is TBD
2021-09-23GH-4114 Allow the same file for be downloaded to multiple pathsJamie Mansfield
This is a potential fix to GH-4114.
2021-09-21NOISSUE Remove Requestor, it is unusedPetr Mrázek
2021-09-17GH-4055 Don't download multiple files to the same pathJamie Mansfield
FTB should fix their metadata, but this should resolve issues downloading their packs at present.
2021-09-15Removed unnecessary text in link.tobfos
Thanks @RDKRACZ.
2021-09-15Fix underaged account that isn't linked to a family help link.Toby Foster
2021-09-14Use exec to launch the MultiMC script in the Debian/RPM packageskb1000
2021-09-09NOISSUE enable listing symlinks in mod/world listsPetr Mrázek
2021-09-08Merge pull request #4060 from StaticRocket/developPetr Mrázek
Add custom-commands icon for other themes
2021-09-05NOISSUE block MS account adding on macOS < 10.13 buildsPetr Mrázek
It's never going to work with Qt 5.6, so there's no point. People need to update.
2021-09-05NOISSUE Provide dummy implementation for the secrets libraryPetr Mrázek
2021-09-04GH-4014 do not switch to Qt 5.15.2 on WindowsPetr Mrázek
It is unstable for reasons unknown.
2021-09-04GH-4014 change updater to recognize new Qt 5.15.2 buildsPetr Mrázek
2021-08-31NOISSUE add style plugins to packaging if presentPetr Mrázek
2021-08-30Add custom-commands to pe_light icon themeStaticRocket
2021-08-30Add custom-commands to pe_dark icon themeStaticRocket
2021-08-30Add custom-commands to pe_colored icon themeStaticRocket
2021-08-30Add custom-commands to pe_blue icon themeStaticRocket
2021-08-30Add custom-commands to iOS icon themeStaticRocket
2021-08-30Add custom-commands to OSX icon themeStaticRocket
2021-08-31GH-3392 fix a bunch of bugs and implement STS error statesPetr Mrázek
2021-08-29GH-3392 checking for migration status and refresh button in accounts listPetr Mrázek
2021-08-29GH-3392 Add recognition of already migrated Mojang accountsPetr Mrázek
2021-08-28Add flat icon for custom-commandsStaticRocket
2021-08-27NOISSUE introduce the concept of secrets static libraryPetr Mrázek
2021-08-25NOISSUE cut down RequestorPetr Mrázek
2021-08-22Merge pull request #4017 from jamierocks/fix-4012Petr Mrázek
GH-4012 Disable Xbox login if no MS client token is specified
2021-08-22NOISSUE fix buildPetr Mrázek
Missing QUrl include
2021-08-22GH-3392 Switch MS account login to use device flow insteadPetr Mrázek
Device flow involves the user manually opening a web page and putting in a code. We no longer need to interact with the browser.
2021-08-20NOISSUE Markdown is not available in Qt 5.4 ... who would have thought?Petr Mrázek
2021-08-20NOISSUE add setting capes, tweak missing profile message, fix cape IDsPetr Mrázek
2021-08-19NOISSUE fix linux buildsPetr Mrázek
2021-08-19NOISSUE sanitize some MSA auth loggingPetr Mrázek
2021-08-17GH-4012 Disable Xbox login if no MS client token is specifiedJamie Mansfield