Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-29 | Merge pull request #352 from Scrumplex/fix-name | Sefa Eyeoglu | |
Update Credits and Branding | |||
2022-03-29 | Merge pull request #356 from flowln/version_optimize | Sefa Eyeoglu | |
Improve mod versions request to Modrinth | |||
2022-03-27 | chore: add license header | Sefa Eyeoglu | |
chore: add license header | |||
2022-03-27 | fix(credits): wrap UTF-8 text with QString | Sefa Eyeoglu | |
2022-03-27 | fix: update credits | Sefa Eyeoglu | |
2022-03-27 | fix: remove "PolyMC" from strings | Sefa Eyeoglu | |
2022-03-27 | Merge pull request #341 from dada513/develop | Sefa Eyeoglu | |
2022-03-27 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
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 CustomCommands | Sefa Eyeoglu | |
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-20 | App: Retranslate page header titles | Jamie Mansfield | |
This fixes a bug that is only practically effects the title of the language page not updating the header when changing the language. | |||
2022-03-20 | fix: disable "Install Forge" button when needed | Sefa Eyeoglu | |
2022-03-20 | fix: disable "Download mods" button when needed | Sefa Eyeoglu | |
Fixes #271 | |||
2022-03-21 | Merge pull request #306 from Scrumplex/limit-instance-lengths | Ezekiel Smith | |
Limit instance names to 128 chars | |||
2022-03-20 | Merge pull request #305 from flowln/gui_changes | Sefa Eyeoglu | |
2022-03-20 | Merge pull request #200 from Scrumplex/scrumplex-license-header | Sefa Eyeoglu | |
2022-03-19 | fix: limit instance names to 128 chars | Sefa Eyeoglu | |
2022-03-19 | feat(ui): allow users to move toolbars to different places | flow | |
2022-03-19 | Merge pull request #292 from lack/offline_username_limits | Sefa Eyeoglu | |
Limit offline username to 16 characters with override | |||
2022-03-19 | Limit offline username to 16 characters with override | Jim Ramsay | |
Offline usernames longer than 16 characters won't be able to connect to LAN games or offline-mode servers, so just don't let it happen. Add a checkbox to allow people to unrestrict usernames if they want. Signed-off-by: Jim Ramsay <i.am@jimramsay.com> | |||
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): improve social platform actions | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): remove brand names from translations | Sefa Eyeoglu | |
2022-03-19 | fix(i18n): fix translatable strings | Sefa Eyeoglu | |
2022-03-18 | fix(ui): remove paste.polymc.org | flow | |
2022-03-18 | fix silly mistakes and merge upstream | flow | |
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. | |||
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-13 | add translation string | flow | |
2022-03-13 | feat(ui): make a better "Mod download confirmation dialog" | flow | |
2022-03-11 | fix missing translation strings | flow | |
my mistake, sorry! ToT | |||
2022-03-08 | add matrix button | dada513 | |
2022-03-07 | fix: delete semicolons at the end of .cpp file's functions | flow | |
my lsp is weird sometimes | |||
2022-03-07 | refactor: move things around so that related things are close together | flow | |
This also adds some comments around ModModel.cpp and ModPage.cpp to add some ease of reading the code. Also move some things from headers to cpp files. | |||
2022-03-07 | refactor: move more common code to base class | flow | |
Also removes unused imports and organize the ModModel header | |||
2022-03-07 | refactor: de-duplicate common code in network mod APIs | flow | |
2022-03-07 | refactor: move NetJob away from ModModel to ModAPI | flow | |
This is done so that 1. ModAPI behaves more like an actual API instead of just a helper, and 2. Allows for more easily creating other mod providers that may or may not use network tasks (foreshadowing lol) | |||
2022-03-08 | Merge pull request #232 from Scrumplex/fix-help-links | Ezekiel Smith | |
Switch to polymc.org wiki | |||
2022-03-08 | Merge pull request #230 from Scrumplex/fix-iconthemes | Ezekiel Smith | |
Reorganize icon themes | |||
2022-03-06 | refactor: use Enum instead of raw int for ModLoaderType | flow | |
2022-03-06 | clarify some method names and comments | flow | |
2022-03-06 | merge upstream | flow | |
2022-03-06 | refactor: move "get versions" task from page to model | flow | |
This seems more reasonable | |||
2022-03-06 | refactor: use only a single unique_ptr for the api | flow | |
2022-03-06 | refactor: move help URL into buildconfig | Sefa Eyeoglu | |