aboutsummaryrefslogtreecommitdiff
path: root/api/logic
AgeCommit message (Collapse)Author
2020-09-07NOISSUE remove translations from CheckJava launch stepPetr Mrázek
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-06-28NOISSUE fix a bunch of valgrind errorsPetr Mrázek
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2020-05-19Remove some old forge hacksPetr Mrázek
Forge apparently removed all `.pack.xz` files without warning. It broke a bunch of stuff, as always. But it also means we don't need some ugly code anymore. This is removed: - Support for 'forge-pack-xz' and the forge-specific file download compression. - The pack200 library we no longer need. This stays: - The LZMA decompression library - we may still want to use it.
2020-04-19NOISSUE fix compiling of api/logic/Version.cppJohn C. Allwein
-Wrange-loop-construct triggers this error in clang
2020-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
2020-03-27GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek
This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
2020-03-26NOISSUE no means no, #2Petr Mrázek
2020-03-26NOISSUE no means no.Petr Mrázek
2020-01-09GH-2769 add an option to not copy play time when copying instancesPetr Mrázek
2020-01-08GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek
2020-01-08NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek
2019-11-26NOISSUE fix comment in Commandline.hPetr Mrázek
2019-11-18GH-2859 remove twitch page and modpack import from URLPetr Mrázek
The functionality was broken, beyond repair and an ongoing maintenance nightmare.
2019-11-03NOISSUE put legacy FTB support in a namespace, fix its base URLPetr Mrázek
2019-09-27NOISSUE fix display of european portuguese in language listsPetr Mrázek
2019-09-25TRANSLATIONS-82 fix typos: resove -> resolvePetr Mrázek
2019-09-19NOISSUE remove nonsensical logic related to 'MultiMC.app/' prefixes in ↵Petr Mrázek
update manifests
2019-08-20GH-851 save, load and use group expansion statusPetr Mrázek
2019-08-13Escape ; too in instance folder namesKaeptm Blaubaer
2019-08-05NOISSUE do not lose selection on mod enable/disable togglePetr Mrázek
2019-08-04GH-988 add ability to toggle mods with keyboardPetr Mrázek
2019-08-04GH-2785 fix crash caused by starting multiple mod folder update tasksPetr Mrázek
2019-08-04NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek
2019-08-04NOISSUE fix build on linuxPetr Mrázek
2019-08-04NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek
2019-08-03NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek
2019-08-03NOISSUE remove dependency of legacy mod list on the Mod classPetr Mrázek
2019-07-31NOISSUE fix bug with drag & drop not working with empty mod listPetr Mrázek
2019-07-22NOISSUE Add basic accessibility support to GroupViewPetr Mrázek
2019-07-15NOISSUE Show Version page while the instancer is running.Petr Mrázek
All controls are disabled.
2019-07-15NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek
Instead, disable (most of) the controls.
2019-07-11NOISSUE update component buttons some more when the versions changePetr Mrázek
2019-07-09NOISSUE recognize curseforge URLs dropped on top of MultiMCPetr Mrázek
2019-07-01GH-2716 do not censor values shorter than 4 in logsPetr Mrázek
2019-06-30NOISSUE connect twitch URL resolving to modpack resolving. works now.Petr Mrázek
2019-06-27NOISSUE add silly twitch URL and CCIP resolving page to 'add instance'Petr Mrázek
It needs a few more steps and it will handle all kinds of twitch packs.
2019-06-25Merge branch 'feature/update_translation_fix' into developPetr Mrázek
2019-06-23Merge pull request #2705 from Janrupf/feature/fix_external_deletion_interactionPetr Mrázek
GH-2515 Save instance ID before display dialog
2019-06-23Merge pull request #2706 from Janrupf/feature/fix_hashtag_in_notesPetr Mrázek
Feature/fix hashtag in notes
2019-06-23NOISSUE Renaming for better understandingjanrupf
2019-06-22GH-1701 Check job size for translationjanrupf
2019-06-21GH-2515 Save instance ID before display dialogjanrupf
2019-06-21NOISSUE Test comment escaping with unit testsjanrupf
2019-06-21NOISSUE Revert INI parser back to single passjanrupf