Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-15 | fix: always show project url, if available | Sefa Eyeoglu | |
2022-05-15 | change: update modrinth icon | flow | |
Updates to the version at https://github.com/modrinth/docs/blob/master/static/img/logo.svg | |||
2022-05-15 | change: use modrinth icon as default on modrinth packs | flow | |
2022-05-15 | feat: add version of Modrinth modpack to instance name | Sefa Eyeoglu | |
2022-05-15 | chore: license headers 2 | flow | |
2022-05-15 | chore: add/update license headers | Sefa Eyeoglu | |
2022-05-15 | change: use build variables for the modrinth API URLs | flow | |
Make it more consistent with the others | |||
2022-05-15 | fix: add author page url | flow | |
2022-05-15 | feat: add support for Quilt Loader in Modrinth packs | Sefa Eyeoglu | |
2022-05-15 | fix: fix build on Qt 5.12 | Sefa Eyeoglu | |
2022-05-14 | fix: choose valid download url even if it's not the primary one | flow | |
It seems to be possible to have modpack versions that have to primary file. In those cases, we pick a valid one "at random". | |||
2022-05-14 | change: list what file types can be entered in the importer | flow | |
2022-05-14 | refactor: some random improvements | flow | |
2022-05-14 | fix: Have the URL be the project URL itself | flow | |
(I think, doesn't seem to work for the waffle though, probably because of the staging API :/) | |||
2022-05-14 | fix: make all modrinth modpacks have the same icon size | flow | |
2022-05-14 | fix: download icon as well when importing modrinth modpacks | flow | |
2022-05-14 | feat: add modrinth pack downloading | flow | |
Things that don't work / work poorly (there's more for sure but those are the evident ones): - Icons are broken in the import dialog - No way to search for private packs - Icons are not downloaded when downloading a mod - No support for multiple download URLs - Probably a lot more... | |||
2022-05-14 | fix: adapt upstream Modrinth code to our codebase | Sefa Eyeoglu | |
2022-05-14 | Add support for importing Modrinth packs from files | kb1000 | |
2022-05-14 | refactor: rename Modrinth classes to ModrinthMod | Sefa Eyeoglu | |
2022-05-13 | fix: Handle icons with a dot in their names | flow | |
E.g. some FTB modpacks. Also fixes an issue with the name viewing on the Icon Chooser dialog when the name was too big. | |||
2022-05-13 | Merge pull request #528 from flowln/guo_ext | Sefa Eyeoglu | |
2022-05-12 | chore: add license header to remaining files | flow | |
Also remove some unused imports | |||
2022-05-12 | chore: add polymc license headers to launcher/net files | flow | |
2022-05-12 | fix: abort and fail logic in tasks | flow | |
Also sets up correctly the status connections | |||
2022-05-12 | refactor: more net cleanup | flow | |
This runs clang-tidy on some other files in launcher/net/. This also makes use of some JSON wrappers in HttpMetaCache, instead of using the Qt stuff directly. Lastly, this removes useless null checks (crashes don't occur because of this, but because of concurrent usage / free of the QByteArray pointer), and fix a fixme in Download.h | |||
2022-05-12 | refactor: remove some superfluous signals | flow | |
Since now we're inheriting from Task, some signals can be reused. | |||
2022-05-12 | refactor: organize a little more the code in launcher/net/ | flow | |
This also reduces some code duplication by using some Task logic in NetAction. | |||
2022-05-12 | Add UI for miscellaneous instance setting overrides | Kenneth Chew | |
2022-05-12 | Add instance overrides for miscellaneous settings | Kenneth Chew | |
2022-05-09 | Hide temporary directory in instances folder | Kenneth Chew | |
2022-05-09 | Make profile menu scrollable | Kenneth Chew | |
2022-05-09 | Merge pull request #537 from PolyMC/stable | timoreo22 | |
Merge stable into develop | |||
2022-05-09 | fix websiteurl in curseforge modpacks | DioEgizio | |
2022-05-09 | Show "executable" screenshots in the screenshot manager | Kenneth Chew | |
Since the readable/writable filter was removed to do this, extra code was added to enable/disable certain buttons based on whether the screenshot is readable or writable. | |||
2022-05-08 | Retranslate playtime text immediately when language is changed | Kenneth Chew | |
2022-05-08 | Retranslate account actions after switching language | Kenneth Chew | |
2022-05-08 | Merge pull request #534 from DioEgizio/stable | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #475 from Scrumplex/fix-hide-all-tokens | timoreo22 | |
Hide all tokens for non-Debug builds for log and logfiles | |||
2022-05-08 | Merge pull request #482 from TheCodex6824/mojang-auth-fix | Sefa Eyeoglu | |
2022-05-08 | Update launcher/modplatform/flame/FlameModIndex.cpp | Sefa Eyeoglu | |
Co-authored-by: flow <thiagodonato300@gmail.com> | |||
2022-05-08 | Update launcher/modplatform/flame/FlameModIndex.cpp | Sefa Eyeoglu | |
2022-05-08 | This makes more sense | Ozynt | |
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
2022-05-07 | fix: always have the instance toolbar be vertical | flow | |
This overrides the orientation set automatically by Qt when we start moving the toolbar around. | |||
2022-05-07 | fix: filter based on MIME type instead of plaintext suffix | flow | |
Suffixes are unreliable in different locales, while MIME types are more standarized. | |||
2022-05-02 | Merge pull request #503 from txtsd/mnemonics_fix | dada513 | |
Fix mnemonics that didn't parse | |||
2022-05-02 | Merge pull request #475 from Scrumplex/fix-hide-all-tokens | timoreo22 | |
Hide all tokens for non-Debug builds for log and logfiles | |||
2022-05-01 | Merge pull request #511 from dada513/hide_java_wizard | dada513 | |
add hide java wizard toggle | |||
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> |