aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-23NOISSUE Fail launch if minimum Java requirement is not metJamie Mansfield
This will fail launch in the following conditions: 1. A version greater than or equal to Minecraft 17w13a, and less than 21w19a - and the Java version is less than 8. 2. A version greater than or equal to Minecraft 21w19a - and the Java version is less than 16.
2021-06-23NOISSUE Check mod and config checksums for ATLauncherJamie Mansfield
2021-06-23NOISSUE Close optional mod dialog with Install buttonJamie Mansfield
This was a silly ommision I made.
2021-06-23NOISSUE Use MiB suffix for Java memory optionsJamie Mansfield
2021-06-22Merge pull request #3888 from jamierocks/atl-version-selection-widthPetr Mrázek
NOISSUE Fix ATLauncher version selection combo box width
2021-06-22Merge pull request #3819 from jamierocks/atl-optional-modsPetr Mrázek
NOISSUE Support ATLauncher optional mods
2021-06-22Merge pull request #3893 from colbiedison/detect_jdks_in_optPetr Mrázek
[Linux] Add detection of manually installed JDKs in /opt
2021-06-22Add detection of manually installed JDKs in /optColbie Dison
2021-06-21NOISSUE Support mod grouping and dependenciesJamie Mansfield
2021-06-21NOISSUE Support ATLauncher optional modsJamie Mansfield
2021-06-21NOISSUE Fix ATLauncher version selection combo box widthJamie Mansfield
Resolves a bug that was introduced with [1], furthermore and in specific relation to the intent of said commit, this brings the version selection combo box inline with other mod platforms. [1] f7c144c3932a18e1cd96e1ad7505e53ea706a47d
2021-06-21Merge pull request #3886 from phit/fixftblegacyPetr Mrázek
NOISSUE Fix FTB Legacy Pack Selection
2021-06-20NOISSUE Fix Modplatform Scrollbars properlyphit
2021-06-20NOISSUE Fix FTB Legacy Pack Selectionphit
2021-06-20Merge pull request #3880 from phit/fix/GH-3720Petr Mrázek
GH-3720 Fix UI inconsistencies with Modplatforms
2021-06-20Revert "GH-3507 Modernize MacOS Icon"Petr Mrázek
This reverts commit d08a2f00a2e403937b38254595cea6af5c5b236c.
2021-06-20GH-3720 Fix UI inconsistencies with Modplatformsphit
Fixes GH-3118 Fixes GH-3720 Fixes GH-3731 Icons and Ok button state will now switch consistently when moving between tabs. ATLaunchers packlist is now no longer redownloaded each time you open its Tab. All lists are striped now. And all search and filter fields now have a placeholder text.
2021-06-20Merge pull request #3881 from jamierocks/notice-login-msaPetr Mrázek
NOISSUE Add notice re MSA to login dialog
2021-06-19NOISSUE Add notice re MSA to login dialogJamie Mansfield
This commit should be reverted when support for Microsoft/Xbox authentication is introduced.
2021-06-19Merge pull request #3875 from jamierocks/feature/gh-3033Petr Mrázek
GH-3033 Add filtering for version components
2021-06-19Merge pull request #3877 from Zetabite/feature_offline_status_logPetr Mrázek
NOISSUE Add info for instance launch mode and server status when online
2021-06-19NOISSUE Add info for instance launch mode and server status when onlineAdrian
2021-06-19GH-2971 Brand mod model for resource/texture pack pagesJamie Mansfield
2021-06-19GH-3719 Translate some missing strings when changing localeJamie Mansfield
2021-06-18NOISSUE Don't translate logged entriesJamie Mansfield
2021-06-18GH-3033 Add filtering for version componentsJamie Mansfield
2021-06-18Merge pull request #3874 from phit/macosiconPetr Mrázek
GH-3507 Modernize MacOS Icon
2021-06-18GH-3507 Modernize MacOS Iconphit
full credit to @ThePotatoKing55
2021-06-18Merge pull request #3843 from phit/adoptjdkdetectionPetr Mrázek
Update Java detection
2021-06-18Merge pull request #3872 from phit/fixcursedropdownPetr Mrázek
GH-3731 Limit Curserforge version height
2021-06-18GH-3731 Limit Curserforge version heightphit
2021-06-18NOISSUE Add BellSoft and Azul Javaphit
2021-06-18NOISSUE Cleanup duplication and Microsoft JDKphit
2021-06-18NOISSUE Add AdoptOpenJDK Java detectionphit
2021-06-18Merge pull request #3870 from jamierocks/build-time-support-linksPetr Mrázek
NOISSUE Specify support URLs at build time
2021-06-18NOISSUE Specify support URLs at build timeJamie Mansfield
Support URLs (bug tracker, Discord guild, subreddit) are now specified as cache variables in cmake, and the buttons are not shown if no value is set for them. This is an early-stage move towards debranding the MultiMC codebase, and will (hopefully) alleviate support requests coming to us from illicit forks.
2021-06-14Add xrandr to the dependencies of the RPM packagekb1000
2021-06-09Merge pull request #3833 from jamierocks/disable-forge-btn-when-game-runningPetr Mrázek
NOISSUE Disable 'Install Forge' button when game is running
2021-06-09NOISSUE Support CurseForge modpacks using Fabric LoaderJamie Mansfield
2021-06-03NOISSUE Fail pack installation for download errors for FTBJamie Mansfield
This effectively reverts the changes made in [1] to resolve GH-3304. [1] 05ffcf706bff92bdc48f3063d6a64508f8b7674c
2021-06-03NOISSUE Disable 'Install Forge' button when game is runningJamie Mansfield
2021-05-24Merge pull request #3804 from Janrupf/feature/default-serverPetr Mrázek
Add ability to select a server to join in the instance settings
2021-05-24Merge pull request #3803 from phit/patch-1Petr Mrázek
NOISSUE Fix new Oracle Java Detection on Windows
2021-05-23NOISSUE Add --server argument for --launchJanrupf
2021-05-22NOISSUE Add missing license headerJanrupf
2021-05-22NOISSUE Allow joining servers from the servers pageJanrupf
2021-05-22NOISSUE Use minecraft logic for parsing adressesJanrupf
2021-05-22NOISSUE Use Vanilla logic for resolving serversJanrupf
2021-05-22NOISSUE Make LauncherPart aware of server to joinJanrupf
2021-05-22NOISSUE Resolve minecraft server using DNS SRVJanrupf