Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #519 from Scrumplex/cleanup-cmake | timoreo22 | |
Remove in-tree CMake modules where possible | |||
2022-05-13 | Merge pull request #528 from flowln/guo_ext | Sefa Eyeoglu | |
2022-05-13 | Merge pull request #553 from DioEgizio/add-version-PolyMC | timoreo22 | |
chore: add version of polymc area in bug report template | |||
2022-05-13 | Merge pull request #557 from PolyMC/ZekeSmith-cf-api | Sefa Eyeoglu | |
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-12 | CurseForge API Key update to PolyMC key | Ezekiel Smith | |
Use the key CurseForge provided me to use for PolyMC *pr done on mobile if someone could test that would be great* | |||
2022-05-11 | chore: add version of polymc area in bug report template | DioEgizio | |
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 #533 from DioEgizio/patch-5 | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #534 from DioEgizio/stable | Sefa Eyeoglu | |
2022-05-08 | Merge pull request #530 from ryanccn/cfcore-backport | 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 | Merge pull request #492 from DioEgizio/appimage-fix | Sefa Eyeoglu | |
2022-05-08 | bump to 1.2.2 | DioEgizio | |
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-08 | gitignore stuff | 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-05 | Merge pull request #495 from ryanccn/big-sur-icon | Sefa Eyeoglu | |
2022-05-05 | add big sur-style icon | Ryan Cao | |
2022-05-02 | fix: remove in-tree CMake modules where possible | Sefa Eyeoglu | |
2022-05-02 | Merge pull request #518 from timoreo22/develop | Sefa Eyeoglu | |
Fix nightly.link pr comment | |||
2022-05-02 | Merge pull request #503 from txtsd/mnemonics_fix | dada513 | |
Fix mnemonics that didn't parse | |||
2022-05-02 | Fix nightly.link pr comment | timoreo22 | |
2022-05-02 | Merge pull request #510 from txtsd/ccache_gha | timoreo22 | |
CI Speedup [1/3]: Use ccache to speed up CI builds | |||
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-05-01 | refactor(workflow): Only use ccache on Debug builds | txtsd | |
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-30 | Update launcher/ui/pages/global/JavaPage.ui | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-30 | Merge pull request #489 from kthchew/fix/old-mac-cleanup | Sefa Eyeoglu | |
2022-04-30 | Remove symlink | dada513 | |
2022-04-30 | add hide java wizard toggle | dada513 | |
2022-04-30 | feat(workflow): Use ccache | txtsd | |
2022-04-29 | Merge pull request #492 from DioEgizio/appimage-fix | Sefa Eyeoglu | |
2022-04-29 | fix(mnemonics): Add missing buddies to labels | txtsd | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-28 | fix some appimage issues building with qt 5.15.2 | DioEgizio | |
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage |