summaryrefslogtreecommitdiffstats
path: root/api/logic/CMakeLists.txt
Commit message (Collapse)AuthorAgeLines
* GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek2019-02-19-0/+2
|
* NOISSUE first step towards having game options managementPetr Mrázek2019-01-30-0/+2
|
* NOISSUE hotloading of translations and use of local PO filesPetr Mrázek2019-01-02-0/+2
| | | | The hotloading is still inefficient
* NOISSUE remove some nonsense and dead codePetr Mrázek2018-11-15-2/+2
|
* NOISSUE FTB pack code implementation, cleaned upJannis Lübke2018-08-02-0/+3
|
* NOISSUE squish.Petr Mrázek2018-07-28-2/+0
|
* NOISSUE simplify.Petr Mrázek2018-07-28-1/+0
|
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-374/+374
|
* NOISSUE separate new mods model from the simple onePetr Mrázek2018-07-15-4/+6
| | | | It should list mods in various locations...
* GH-2291 Fix build with Qt 5.11+Sergey Shatunov2018-06-02-1/+1
|
* NOISSUE Added FTB Pack logos to chooser and fixed some missing includesJanrupf2018-04-02-4/+0
|
* NOISSUE redo new instance dialogPetr Mrázek2018-03-27-6/+14
|
* NOISSUE move modpack platform related files to 'modplatform' subfoldersPetr Mrázek2018-03-16-16/+18
|
* Added FTB pack selection ad download, WIPJanrupf2018-02-28-0/+15
|
* NOISSUE do not install .a files for shared libraries on WindowsPetr Mrázek2018-01-27-1/+5
|
* NOISSUE rearrange build systemPetr Mrázek2018-01-27-0/+3
| | | | | | | * 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
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-2/+6
|
* NOISSUE split out the LaunchProfile out of the ComponentListPetr Mrázek2017-11-17-0/+2
|
* NOISSUE rename MinecraftProfile to ComponentListPetr Mrázek2017-11-04-2/+2
| | | | | It is realistically a list of components. The fact that it also holds the final launch parameters is a design bug.
* NOISSUE use classparser for importing Legacy instances with undecided ↵Petr Mrázek2017-09-27-1/+1
| | | | Minecraft versions
* NOISSUE implement LEgacy instance migrationPetr Mrázek2017-09-26-2/+2
|
* NOISSUE more work on Legacy migrationPetr Mrázek2017-09-20-0/+2
|
* NOISSUE Add back Legacy for migration purposesPetr Mrázek2017-09-17-0/+4
|
* NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek2017-09-09-19/+14
|
* NOISSUE Remove Legacy supportPetr Mrázek2017-09-09-8/+0
|
* NOISSUE remove FTB integrationPetr Mrázek2017-09-09-12/+0
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-2/+0
| | | | Possibly also some bug fixes.
* GH-1876 Fork and update quazipPetr Mrázek2017-05-06-2/+1
| | | | | | | | * 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
* GH-1876 turn pack200 into a shared libraryPetr Mrázek2017-05-05-1/+1
|
* GH-1856 Make MultiMC fail hard when things are missingPetr Mrázek2017-04-23-1/+0
| | | | | | Things like: * jar mods * valid version files
* NOISSUE Add flame.Petr Mrázek2017-04-22-5/+5
|
* NOISSUE add import from curse zip packsPetr Mrázek2017-04-20-0/+6
| | | | Does not actually grab mods, but resolves them and prints the results in logs.
* NOISSUE jar mods as libraries, fix for customizing net.minecraftPetr Mrázek2017-04-17-1/+0
|
* NOISSUE Rough refactor of ProfilePatch and VersionFile internals.Petr Mrázek2017-04-07-0/+1
| | | | | | | | 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.
* NOISSUE reimplement package dependenciesPetr Mrázek2017-04-07-2/+0
| | | | | It is now stored as a hashmap There is also a parentUid to limit depsolving by encapsulating by version
* NOISSUE sanitize loading and downloading of metadata filesPetr Mrázek2017-04-07-8/+2
|
* NOISSUE simplify.Petr Mrázek2017-04-07-2/+0
|
* NOISSUE remove liteloader and forgePetr Mrázek2017-04-07-14/+2
|
* NOISSUE Remove Minecraft version list and versions.Petr Mrázek2017-04-07-4/+0
|
* NOISSUE Wonko is the new MetaPetr Mrázek2017-04-07-25/+25
| | | | And then Wonko was the Meta.
* NOISSUE fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek2017-01-01-1/+1
|
* NOISSUE Translations model and initial setup wizard workPetr Mrázek2017-01-01-3/+2
|
* GH-1379 rename shared libraries to avoid collisions with system librariesPetr Mrázek2016-12-28-1/+1
| | | | It was unlikely, now it's impossible.
* NOISSUE mark used accounts/sessions in selection menusPetr Mrázek2016-11-17-0/+5
|
* NOISSUE use LoggedProcess to work around issues with QProcess on macOSPetr Mrázek2016-11-03-4/+4
|
* NOISSUE Granular instance reloadPetr Mrázek2016-10-26-0/+11
|
* NOISSUE use model/view for Minecraft log dataPetr Mrázek2016-08-19-0/+2
|
* GH-352 Make OneSix instance update downloads cancellablePetr Mrázek2016-08-14-0/+8
|
* Revert "NOISSUE rework of minecraft log"Petr Mrázek2016-08-10-2/+0
| | | | This reverts commit fc198dd3085a2cd33fbaa7a3d2c95c2c8d3ee31a.
* NOISSUE rework of minecraft logPetr Mrázek2016-08-10-0/+2
| | | | | | | 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.