aboutsummaryrefslogtreecommitdiff
path: root/api/logic/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-02-19GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek
2019-01-30NOISSUE first step towards having game options managementPetr Mrázek
2019-01-02NOISSUE hotloading of translations and use of local PO filesPetr Mrázek
The hotloading is still inefficient
2018-11-15NOISSUE remove some nonsense and dead codePetr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-07-28NOISSUE squish.Petr Mrázek
2018-07-28NOISSUE simplify.Petr Mrázek
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2018-07-15NOISSUE separate new mods model from the simple onePetr Mrázek
It should list mods in various locations...
2018-06-02GH-2291 Fix build with Qt 5.11+Sergey Shatunov
2018-04-02NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf
2018-03-27NOISSUE redo new instance dialogPetr Mrázek
2018-03-16NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek
2018-02-28Added FTB pack selection ad download, WIPJanrupf
2018-01-27NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek
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
2017-12-03GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek
2017-11-17NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek
2017-11-04NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek
It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
2017-09-27NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek
Minecraft versions
2017-09-26NOISSUE implement LEgacy instance migrationPetr Mrázek
2017-09-20NOISSUE more work on Legacy migrationPetr Mrázek
2017-09-17NOISSUE Add back Legacy for migration purposesPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-09-09NOISSUE Remove Legacy supportPetr Mrázek
2017-09-09NOISSUE remove FTB integrationPetr Mrázek
2017-06-26NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek
Possibly also some bug fixes.
2017-05-06GH-1876 Fork and update quazipPetr Mrázek
* It is added as a new submodule: https://github.com/MultiMC/quazip/tree/multimc-1 * Its build system has been entirely replaced to remove the existing issues with it * It now has working unit tests * No more patches needed * It has a static linking exception in its license now, but we use it shared anyway
2017-05-05GH-1876 turn pack200 into a shared libraryPetr Mrázek
2017-04-23GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek
Things like: * jar mods * valid version files
2017-04-22NOISSUE Add flame.Petr Mrázek
2017-04-20NOISSUE add import from curse zip packsPetr Mrázek
Does not actually grab mods, but resolves them and prints the results in logs.
2017-04-17NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek
2017-04-07NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek
They are now distinct classes with distinct responsibilities. * ProfilePatch is an entry in MinecraftProfile and can hold VersionFile or Meta::Version. * VersionFile is the basic element that holds version information loaded from JSON. * Meta::Version is the loader class for VersionFile(s) from a server.
2017-04-07NOISSUE reimplement package dependenciesPetr Mrázek
It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
2017-04-07NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek
2017-04-07NOISSUE simplify.Petr Mrázek
2017-04-07NOISSUE remove liteloader and forgePetr Mrázek
2017-04-07NOISSUE Remove Minecraft version list and versions.Petr Mrázek
2017-04-07NOISSUE Wonko is the new MetaPetr Mrázek
And then Wonko was the Meta.
2017-01-01NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek
2017-01-01NOISSUE Translations model and initial setup wizard workPetr Mrázek
2016-12-28GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek
It was unlikely, now it's impossible.
2016-11-17NOISSUE mark used accounts/sessions in selection menusPetr Mrázek
2016-11-03NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek
2016-10-26NOISSUE Granular instance reloadPetr Mrázek
2016-08-19NOISSUE use model/view for Minecraft log dataPetr Mrázek
2016-08-14GH-352 Make OneSix instance update downloads cancellablePetr Mrázek
2016-08-10Revert "NOISSUE rework of minecraft log"Petr Mrázek
This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
2016-08-10NOISSUE rework of minecraft logPetr Mrázek
Now uses a model and a list view instead of text This lets mmc keep track of the contents regardless of whether the instance windows are open This is currently missing a way to select and copy text from the log.