Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-29 | NOISSUE fix build issue with QJsonValueRef on macOS 11 | Petr Mrázek | |
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0 | |||
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 | Merge pull request #3686 from phit/fix/3633 | Petr Mrázek | |
GH-3633 assume latest MC version, if CurseForge pack supports multiple | |||
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 fix build - missing includes in RWStorage.h | Petr Mrázek | |
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-26 | Merge pull request #3680 from kb-1000/log-system-glfw-openal | Petr Mrázek | |
NOISSUE print information about whether the system GLFW or OpenAL workarounds are active to the instance log | |||
2021-03-26 | Merge pull request #3677 from kb-1000/datapacks-button-disable | Petr Mrázek | |
NOISSUE disable datapacks button in the world screen if no world is selected | |||
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 print information about whether the system GLFW or OpenAL ↵ | kb1000 | |
workarounds are active to the instance log | |||
2021-03-23 | NOISSUE disable datapacks button in the world screen if no world is selected | kb1000 | |
2021-03-22 | NOISSUE remove text about future plans | Petr Mrázek | |
It was confusing people. | |||
2021-03-21 | NOISSUE fix typo in changelog | Petr Mrázek | |
2021-03-21 | NOISSUE add warning to the ATLauncher pack page | Petr Mrázek | |
2021-03-21 | NOISSUE update changelog | Petr Mrázek | |
2021-03-19 | NOISSUE add github issue forms | AppleTheGolden | |
2021-03-10 | Merge pull request #3646 from sambhavsaggi/openssl_doc_update | Petr Mrázek | |
Fix #3638: OpenSSL download links in BUILD.md are dead | |||
2021-03-10 | GH-3467 fix stall-out in ScanModFolders when the folders don't exist | Petr Mrázek | |
2021-03-10 | GH-3602 Create .minecraft before running pre-launch commands | Petr Mrázek | |
2021-03-08 | Fix #3638 | Sambhav Saggi | |
2021-02-27 | Merge pull request #3623 from jamierocks/ftb/jarmods | Petr Mrázek | |
Support jarmods and Fabric for modpacks.ch | |||
2021-02-25 | NOISSUE Install jarmods for modpacks.ch | Jamie Mansfield | |
This patch will now install any jarmods from modpacks.ch packs, searching the 'jarmods' directory to find them. | |||
2021-02-25 | NOISSUE Download all mods before writing the instance for modpacks.ch | Jamie Mansfield | |
This is prepatory work for implementing jarmods support for modpacks.ch, where we will need to look through files in a directory - which would require that those files are present at such time. This might even fix some weird bugs, maybe - I've not encountered any bugs from how this previously worked, but I feel that what's going on is slightly clearer now. | |||
2021-02-25 | NOISSUE Support Fabric mod loader for modpacks.ch | Jamie Mansfield | |
There aren't any (currently) packs on modpacks.ch that use Fabric, but they do have support in their modpacklauncher. This patch just means we preemptively have support should any packs that require it be introduced. | |||
2021-02-11 | NOISSUE implement deleting skins | Petr Mrázek | |
2021-02-11 | Merge pull request #3597 from jamierocks/atl/search | Petr Mrázek | |
NOISSUE Add search to ATLauncher | |||
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 | Merge pull request #3594 from jamierocks/ftb/description-view | Petr Mrázek | |
NOISSUE Show FTB 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-10 | GH-3130 fix uploading skins by using the new skins endpoint | Petr Mrázek | |
2021-02-09 | Merge pull request #3311 from AbigailBuccaneer/develop | Petr Mrázek | |
Fix endianness handling errors | |||
2021-02-09 | NOISSUE sprinkle suspendSave all over pack import tasks | Petr Mrázek | |
2021-02-09 | Merge pull request #3592 from Scotsguy/develop | Petr Mrázek | |
NOISSUE Swap discord invite with vanity url | |||
2021-02-09 | NOISSUE Swap discord invite with vanity url | AppleTheGolden | |
2021-02-09 | NOISSUE update macOS build instructions | Petr Mrázek | |
2021-02-09 | NOISSUE fix multiple issues in ATLauncher integration | Petr Mrázek | |
2021-02-08 | NOISSUE tweak ATLauncher pack cache names to avoid filesystem issues | Petr Mrázek | |
2021-02-07 | NOISSUE and fix one more build fail | Petr Mrázek | |
2021-02-07 | NOISSUE fix some build fails on linux and windows | Petr Mrázek | |
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 |