Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-28 | Revert "GH-3666 Fix multi-monitor dpi scaling on windows" | Petr Mrázek | |
This reverts commit 34bf68847998cdfff1360d6ed04339d36894c00d. | |||
2021-03-26 | Merge pull request #3690 from jamierocks/ftb-search-edge | Petr Mrázek | |
NOISSUE Fix edgecase where new searches won't be processed | |||
2021-03-26 | Merge pull request #3684 from KGB-8375/patch-1 | Petr Mrázek | |
GH-3666 Fix multi-monitor dpi scaling on windows | |||
2021-03-26 | NOISSUE Fix edgecase where new searches won't be processed | Jamie 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-26 | GH-3666 Fix multi-monitor dpi scaling on windows | KGB-8375 | |
Disable qt 5.6 DPI scaling and use windows' builtin DPI scaling, which works much better on multi-monitor setups | |||
2021-03-26 | GH-3633 assume latest MC version, if CurseForge pack supports multiple | phit | |
right now these are unused anyway | |||
2021-03-26 | NOISSUE update ubuntu packaging bits | Petr Mrázek | |
2021-03-26 | Merge pull request #3682 from kb-1000/rename-twitch-curseforge | Petr Mrázek | |
NOISSUE rename Twitch to flame internally for consistency and to CurseForge for user displayed strings | |||
2021-03-26 | Merge pull request #3681 from kb-1000/fix-moc-warning | Petr Mrázek | |
NOISSUE fix MOC warning complaining about an unused MOC file include | |||
2021-03-24 | NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵ | kb1000 | |
for user displayed strings | |||
2021-03-23 | NOISSUE fix MOC warning complaining about an unused MOC file include | kb1000 | |
2021-03-23 | NOISSUE disable datapacks button in the world screen if no world is selected | kb1000 | |
2021-03-21 | NOISSUE add warning to the ATLauncher pack page | Petr Mrázek | |
2021-02-11 | NOISSUE implement deleting skins | Petr Mrázek | |
2021-02-11 | NOISSUE Add search to ATLauncher | Jamie Mansfield | |
2021-02-10 | Merge pull request #3593 from jamierocks/atl/description-view | Petr Mrázek | |
NOISSUE Show ATLauncher pack descriptions in text browser | |||
2021-02-10 | NOISSUE Show FTB pack descriptions in text browser | Jamie Mansfield | |
2021-02-10 | NOISSUE Show ATLauncher pack descriptions in text browser | Jamie Mansfield | |
2021-02-09 | NOISSUE Swap discord invite with vanity url | AppleTheGolden | |
2021-02-07 | GH-405 ATLauncher Support | Jamie Mansfield | |
2021-02-07 | Merge pull request #3556 from Zipdox/develop | Petr Mrázek | |
Fix packaging issue caused by qt5-default | |||
2021-02-07 | Merge pull request #3538 from Scotsguy/develop | Petr Mrázek | |
NOISSUE Update Copyright Year | |||
2021-02-07 | Merge pull request #3537 from rbutoi/argv0 | Petr Mrázek | |
Use argv[0] to print program name on a CLI error. | |||
2021-02-05 | NOISSUE force kill button to reevaluate its style on state change | Petr Mrázek | |
2021-02-05 | NOISSUE set instance dialog launch/kill button object name | Petr Mrázek | |
2021-01-26 | Fix packaging issue caused by qt5-default | Zipdox | |
2021-01-18 | NOISSUE Update Copyright Year | AppleTheGolden | |
2021-01-17 | Use argv[0] to print program name on a CLI error. | Radu Butoi | |
2021-01-11 | Switch Session Server | TreyRuffy | |
sessionserver.mojang.com has been down for a while and it looks like it is no longer in use. https://bugs.mojang.com/browse/WEB-3166?focusedCommentId=820167&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-820167 I have switched the url to session.minecraft.net | |||
2021-01-07 | NOISSUE fix the metainfo file | Petr Mrázek | |
2020-12-10 | Improve metadata for screenshots | Joshua Stone | |
2020-12-08 | Update documentation WRT .rpm contents | Joshua Stone | |
2020-12-08 | Move metainfo to ubuntu oflder so it can be used in both .rpm and .deb builds | Joshua Stone | |
2020-12-08 | Fix contact email | Joshua Stone | |
2020-12-08 | Use metainfodir macro directly | Joshua Stone | |
2020-12-08 | Remove disclaimer | Joshua Stone | |
2020-12-08 | Update RPM .spec to include metainfo file | Joshua Stone | |
2020-12-08 | Add metainfo.xml for improving package metadata | Joshua Stone | |
2020-11-30 | NOISSUE Add pack author and description to technic modpack import page | kb1000 | |
2020-11-30 | Merge pull request #3460 from kb-1000/rpm-package | Petr Mrázek | |
NOISSUE Add an RPM package | |||
2020-11-29 | NOISSUE Continue requesting packs after ignoring one | Jamie 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-29 | NOISSUE Add sorting options to FTB pack install page | Jamie Mansfield | |
2020-11-29 | Merge pull request #3464 from jamierocks/ftb/ignore-dud-packs | Petr Mrázek | |
NOISSUE Ignore 'dud' FTB packs | |||
2020-11-28 | NOISSUE Ignore 'dud' FTB packs | Jamie Mansfield | |
There is no guarantee from modpacks.ch that modpacks contain any versions, which is currently an issue with pack 63 (Direwolf20 1.5). | |||
2020-11-28 | NOISSUE Use new modpacks.ch route for listing packs | Jamie Mansfield | |
2020-11-27 | NOISSUE Add an RPM package for MultiMC | kb1000 | |
The RPM package reuses the files from the Ubuntu package. | |||
2020-11-24 | GH-3427 add low effort datapack button to worlds | Petr Mrázek | |
2020-11-13 | NOISSUE Cleanup Technic support | Jamie Mansfield | |
2020-10-13 | NOISSUE give technic icon a darker outline | Petr Mrázek | |
2020-10-13 | NOISSUE use Json parsing helpers to process technic search results | Petr Mrázek | |