aboutsummaryrefslogtreecommitdiff
path: root/application/pages
AgeCommit message (Collapse)Author
2021-07-23Merge pull request #3919 from hamarb123/developPetr Mrázek
Stop application freezes on macOS by moving data to MultiMC.app/Data
2021-07-22NOISSUE Disable Install Forge button on 1.17 (and above)Jamie Mansfield
It appears that Minecraft Forge for Minecraft 1.17 will require setting JVM arguments to operate, this is not currently possible with MultiMC's meta. Therefore, when Forge for 1.17 is released a solution will need to be looked into.
2021-07-13NOISSUE Correct trending URL string for Technic packsJamie Mansfield
This seems to have just been an inadvertent mistake when copy-pasting. This commit just removes an annoying warning.
2021-07-11GH-2529 Move data path on macOS to MultiMC.app/DataHamish Arblaster
macOS seems to dislike changing files in the APPBUNDLE.app/Contents directory because it has to re-scan the directory every launch. As a result, large amounts of data there seems to cause freezes of MultiMC. Moving the default location outside of this directory, and thus the data, stops these freezes. There is also a dialogue when the user first opens the app that asks them if they'd like to migrate their data folder, if they select yes it will move it, and if they select no it will not move it and allow them to move it later with an option in settings.
2021-06-25Merge pull request #3896 from jamierocks/mib-suffixPetr Mrázek
NOISSUE Use MiB suffix for Java memory options
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-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-20NOISSUE Fix Modplatform Scrollbars properlyphit
2021-06-20NOISSUE Fix FTB Legacy Pack Selectionphit
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-19GH-2971 Brand mod model for resource/texture pack pagesJamie Mansfield
2021-06-18NOISSUE Don't translate logged entriesJamie Mansfield
2021-06-18GH-3033 Add filtering for version componentsJamie Mansfield
2021-06-18GH-3731 Limit Curserforge version heightphit
2021-06-03NOISSUE Disable 'Install Forge' button when game is runningJamie Mansfield
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 Register settings for setting a serverJanrupf
2021-05-22NOISSUE Required UI elements for setting a serverJanrupf
2021-05-15Merge pull request #3787 from JoelTroch/feature/gh-3450Petr Mrázek
GH-3450 Add checkboxes to display and record game time
2021-05-13GH-3450 Add checkboxes to display and record game timeJoël Troch
2021-04-16NOISSUE Support custom,latest,recommended loader versions for ATLJamie Mansfield
This provides support for modpacks using the new loader mechanism in ATLauncher and using a non-specific version target.
2021-04-08NOISSUE fix buildPetr Mrázek
2021-04-08Merge pull request #3691 from phit/feature/fixcursePetr Mrázek
NOISSUE Curseforge makeover
2021-04-08NOISSUE Handle JSON exceptions in ATLauncher supportJamie Mansfield
Thanks to phit for pointing this out :)
2021-04-08NOISSUE Curseforge makeoverphit
update UI to match other modpack platforms add sorting add version selection, fixes GH-3667 add installing beta versions, fixes GH-3611
2021-03-26Merge pull request #3690 from jamierocks/ftb-search-edgePetr Mrázek
NOISSUE Fix edgecase where new searches won't be processed
2021-03-26NOISSUE Fix edgecase where new searches won't be processedJamie Mansfield
This resolves an issue with the modpacks.ch search functionality, in which a search issued while one is currently in progress won't be made and the UI won't allow for the search to be made after. Reproduction Steps: 1. Open the FTB pane in the Add Instance Dialog 2. Perform a search while MMC is still performing the initial search The search won't be performed, the existing search will have been aborted, and you are unable to try the search again (without trying a different search in the meantime). This was caused by 2 things: 1. A search cannot be re-attempted, and this logic doesn't consider failures. 2. The failure slot wasn't called when the NetJob was aborted, so the search would never be performed - but the term would be stored as if it had (trigering point 1). I have resolved this by doing 2 things: 1. If the failure slot is called, set a searchState of Failed. Allow search re-attempts in this case. 2. If there is a present NetJob, abort and reset it. The immediately continue with the search.
2021-03-26GH-3633 assume latest MC version, if CurseForge pack supports multiplephit
right now these are unused anyway
2021-03-26Merge pull request #3682 from kb-1000/rename-twitch-curseforgePetr Mrázek
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings
2021-03-26Merge pull request #3681 from kb-1000/fix-moc-warningPetr Mrázek
NOISSUE fix MOC warning complaining about an unused MOC file include
2021-03-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
2021-03-23NOISSUE fix MOC warning complaining about an unused MOC file includekb1000
2021-03-23NOISSUE disable datapacks button in the world screen if no world is selectedkb1000
2021-03-21NOISSUE add warning to the ATLauncher pack pagePetr Mrázek
2021-02-11NOISSUE implement deleting skinsPetr Mrázek
2021-02-11NOISSUE Add search to ATLauncherJamie Mansfield
2021-02-10Merge pull request #3593 from jamierocks/atl/description-viewPetr Mrázek
NOISSUE Show ATLauncher pack descriptions in text browser
2021-02-10NOISSUE Show FTB pack descriptions in text browserJamie Mansfield
2021-02-10NOISSUE Show ATLauncher pack descriptions in text browserJamie Mansfield
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-30NOISSUE Add pack author and description to technic modpack import pagekb1000
2020-11-29NOISSUE Continue requesting packs after ignoring oneJamie Mansfield
This was a mishap on my part, fortunately quickly exposed as the combination of GH-3463 and GH-3464 made no packs visible.
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield