summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft
Commit message (Collapse)AuthorAgeLines
* NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek2020-09-10-2/+18
| | | | | | If your OS comes with patched/fixed/newer versions of those, you can now check the checkboxes and stop using the old ones shipped by Mojang.
* NOISSUE Add world icons and world icon reset buttonPetr Mrázek2020-08-22-1/+46
|
* GH-3234 Add support for custom meta URLs at build timePetr Mrázek2020-07-18-9/+12
| | | | | This is not particularly interesting for non-developers. Also includes some internal restructuring of URL constants in general.
* NOISSUE fix a bunch of valgrind errorsPetr Mrázek2020-06-28-1/+0
|
* NOISSUE rename ComponentList to PackProfilePetr Mrázek2020-06-27-121/+121
| | | | It's not just components, so the naming needed cleaning up.
* Remove some old forge hacksPetr Mrázek2020-05-19-477/+9
| | | | | | | | | | | | | | 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.
* GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek2020-03-27-12/+56
| | | | | This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
* NOISSUE no means no, #20.6.10Petr Mrázek2020-03-26-4/+4
|
* NOISSUE no means no.0.6.9Petr Mrázek2020-03-26-0/+4
|
* GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek2020-01-08-0/+4
|
* NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek2020-01-08-6/+10
|
* NOISSUE do not lose selection on mod enable/disable toggle0.6.7Petr Mrázek2019-08-05-48/+58
|
* GH-988 add ability to toggle mods with keyboardPetr Mrázek2019-08-04-7/+22
|
* GH-2785 fix crash caused by starting multiple mod folder update tasksPetr Mrázek2019-08-04-0/+1
|
* NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek2019-08-04-40/+138
|
* NOISSUE fix build on linuxPetr Mrázek2019-08-04-2/+2
|
* NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek2019-08-04-515/+789
|
* NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek2019-08-03-303/+270
|
* NOISSUE remove dependency of legacy mod list on the Mod classPetr Mrázek2019-08-03-64/+13
|
* NOISSUE fix bug with drag & drop not working with empty mod listPetr Mrázek2019-07-31-6/+7
|
* NOISSUE Show Version page while the instancer is running.Petr Mrázek2019-07-15-6/+26
| | | | All controls are disabled.
* NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek2019-07-15-9/+46
| | | | Instead, disable (most of) the controls.
* NOISSUE update component buttons some more when the versions changePetr Mrázek2019-07-11-3/+6
|
* GH-2716 do not censor values shorter than 4 in logsPetr Mrázek2019-07-01-2/+1
|
* NOISSUE Don't append .disabled to stringjanrupf2019-06-17-1/+1
|
* Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into developPetr Mrázek2019-06-15-2/+2
|\
| * Fixed adding a disabled duplicateLeland Liu2019-06-14-2/+2
| |
* | GH-2639 Add simple fabric loader installation supportPetr Mrázek2019-06-15-0/+9
| |
* | fix author name parsingasie2019-06-15-7/+10
| |
* | Add Fabric mod JSON parsing supportasie2019-06-15-0/+53
|/
* GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek2019-04-07-25/+21
| | | | This eliminates some weird crashes.
* NOISSUE fix buildPetr Mrázek2019-02-19-1/+0
|
* GH-2209 Fix sounds in old (pre-1.6) versionsPetr Mrázek2019-02-19-25/+207
|
* NOISSUE fix builds?Petr Mrázek2019-01-30-1/+1
|
* NOISSUE first step towards having game options managementPetr Mrázek2019-01-30-1/+191
|
* Merge branch 'stable' of https://github.com/Scotsguy/MultiMC5 into developPetr Mrázek2019-01-17-49/+49
|\
| * Update Copyright YearAppleTheGolden2019-01-16-49/+49
| |
* | NOISSUE Replace Quality with Completeness in language widgetPetr Mrázek2019-01-14-9/+0
|/ | | | Completeness does no imply quality.
* NOISSUE fix buildPetr Mrázek2018-12-12-2/+3
|
* NOISSUE fix logging for gametypePetr Mrázek2018-12-11-1/+1
|
* GH-2374 fix missing alternating backgrounds in worlds, add gametype columnPetr Mrázek2018-12-11-1/+73
|
* NOISSUE fix typoPetr Mrázek2018-12-06-1/+1
|
* GH-2483 fix minor issue while checking for missing local filesPetr Mrázek2018-12-06-2/+1
|
* GH-2478 fix jarmods being detected as missingPetr Mrázek2018-11-26-24/+35
|
* NOISSUE fix unit testsPetr Mrázek2018-11-26-2/+2
|
* GH-2475 fix reporting missing local libraries on launchPetr Mrázek2018-11-26-61/+60
|
* NOISSUE fix up mod installation and add a lot of logging for itPetr Mrázek2018-11-21-25/+42
|
* NOISSUE remove some nonsense and dead codePetr Mrázek2018-11-15-543/+6
|
* GH-2384 when adding mods with the same filename, rotate the filesPetr Mrázek2018-11-12-2/+21
| | | | | Current will be disabled and renamed to '$name-old'. Old one, if present, will be removed.
* NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek2018-11-12-1/+1
| | | | No more fallback for local libraries. They must be in the instance, always.