summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* NOISSUE Add pack author and description to technic modpack import pagekb10002020-11-30-14/+43
|
* Merge pull request #3460 from kb-1000/rpm-packagePetr Mrázek2020-11-30-1/+55
|\ | | | | NOISSUE Add an RPM package
| * NOISSUE Add an RPM package for MultiMCkb10002020-11-27-1/+55
| | | | | | | | The RPM package reuses the files from the Ubuntu package.
* | NOISSUE Continue requesting packs after ignoring oneJamie Mansfield2020-11-29-5/+6
| | | | | | | | | | This was a mishap on my part, fortunately quickly exposed as the combination of GH-3463 and GH-3464 made no packs visible.
* | NOISSUE Add sorting options to FTB pack install pageJamie Mansfield2020-11-29-31/+156
| |
* | Merge pull request #3464 from jamierocks/ftb/ignore-dud-packsPetr Mrázek2020-11-29-0/+8
|\ \ | | | | | | NOISSUE Ignore 'dud' FTB packs
| * | NOISSUE Ignore 'dud' FTB packsJamie Mansfield2020-11-28-0/+8
| |/ | | | | | | | | There is no guarantee from modpacks.ch that modpacks contain any versions, which is currently an issue with pack 63 (Direwolf20 1.5).
* / NOISSUE Use new modpacks.ch route for listing packsJamie Mansfield2020-11-28-1/+1
|/
* GH-3427 add low effort datapack button to worldsPetr Mrázek2020-11-24-0/+28
|
* NOISSUE Cleanup Technic supportJamie Mansfield2020-11-13-3/+0
|
* NOISSUE give technic icon a darker outlinePetr Mrázek2020-10-13-1/+13
|
* NOISSUE use Json parsing helpers to process technic search resultsPetr Mrázek2020-10-13-19/+28
|
* GH-469 Implement support for importing and searching for Technic Platform ↵kb10002020-10-13-2/+688
| | | | | | | 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.
* NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek2020-09-10-4/+114
| | | | | | 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.
* NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek2020-09-07-1/+3
|
* NOISSUE Add world icons and world icon reset buttonPetr Mrázek2020-08-22-1/+62
|
* NOISSUE attempt to fix build on macOSPetr Mrázek2020-08-21-2/+2
|
* GH-3095 New FTB platform supportJamie Mansfield2020-08-21-0/+627
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* GH-3234 Add support for custom meta URLs at build timePetr Mrázek2020-07-18-138/+7
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* Fix Fabric loader error messages being reused for intermediary mappingshaykam8212020-07-09-2/+2
|
* NOISSUE rename ComponentList to PackProfilePetr Mrázek2020-06-27-14/+14
| | | | It's not just components, so the naming needed cleaning up.
* NOISSUE Switch twitch modpack page to use a QListViewPetr Mrázek2020-06-07-31/+16
| | | | | This makes the lazy loading of the paginated search results actually work.
* Allow compiling MultiMC using Qt builds without accessibility againkb10002020-05-30-0/+2
|
* Merge pull request #3127 from OverMighty/developPetr Mrázek2020-05-29-6/+7
|\ | | | | fix: add support for args with spaces to MultiMC::messageReceived()
| * fix: add support for args with spaces to MultiMC::messageReceived()OverMighty2020-05-04-6/+7
| | | | | | | | | | | | | | | | Previously, when the main instance of MultiMC would receive an `import` or `launch` message from another instance, it would split the message on each space, and only read the first word of the argument (zip path/URL or instance ID). This commit fixes that problem by sectioning the message string instead.
* | Clarify WSL error messagesThalia Nero2020-05-28-2/+2
| |
* | Fix.Petr Mrázek2020-05-28-2/+1
| |
* | NOISSUE prevent evil from winningPetr Mrázek2020-05-28-0/+22
| |
* | GH-2802 remove extra remapping of indexes in VersionPage modelPetr Mrázek2020-05-17-1/+1
| |
* | GH-3131 fix not working with proxy ports > 32767Petr Mrázek2020-05-17-1/+1
|/
* NOISSUE expose twitch pack url, description and author listPetr Mrázek2020-04-29-0/+50
|
* NOISSUE Add pagination support to twitch pack searchPetr Mrázek2020-04-01-13/+85
| | | | | Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25.
* NOISSUE fix buildPetr Mrázek2020-04-01-1/+1
|
* NOISSUE Bare-bones twitch pack browserPetr Mrázek2020-04-01-1/+594
|
* NOISSUE update version number, changelog and credits in about dialog0.6.11Petr Mrázek2020-03-29-0/+1
|
* GH-2544 enable Forge install button for >= 1.13Petr Mrázek2020-03-28-1/+1
|
* Merge pull request #2979 from Brottweiler/desktop-entry-tweakPetr Mrázek2020-02-25-1/+1
|\ | | | | Tweak GenericName for Linux desktop entry
| * GH-2979 Tweak GenericNameBrottweiler2020-02-24-1/+1
| |
* | GH-2988 add --import command-line optionOverMighty2020-02-24-7/+49
|/ | | | | | | | When specified, opens the "Import from zip" dialog as soon as the main window is shown, with the URL field prefilled with the argument given to the option. Closes #2998
* GH-2769 add an option to not copy play time when copying instancesPetr Mrázek2020-01-09-2/+38
|
* GH-2832 add .minecraft and libraries buttons to version pagePetr Mrázek2020-01-09-0/+34
|
* GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek2020-01-08-0/+20
|
* GH-2839 remove username wording from login and account dialogsPetr Mrázek2020-01-08-4/+3
|
* GH-2853 fix collapsing state being sticky in group viewPetr Mrázek2020-01-08-0/+4
| | | | | Now it resets properly and collapsing a group doesn't make all subsequent clicks collapse groups.
* NOISSUE add wget as a dependency for deb packagePetr Mrázek2020-01-08-2/+2
|
* GH-2880 make services status widget open a valid pagePetr Mrázek2020-01-07-1/+1
| | | | https://help.mojang.com/ no longer has API status
* NOISSUE remove dead reference to TwitchPage.uiPetr Mrázek2019-11-18-1/+0
|
* GH-2859 remove twitch page and modpack import from URLPetr Mrázek2019-11-18-302/+2
| | | | | The functionality was broken, beyond repair and an ongoing maintenance nightmare.
* NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek2019-11-03-137/+154
|
* NOISSUE fix translation string for Twitch drop areaPetr Mrázek2019-10-14-1/+1
|