aboutsummaryrefslogtreecommitdiff
path: root/api/logic
AgeCommit message (Collapse)Author
2019-06-08NOISSUE fix macOS build, remove bundled dependencies on linuxPetr Mrázek
Your copy of MultiMC might stop working after this update because we no longer bundle Qt and other system libraries. Contact us at https://discord.gg/0k2zsXGNHs0fE4Wm if you need help with installing Qt. Qt 5.4.x or newer is required.
2019-05-31NOISSUE improve icon handling while importing and exporting instancesPetr Mrázek
Now it handles formats other than png.
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
2019-03-08NOISSUE fix metadata URLPetr Mrázek
2019-03-08NOISSUE create translations folder before starting to watch it for changesPetr Mrázek
Fixes issue where on first run, the translations don't show up.
2019-02-19NOISSUE fix buildPetr Mrázek
2019-02-19GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek
2019-01-30NOISSUE fix builds?Petr Mrázek
2019-01-30NOISSUE first step towards having game options managementPetr Mrázek
2019-01-17Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek
2019-01-16Update Copyright YearAppleTheGolden
2019-01-14NOISSUE Replace Quality with Completeness in language widgetPetr Mrázek
Completeness does no imply quality.
2019-01-08NOISSUE language selection wizard improvementsPetr Mrázek
Same needs to be applied to the application settings later.
2019-01-06NOISSUE granular model updates for language modelPetr Mrázek
2019-01-04NOISSUE update FTB URLsPetr Mrázek
2019-01-02NOISSUE hotloading of translations and use of local PO filesPetr Mrázek
The hotloading is still inefficient
2018-12-23NOISSUE add missing Q_OBJECT macrosPetr Mrázek
2018-12-14GH-2488 fix Qt's relative URL redirect problems some morePetr Mrázek
2018-12-14GH-2485 fix crash bug while creating instancesPetr Mrázek
2018-12-12NOISSUE fix buildPetr Mrázek
2018-12-11NOISSUE fix logging for gametypePetr Mrázek
2018-12-11GH-2374 fix missing alternating backgrounds in worlds, add gametype columnPetr Mrázek
2018-12-10NOISSUE model Task states as one enum instead of multiple flagsPetr Mrázek
This adds Task::State::AbortedByUser as a possibility
2018-12-10NOISSUE make instance creation task abortablePetr Mrázek
This may or may not expose issues when it actually IS used.
2018-12-06NOISSUE fix typoPetr Mrázek
2018-12-06GH-2483 fix minor issue while checking for missing local filesPetr Mrázek
2018-11-26GH-2478 fix jarmods being detected as missingPetr Mrázek
2018-11-26NOISSUE fix unit testsPetr Mrázek
2018-11-26GH-2475 fix reporting missing local libraries on launchPetr Mrázek
2018-11-22GH-2101 POC for inline renamingPetr Mrázek
2018-11-21NOISSUE fix up mod installation and add a lot of logging for itPetr Mrázek
2018-11-15NOISSUE remove some nonsense and dead codePetr Mrázek
2018-11-12GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek
Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed.
2018-11-12NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek
No more fallback for local libraries. They must be in the instance, always.
2018-11-12GH-2384 Replace existing mod filesjanrupf
2018-11-11NOISSUE Rename OneSixUpdate to MinecraftUpdatePetr Mrázek
2018-11-11NOISSUE fix groups not being updated in UI correctlyPetr Mrázek
The model was not sending the appropriate signals.
2018-11-11NOISSUE read local libraries only from the local locationPetr Mrázek
This removes the fallback to global `libraries` folder for `local` libraries.
2018-11-04NOISSUE take forge xz download url base from the metadata filePetr Mrázek
Instead of hardcoding it.
2018-11-04NOISSUE remove use of obsolete URL constants, simplify the restPetr Mrázek
2018-11-02NOISSUE fix 404 with liteloader https urlChris Lane
2018-11-02NOISSUE use https more widelyChris Lane
2018-11-02NOISSUE use https for downloading assetsPetr Mrázek
2018-11-01GH-2382 fix exact version filter not being exact...Petr Mrázek
2018-11-01GH-2238 fix issues with whitespace/newlines in folder and instance namesPetr Mrázek
2018-10-31GH-2412: collect dead processes on linux properlyPetr Mrázek
Issues were caused by use of `popen()` with no `pclose()` counterpart...
2018-10-31NOISSUE make LaunchStep::bind privatePetr Mrázek
Static analysis was complaining about it.
2018-08-02NOISSUE fix build on linux?Petr Mrázek
2018-08-02NOISSUE FTB pack code implementation, cleaned upJannis Lübke
2018-08-01NOISSUE gate new mods page behind cheat codePetr Mrázek