aboutsummaryrefslogtreecommitdiff
path: root/application
AgeCommit message (Collapse)Author
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-09NOISSUE Swap discord invite with vanity urlAppleTheGolden
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-02-07Merge pull request #3556 from Zipdox/developPetr Mrázek
Fix packaging issue caused by qt5-default
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-02-07Merge pull request #3537 from rbutoi/argv0Petr Mrázek
Use argv[0] to print program name on a CLI error.
2021-02-05NOISSUE force kill button to reevaluate its style on state changePetr Mrázek
2021-02-05NOISSUE set instance dialog launch/kill button object namePetr Mrázek
2021-01-26Fix packaging issue caused by qt5-defaultZipdox
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2021-01-17Use argv[0] to print program name on a CLI error.Radu Butoi
2021-01-11Switch Session ServerTreyRuffy
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-07NOISSUE fix the metainfo filePetr Mrázek
2020-12-10Improve metadata for screenshotsJoshua Stone
2020-12-08Update documentation WRT .rpm contentsJoshua Stone
2020-12-08Move metainfo to ubuntu oflder so it can be used in both .rpm and .deb buildsJoshua Stone
2020-12-08Fix contact emailJoshua Stone
2020-12-08Use metainfodir macro directlyJoshua Stone
2020-12-08Remove disclaimerJoshua Stone
2020-12-08Update RPM .spec to include metainfo fileJoshua Stone
2020-12-08Add metainfo.xml for improving package metadataJoshua Stone
2020-11-30NOISSUE Add pack author and description to technic modpack import pagekb1000
2020-11-30Merge pull request #3460 from kb-1000/rpm-packagePetr Mrázek
NOISSUE Add an RPM package
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
2020-11-29Merge pull request #3464 from jamierocks/ftb/ignore-dud-packsPetr Mrázek
NOISSUE Ignore 'dud' FTB packs
2020-11-28NOISSUE Ignore 'dud' FTB packsJamie 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-28NOISSUE Use new modpacks.ch route for listing packsJamie Mansfield
2020-11-27NOISSUE Add an RPM package for MultiMCkb1000
The RPM package reuses the files from the Ubuntu package.
2020-11-24GH-3427 add low effort datapack button to worldsPetr Mrázek
2020-11-13NOISSUE Cleanup Technic supportJamie Mansfield
2020-10-13NOISSUE give technic icon a darker outlinePetr Mrázek
2020-10-13NOISSUE use Json parsing helpers to process technic search resultsPetr Mrázek
2020-10-13GH-469 Implement support for importing and searching for Technic Platform ↵kb1000
and Solder modpacks This does not support any custom modpack.jar for 1.6 or newer, it simply uses standard Forge then. Supports Forge and Fabric, and JAR mods for 1.5 and older.
2020-09-10NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek
If your OS comes with patched/fixed/newer versions of those, you can now check the checkboxes and stop using the old ones shipped by Mojang.
2020-09-07NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek
2020-08-22NOISSUE Add world icons and world icon reset buttonPetr Mrázek
2020-08-21NOISSUE attempt to fix build on macOSPetr Mrázek
2020-08-21GH-3095 New FTB platform supportJamie Mansfield
Models are based on the models from my go-modpacksch library. License: ======== The MIT License (MIT) Copyright (c) Jamie Mansfield <https://www.jamiemansfield.me/> Copyright (c) contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2020-07-18GH-3234 Add support for custom meta URLs at build timePetr Mrázek
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
2020-07-09Fix Fabric loader error messages being reused for intermediary mappingshaykam821
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2020-06-07NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek
This makes the lazy loading of the paginated search results actually work.
2020-05-30Allow compiling MultiMC using Qt builds without accessibility againkb1000