Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-10 | NOISSUE add a way to use native system versions of OpenAL and GLFW | Petr 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-08-22 | NOISSUE Add world icons and world icon reset button | Petr Mrázek | |
2020-08-21 | NOISSUE attempt to fix build on macOS | Petr Mrázek | |
2020-08-21 | GH-3095 New FTB platform support | Jamie 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-18 | GH-3234 Add support for custom meta URLs at build time | Petr Mrázek | |
This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general. | |||
2020-07-09 | Fix Fabric loader error messages being reused for intermediary mappings | haykam821 | |
2020-06-27 | NOISSUE rename ComponentList to PackProfile | Petr Mrázek | |
It's not just components, so the naming needed cleaning up. | |||
2020-06-07 | NOISSUE Switch twitch modpack page to use a QListView | Petr Mrázek | |
This makes the lazy loading of the paginated search results actually work. | |||
2020-05-17 | GH-2802 remove extra remapping of indexes in VersionPage model | Petr Mrázek | |
2020-05-17 | GH-3131 fix not working with proxy ports > 32767 | Petr Mrázek | |
2020-04-29 | NOISSUE expose twitch pack url, description and author list | Petr Mrázek | |
2020-04-01 | NOISSUE Add pagination support to twitch pack search | Petr Mrázek | |
Try searching for 'craft'. Now it gives ALL the results, not just the first page of 25. | |||
2020-04-01 | NOISSUE Bare-bones twitch pack browser | Petr Mrázek | |
2020-03-28 | GH-2544 enable Forge install button for >= 1.13 | Petr Mrázek | |
2020-01-09 | GH-2832 add .minecraft and libraries buttons to version page | Petr Mrázek | |
2020-01-08 | GH-2819 mod list filter now also looks at descriptions and authors | Petr Mrázek | |
2020-01-08 | GH-2839 remove username wording from login and account dialogs | Petr Mrázek | |
2019-11-18 | GH-2859 remove twitch page and modpack import from URL | Petr Mrázek | |
The functionality was broken, beyond repair and an ongoing maintenance nightmare. | |||
2019-11-03 | NOISSUE put legacy FTB support in a namespace, fix its base URL | Petr Mrázek | |
2019-10-14 | NOISSUE fix translation string for Twitch drop area | Petr Mrázek | |
2019-10-14 | GH-2859 improve UI for twitch pack import with drag&drop | Petr Mrázek | |
2019-10-14 | NOISSUE remove remains of what could have been technic integration | Petr Mrázek | |
2019-10-13 | NOISSUE remove unused 'PackagesPage' | Petr Mrázek | |
2019-09-25 | TRANSLATIONS-73 remove some strings that don't show up in the UI | Petr Mrázek | |
2019-08-14 | Merge pull request #2796 from QuImUfu/bug_fix | Petr Mrázek | |
GH-2787 fix "Download All" button | |||
2019-08-10 | NOISSUE tweak toolbar and custom widget titles for better translations | Petr Mrázek | |
2019-08-10 | NOISSUE fix small memory leaks | Petr Mrázek | |
2019-08-09 | GH-2787 fix "Download All" button | Johannes Michael Andreas Merl | |
2019-08-05 | NOISSUE do not lose selection on mod enable/disable toggle | Petr Mrázek | |
2019-08-04 | GH-988 add ability to toggle mods with keyboard | Petr Mrázek | |
2019-08-04 | NOISSUE asynchronous, parallel mod folder listing and mod resolving | Petr Mrázek | |
2019-08-03 | NOISSUE refactor Mod a bunch, get rid of dead code | Petr Mrázek | |
2019-08-02 | NOISSUE tweak UI geometry and remove old language selection | Petr Mrázek | |
2019-07-31 | GH-2550 soring of mods by enabled status, cascade sorting to name and version | Petr Mrázek | |
2019-07-30 | NOISSUE fix build | Petr Mrázek | |
2019-07-30 | GH-2722 GH-2762 Improve mod list sorting | Petr Mrázek | |
Sorting by version understands version numbers Sorting by name removes 'The' prefixes before sorting | |||
2019-07-25 | NOISSUE make notes page focusable with tab key | Petr Mrázek | |
2019-07-25 | NOISSUE add context menus to pages with toolbars | Petr Mrázek | |
2019-07-23 | NOISSUE improve toolbars | Petr Mrázek | |
2019-07-19 | NOISSUE convert accounts page to use a toolbar for the side menu | Petr Mrázek | |
2019-07-17 | NOISSUE fix overly large margins in the instance settings page | Petr Mrázek | |
2019-07-17 | NOISSUE add spacer to the screenshot page toolbar | Petr Mrázek | |
2019-07-17 | NOISSUE convert rest of the instance pages to use toolbars for side menus | Petr Mrázek | |
2019-07-16 | GH-2748 disable the version page toolbar labels | Petr Mrázek | |
2019-07-16 | NOISSUE Make mod folder pages use toolbars instead of button layouts | Petr Mrázek | |
2019-07-15 | NOISSUE Show Version page while the instancer is running. | Petr Mrázek | |
All controls are disabled. | |||
2019-07-15 | NOISSUE Do not hide mods list pages when the instance is running. | Petr Mrázek | |
Instead, disable (most of) the controls. | |||
2019-07-14 | GH-358 Make version page use a toolbar for all the actions | Petr Mrázek | |
This should make it possible to make it fit on small screens again. | |||
2019-07-11 | NOISSUE update component buttons some more when the versions change | Petr Mrázek | |
2019-07-10 | NOISSUE disable component install buttons in impossible cases | Petr Mrázek | |