Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | Add migration wizard, fix migration from custom paste instance | Lenny McLennington | |
- Very basic wizard just to allow the user to choose whether to keep their old paste settings or use the new default settings. - People who used custom 0x0 instances would just be kept on those settings and won't see the wizard. | |||
2022-05-21 | Change paste settings and add copyright headers | Lenny McLennington | |
- There's now a notice reminding people to change the base URL if they had a custom base URL and change the paste type (that was something I personally had problems with when I was testing, so a reminder was helpful for me). - Broke down some of the long lines on APIPage.cpp to be more readable. - Added copyright headers where they were missing. - Changed the paste service display names to the names they are more commonly known by. - Changed the default hastebin base URL to https://hst.sh due to the acquisition of https://hastebin.com by Toptal. | |||
2022-05-21 | Support paste.gg, hastebin, and mclo.gs | Lenny McLennington | |
2022-05-21 | Merge pull request #609 from timoreo22/feature/fix-blocked-modpacks | dada513 | |
2022-05-21 | Merge pull request #520 from icelimetea/refactor-java-launcher-v2 | Sefa Eyeoglu | |
2022-05-21 | Merge pull request #500 from flowln/net_refactor | Sefa Eyeoglu | |
Refactor a little the code in `launcher/net/` files | |||
2022-05-21 | Merge pull request #606 from jamierocks/h-launch-version | Sefa Eyeoglu | |
2022-05-21 | Do the url trick on initial modpack download too | timoreo | |
2022-05-21 | Merge pull request #608 from timoreo22/feature/curseforge-fix | timoreo22 | |
Very Temporary Fix for curseforge | |||
2022-05-20 | fix(ui): make CF and MR modpack dialogs more consistent | Sefa Eyeoglu | |
2022-05-20 | Apply suggestions | timoreo | |
2022-05-20 | Port temp fix to mods too | timoreo | |
2022-05-20 | Very Temporary Fix for curseforge | timoreo | |
2022-05-20 | Merge pull request #607 from dada513/curse_set | dada513 | |
2022-05-20 | Add cursefrog key override | dada513 | |
2022-05-20 | Launch: Apply the Minecraft version correctly | Jamie Mansfield | |
It was previously using a deprecated field. | |||
2022-05-20 | Launch: Match Vanilla launcher version string behaviour | Jamie Mansfield | |
This removes a means of profiling users. | |||
2022-05-20 | Merge pull request #592 from flowln/technic | timoreo22 | |
Use empty string when version is null in the Technic pack manifest | |||
2022-05-19 | Merge pull request #594 from Scrumplex/fix-support-split-natives | Sefa Eyeoglu | |
Support Mojang's new split natives | |||
2022-05-18 | fix: support split natives | Sefa Eyeoglu | |
Mojang introduced a new structure for natives, notably for LWJGL. Now instead of using the `natives` structure of the version format, Mojang chose to create a seperate library entry for each platform, which uses the `rules` structure to specify the platform. These new split natives carry the same groupId and artifactId, as the main library, but have an additional classifier, like `natives-linux`. When comparing GradleSpecifiers we don't look at the classifier, so when the launcher sees an artifact called `org.lwjgl:lwjgl:3.3.1` and right after that an artifact called `org.lwjgl:lwjgl:3.3.1:natives-linux`, it will treat it as "already added" and forget it. This change will include the classifier in that comparison. | |||
2022-05-18 | fix: version field in technic pack manifest being null | flow | |
Sometimes, the version field, that is supposed to be a string, was a null instead. Inspecting other entries, seems like the default for not having a version should be "", so I made it like that in case the version was null. I hope this fixes the issue :^) | |||
2022-05-18 | Merge pull request #590 from DioEgizio/fix-qmj-over-fmj | timoreo22 | |
fix(quilt) always prefer qmj over fmj | |||
2022-05-18 | Merge pull request #127 from Scrumplex/refactor-bump-qt5.12 | Sefa Eyeoglu | |
2022-05-18 | fix(quilt) always prefer qmj over fmj | DioEgizio | |
this fixes Quilt-only mods like ok zoomer showing wrong metadata | |||
2022-05-17 | fix conflicts with develop | flow | |
2022-05-17 | fix: ignore deprecation again | Sefa Eyeoglu | |
2022-05-17 | fix: remove unnecessary Qt version checks | Sefa Eyeoglu | |
2022-05-17 | chore!: drop support for Qt <5.12 | Sefa Eyeoglu | |
BREAKING CHANGE: If there are references to stuff that's deprecated as of Qt 5.12, the compilation will fail. This means that support for versions below 5.12 is hereby dropped | |||
2022-05-17 | fix(updater): remove Windows version check | Sefa Eyeoglu | |
Qt 5.12 doesn't support anything older than Windows 7 anyway, so we can't really check if we are on an older platform. | |||
2022-05-17 | fix: replace deprecated stuff as of Qt 5.12 | Sefa Eyeoglu | |
2022-05-17 | Merge pull request #565 from Scrumplex/modrinth-packs | Sefa Eyeoglu | |
Initial Modrinth modpack support | |||
2022-05-17 | Merge pull request #567 from Scrumplex/quilt-metadata | Sefa Eyeoglu | |
Support `quilt.mod.json` metadata | |||
2022-05-17 | fix: update links for Quilt metadata format | Sefa Eyeoglu | |
2022-05-17 | Update launcher/ui/pages/modplatform/modrinth/ModrinthPage.ui | Sefa Eyeoglu | |
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> | |||
2022-05-17 | fix: virtual signal in Task.h | flow | |
2022-05-17 | chore: remove copyright from files i didnt mess with | flow | |
This is what happens when you auto-pilot stuff xdd | |||
2022-05-17 | Merge pull request #529 from flowln/vertical_toolbar | txtsd | |
Set right orientation for instance toolbar when moving it around | |||
2022-05-17 | Merge pull request #540 from kthchew/fix/executable-screenshot | txtsd | |
Show "executable" screenshots in the screenshot manager | |||
2022-05-16 | fix: mod skipping between pages and remove dead code | flow | |
2022-05-16 | fix: missed change to metacache entry lookup | flow | |
2022-05-16 | fix: typo and useless code | flow | |
2022-05-16 | fix: use own metacache base for modrinth icons | Sefa Eyeoglu | |
2022-05-16 | Merge pull request #564 from flowln/cf_icon | Sefa Eyeoglu | |
2022-05-16 | Merge pull request #568 from kthchew/fix/mac-steam-overlay | Sefa Eyeoglu | |
2022-05-16 | fix: better hack for icons that cant be natively scaled to 48x48 | flow | |
2022-05-16 | fix: import modrinth packs with weird overrides structure | flow | |
Probably because of Packwiz limitations, or an space optimizer that did this :) | |||
2022-05-15 | feat: better handling of optional mods | flow | |
This disables the optional mods by default and tell the user about it. Pretty hackish, but a better solution would involve the modrinth metadata to have the mod names... Also sorry for the diffs, my clangd went rogue x.x | |||
2022-05-15 | change: switch to modrinth production servers | flow | |
2022-05-15 | fix: macos compilation | flow | |
i forgor macos is cringe with static arrays :skull: edit: WHY DONT MAC LET ME USE STD::ARRAY ;----; | |||
2022-05-15 | change: add alpha note to modrinth page | flow | |