aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft
AgeCommit message (Collapse)Author
2021-02-07GH-405 ATLauncher SupportJamie Mansfield
2021-02-07Merge pull request #3538 from Scotsguy/developPetr Mrázek
NOISSUE Update Copyright Year
2021-02-06Fix catching polymorphic type by value errorChristopher Hasse
fixes #3579
2021-02-06GH-3229 fix copy seed button not working for newer worldsPetr Mrázek
Added the `optional-bare` library and refactored NBT reading code to support this change.
2021-01-18NOISSUE Update Copyright YearAppleTheGolden
2020-09-10NOISSUE add a way to use native system versions of OpenAL and GLFWPetr Mrázek
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.
2020-08-22NOISSUE Add world icons and world icon reset buttonPetr Mrázek
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-06-28NOISSUE fix a bunch of valgrind errorsPetr Mrázek
2020-06-27NOISSUE rename ComponentList to PackProfilePetr Mrázek
It's not just components, so the naming needed cleaning up.
2020-05-19Remove some old forge hacksPetr Mrázek
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.
2020-03-27GH-2544 allow adding files to `libraries` without affecting classpathPetr Mrázek
This is done by adding library-like objects into the `mavenFiles` list in version JSONs.
2020-03-26NOISSUE no means no, #2Petr Mrázek
2020-03-26NOISSUE no means no.Petr Mrázek
2020-01-08GH-2819 mod list filter now also looks at descriptions and authorsPetr Mrázek
2020-01-08NOISSUE Do not crash when dependencies are customized and conflictPetr Mrázek
2019-08-05NOISSUE do not lose selection on mod enable/disable togglePetr Mrázek
2019-08-04GH-988 add ability to toggle mods with keyboardPetr Mrázek
2019-08-04GH-2785 fix crash caused by starting multiple mod folder update tasksPetr Mrázek
2019-08-04NOISSUE fix listing of mods in log, improve display with unicodePetr Mrázek
2019-08-04NOISSUE fix build on linuxPetr Mrázek
2019-08-04NOISSUE asynchronous, parallel mod folder listing and mod resolvingPetr Mrázek
2019-08-03NOISSUE refactor Mod a bunch, get rid of dead codePetr Mrázek
2019-08-03NOISSUE remove dependency of legacy mod list on the Mod classPetr Mrázek
2019-07-31NOISSUE fix bug with drag & drop not working with empty mod listPetr Mrázek
2019-07-15NOISSUE Show Version page while the instancer is running.Petr Mrázek
All controls are disabled.
2019-07-15NOISSUE Do not hide mods list pages when the instance is running.Petr Mrázek
Instead, disable (most of) the controls.
2019-07-11NOISSUE update component buttons some more when the versions changePetr Mrázek
2019-07-01GH-2716 do not censor values shorter than 4 in logsPetr Mrázek
2019-06-17NOISSUE Don't append .disabled to stringjanrupf
2019-06-15Merge branch 'develop' of https://github.com/lelandliu/MultiMC5 into developPetr Mrázek
2019-06-15GH-2639 Add simple fabric loader installation supportPetr Mrázek
2019-06-15fix author name parsingasie
2019-06-15Add Fabric mod JSON parsing supportasie
2019-06-14Fixed adding a disabled duplicateLeland Liu
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
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.
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-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