Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-14 | refactor: rename Modrinth classes to ModrinthMod | Sefa Eyeoglu | |
2022-05-13 | Merge pull request #528 from flowln/guo_ext | Sefa Eyeoglu | |
2022-05-09 | Merge pull request #537 from PolyMC/stable | timoreo22 | |
Merge stable into develop | |||
2022-05-08 | adopt changes from #497 remapped | Ryan Cao | |
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-04-22 | ATLauncher: Replace usage of QPushButton::pressed with ::clicked | Jamie Mansfield | |
2022-04-22 | ATLauncher: Support using share codes | Jamie Mansfield | |
2022-04-19 | Fix crash if no Minecraft version is selected in the new instance screen | Kenneth Chew | |
2022-04-19 | Merge pull request #452 from Scrumplex/fix-download-mods-crash | Sefa Eyeoglu | |
2022-04-19 | Merge pull request #451 from Scrumplex/fix-modloader-selection | dada513 | |
2022-04-19 | Merge pull request #450 from Scrumplex/fix-quilt-mod-dl | Sefa Eyeoglu | |
2022-04-19 | fix: fix Modrinth query when Quilt is in use | Sefa Eyeoglu | |
2022-04-18 | fix: handle network errors when downloading modlist | Sefa Eyeoglu | |
2022-04-18 | fix: actually check if a mod loader is selected | Sefa Eyeoglu | |
Thus also removes a suggestCurrent call from loaderFilterChanged, as it will already be triggered by setSelectedLoaderVersion | |||
2022-04-17 | Fix typos and inconsistent capitalization in sort options | Kenneth Chew | |
2022-04-16 | Merge pull request #392 from flowln/mod_filter | Sefa Eyeoglu | |
2022-04-16 | Merge pull request #430 from DioEgizio/make-helppages-on-their-own-dir | Ezekiel Smith | |
CHANGE: switch the help pages to their own dir | |||
2022-04-15 | Add Quilt install option while creating an instance | Kenneth Chew | |
2022-04-15 | Fix Fabric versions appearing for unsupported MC versions | Kenneth Chew | |
Also remove an old TODO comment, mentioning an issue that was already fixed. | |||
2022-04-15 | Show no loader selected message when add instance window first opens | Kenneth Chew | |
This resolves an issue where the message only shows when selecting a mod loader and then selecting "None" again. | |||
2022-04-15 | Fix build on Qt 5.6 | Kenneth Chew | |
2022-04-15 | Add option to install mod loader during instance creation | Kenneth Chew | |
2022-04-15 | ui: underline search button text when changing filters | flow | |
This hopefully makes it easier to the user to know that their changes will only apply after hitting the search button. I tried setting the background color, but it seems more unreliable on cross-platform than underlining. Also, it could be worse for daltonic people, so I don't know what to do :( | |||
2022-04-15 | rework: make the filter as a tabbed widget in the dialog itself | flow | |
Still needs a clear indication that the filter only applies after you click the search button... | |||
2022-04-15 | fix: Polish usage in some cases | flow | |
Also fiz some typos | |||
2022-04-15 | fix: 'All' filter working and get around CF API capabilities | flow | |
2022-04-15 | fix(ui): Refresh mod list when changing filtering options | flow | |
2022-04-15 | feat: Use version filter when searching mods | flow | |
2022-04-15 | feat: Integrate newly created filter dialog in ModPage | flow | |
2022-04-15 | CHANGE: switch the help pages to their own dir | DioEgizio | |
also renames modrinth-platform/curseforge-platform to just Mod-platform since they have the pages are basically the same | |||
2022-04-14 | refactor: cleanup ModLoaderType | Sefa Eyeoglu | |
2022-04-07 | fix: check for Quilt as Fabric-compatible loader | Sefa Eyeoglu | |
2022-04-02 | BuildConfig: Make Technic API base URL and build constants | Jamie Mansfield | |
2022-04-02 | Technic: Display available versions for Solder packs | Jamie Mansfield | |
2022-04-02 | Technic: Match CurseForge pack description format | Jamie Mansfield | |
2022-04-02 | Technic: Include the modpack version in instance title | Jamie Mansfield | |
2022-04-02 | Technic: Prevent potential HTML injection | Jamie Mansfield | |
2022-04-02 | Technic: Allow pack API urls to be used in search | Jamie Mansfield | |
This mimics the behaviour that the Technic launcher has, and their website displays API URLs for. The big benefit of this, is to be able to install private packs now :) | |||
2022-03-29 | Merge pull request #352 from Scrumplex/fix-name | Sefa Eyeoglu | |
Update Credits and Branding | |||
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-24 | optimize: Improve mod versions request to Modrinth | flow | |
This uses more arguments in the GET request for mod versions on the Modrinth API, filtering what versions can be returned, decreasing load on Modrinth servers and improving a little the time it takes for the versions to be available to the user. This also removes the now unneeded check on correct modloaders in ModrinthPackIndex, since it is now filtered by the Modrinth server. Lastly, this adds a couple of helper functions in ModModel. | |||
2022-03-24 | chore: resolve conflicts and merge upstream | flow | |
2022-03-21 | Merge pull request #298 from Scrumplex/fix-i18n | Sefa Eyeoglu | |
Fix translatable strings | |||
2022-03-20 | fix: retranslate mod download pages | Sefa Eyeoglu | |
2022-03-20 | chore: add license header | Sefa Eyeoglu | |
2022-03-20 | App: Retranslate all pages when the language is changed | Jamie Mansfield | |
2022-03-19 | fix(i18n): remove brand names from translations | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): fix translatable strings | Sefa Eyeoglu | |
2022-03-14 | tidy: Fix clang-tidy issues on files changed in this PR | flow | |
The checks used are roughly the same as the ones proposed in the clang-tidy PR (except perhaps that I used modernize-* instead of listing them individually,though I don't think this caused any readability detriments). In ModrinthModel.cpp and FlameModModel.cpp I ignored the modernize-avoid-c-arrays one, mostly because making the sorts array an std::array would most likely increase the code complexity because of the virtual function. Aside from that, the static_cast warning from Application.h was not dealt with, since it's not in this PR's scope. |