aboutsummaryrefslogtreecommitdiff
path: root/application/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-04-08Merge pull request #3691 from phit/feature/fixcursePetr Mrázek
NOISSUE Curseforge makeover
2021-04-08NOISSUE Handle JSON exceptions in ATLauncher supportJamie Mansfield
Thanks to phit for pointing this out :)
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-03-24NOISSUE rename Twitch to flame internally for consistency and to CurseForge ↵kb1000
for user displayed strings
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2020-11-29NOISSUE Add sorting options to FTB pack install pageJamie Mansfield
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-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-04-01NOISSUE fix buildPetr Mrázek
2020-04-01NOISSUE Bare-bones twitch pack browserPetr Mrázek
2019-11-18NOISSUE remove dead reference to TwitchPage.uiPetr 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-10-14GH-2859 improve UI for twitch pack import with drag&dropPetr Mrázek
2019-10-14NOISSUE remove remains of what could have been technic integrationPetr Mrázek
2019-10-13NOISSUE remove unused 'PackagesPage'Petr Mrázek
2019-08-03NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek
2019-07-23NOISSUE improve toolbarsPetr Mrázek
2019-07-22NOISSUE Add basic accessibility support to GroupViewPetr Mrázek
2019-07-09Revert "NOISSUE Import page is now a MultiMC pack page"Petr Mrázek
This reverts commit f74e3db804f2fb3d73cbf7ab5fbdb12ecea0f259.
2019-07-09Revert "NOISSUE simple/stupid default game options, UI only"Petr Mrázek
This reverts commit 497d9bec029247f202befb34cc3d5da6e810fa73.
2019-07-09NOISSUE simple/stupid default game options, UI onlyPetr Mrázek
2019-06-29NOISSUE Import page is now a MultiMC pack pagePetr Mrázek
2019-06-01NOISSUE add option to open global settings from instance settingsPetr Mrázek
This should hopefully giude people towards using the right thing.
2019-01-30NOISSUE first step towards having game options managementPetr Mrázek
2019-01-09NOISSUE split out language selection widget, use it in settingsPetr Mrázek
2018-11-15NOISSUE remove some nonsense and dead codePetr Mrázek
2018-08-02NOISSUE get rid of remaining tabsPetr Mrázek
2018-07-15SCRATCH second mods page, placeholderPetr Mrázek
2018-04-23GH-2053 basics of the servers.dat managementPetr Mrázek
2018-04-06NOISSUE move FtbListModel to where it is actually usedPetr Mrázek
2018-03-28NOISSUE add pointless fun things, because.Petr Mrázek
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-15NOISSUE Add Konami CodePetr Mrázek
Fun little thing for hiding extra debug options in the future.
2018-03-11GH-2124 First complete implementation, installing is working now! GH-2172 ↵Janrupf
Added sorting
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-02-18GH-2150 Separate Java settings UI used in the wizard into a widgetPetr Mrázek
2018-02-17GH-2150 Split out custom commands into a custom widgetPetr Mrázek
Now it is used from a global page and from a sub-page in the instance settings.
2018-01-28NOISSUE use a variable for binary build definitionsPetr Mrázek
2018-01-27NOISSUE move bundle utilities magic back to the application folderPetr Mrázek
This may fix macOS issues?
2018-01-27NOISSUE rearrange build systemPetr Mrázek
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
2018-01-18GH-2103 Make /usr/local the default prefix for lin-systemSamuel Rakitničan
/usr/local is a sane default since /usr is meant to be used by packages.
2018-01-16NOISSUE fix the installation prefix messPetr Mrázek
2018-01-16GH-2103 add suggested changes from the pull requestPetr Mrázek
2018-01-16GH-2103 Take CMAKE_INSTALL_PREFIX into account in MULTIMC_JARS_LOCATIONCarl Philipp Reh
When installing MultiMC with the lin-system layout and specifying an install prefix that is not the empty string, then MultiMC looks for its Jars in the wrong location. Fix this by appending CMAKE_INSTALL_PREFIX.
2018-01-08NOISSUE change default install layout on linux to lin-nodepsPetr Mrázek
This avoids issues with included bundle utilities on certain systems and is a step in the intended direction (not distributing dependencies).
2017-12-31NOISSUE add button for creating empty, properly registered, componentsPetr Mrázek
2017-12-03NOISSUE add flat icon theme by MichaelPetr Mrázek
It's the google icon font, all scalable and grey.
2017-09-17NOISSUE Add back Legacy for migration purposesPetr Mrázek