aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Collapse)Author
2021-05-22NOISSUE Resolve minecraft server using DNS SRVJanrupf
2021-05-22NOISSUE Add server launch argumentsJanrupf
2021-05-22NOISSUE Register settings for setting a serverJanrupf
2021-05-15Merge pull request #3735 from kumquat-ir/developPetr Mrázek
NOISSUE Parse META-INF/mods.toml for Forge 1.14+ mod metadata
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-15Merge pull request #3729 from jamierocks/atl-loader-targetsPetr Mrázek
Various ATLauncher improvements and bug fixes
2021-05-13GH-3450 Add checkboxes to display and record game timeJoël Troch
2021-05-06GH-3764 Only install client mods for ATLauncher packsJamie Mansfield
2021-04-29NOISSUE stop relying on forge servers for old FML libsPetr Mrázek
2021-04-17reimplement parsing logic for tomlc99kumquat-ir
2021-04-17switch to new toml librarykumquat-ir
2021-04-16replace ${file.jarVersion} with something usefulkumquat-ir
2021-04-16parse META-INF/mods.toml for metadatakumquat-ir
2021-04-16NOISSUE Support Fabric modpacks on ATLauncherJamie Mansfield
Annoyingly the metadata structure is loader dependent :(
2021-04-16NOISSUE Emit failure on failure conditionsJamie Mansfield
The 'Installing modpack' dialog will no longer stay open forever, even though the installation has failed.
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-08Merge pull request #3691 from phit/feature/fixcursePetr Mrázek
NOISSUE Curseforge makeover
2021-04-08NOISSUE Fix string formatting issuesJamie Mansfield
This allows translations to have more control over the output :)
2021-04-08GH-3334 Show English variants correctlyJamie Mansfield
This will no longer show 'American English' with the statistics of 'British English', yet show the correct translations - and will now display 'British English'.
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-04-01NOISSUE improve GradleSpecifier and handle broken library namesPetr Mrázek
2021-03-29NOISSUE fix it some more in different filePetr Mrázek
2021-03-29NOISSUE fix build issue with QJsonValueRef on macOS 11Petr Mrázek
This will remove support for macOS 10.7 and 10.8, but their numbers in analytics are 0
2021-03-26NOISSUE fix build - missing includes in RWStorage.hPetr Mrázek
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-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
2021-03-23NOISSUE print information about whether the system GLFW or OpenAL ↵kb1000
workarounds are active to the instance log
2021-03-10GH-3467 fix stall-out in ScanModFolders when the folders don't existPetr Mrázek
2021-03-10GH-3602 Create .minecraft before running pre-launch commandsPetr Mrázek
2021-02-25NOISSUE Install jarmods for modpacks.chJamie Mansfield
This patch will now install any jarmods from modpacks.ch packs, searching the 'jarmods' directory to find them.
2021-02-25NOISSUE Download all mods before writing the instance for modpacks.chJamie 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-25NOISSUE Support Fabric mod loader for modpacks.chJamie 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-11NOISSUE implement deleting skinsPetr Mrázek
2021-02-10GH-3130 fix uploading skins by using the new skins endpointPetr Mrázek
2021-02-09NOISSUE sprinkle suspendSave all over pack import tasksPetr Mrázek
2021-02-09NOISSUE fix multiple issues in ATLauncher integrationPetr Mrázek
2021-02-08NOISSUE tweak ATLauncher pack cache names to avoid filesystem issuesPetr Mrázek
2021-02-07NOISSUE and fix one more build failPetr Mrázek
2021-02-07NOISSUE fix some build fails on linux and windowsPetr Mrázek
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-02-06Fix catching polymorphic type by value errorChristopher Hasse
fixes #3579
2021-02-06Merge pull request #3580 from kb-1000/remove-proxy-auth-from-logPetr Mrázek
NOISSUE Remove proxy user and password from the MultiMC log
2021-02-06NOISSUE Remove proxy user and password from the MultiMC logkb1000
2021-02-06GH-3229 fix copy seed button not working for newer worldsPetr Mrázek
Added the `optional-bare` library and refactored NBT reading code to support this change.
2021-01-29Fix up 1.7.10 forge versions for Technic platform import by removing -1.7.10 ↵kb1000
suffix
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield
2020-11-13NOISSUE Cleanup Technic supportJamie Mansfield
2020-11-13GH-3437 Extract Technic single zip packs to correct placeJamie Mansfield