Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-21 | fix: scale mod icons to the right size | flow | |
2022-06-21 | Merge pull request #797 from kthchew/fix/update-shortcut | Sefa Eyeoglu | |
2022-06-21 | Merge pull request #788 from kthchew/fix/win-install-version | Sefa Eyeoglu | |
2022-06-21 | Merge pull request #715 from Heath123/patch-1 | Sefa Eyeoglu | |
2022-06-21 | Merge pull request #729 from OldWorldOrdr/develop | Ezekiel Smith | |
Update bug_report.yml to use latest version as the version suggestion | |||
2022-06-20 | Update bug_report.yml | OldWorldOrdr | |
2022-06-20 | Merge branch 'PolyMC:develop' into develop | OldWorldOrdr | |
2022-06-20 | Merge pull request #633 from Scrumplex/chore-remove-unused-workflows | flow | |
Remove unused GH Workflows | |||
2022-06-20 | Set beam cursor on selectable labels | jn64 | |
2022-06-20 | Rename main window | jn64 | |
2022-06-19 | fix: don't create unnecessary folders when extracting ZIPs | flow | |
2022-06-18 | Make GitHub link focusable by keyboard | jn64 | |
2022-06-18 | Make labels selectable | jn64 | |
User can copy version/build info easily. | |||
2022-06-18 | Add version to Qt applicationDisplayName | jn64 | |
2022-06-17 | fix: fix warnings reported by LGTM.com | Sefa Eyeoglu | |
2022-06-17 | chore: add LGTM config | Sefa Eyeoglu | |
2022-06-16 | fix: add classpath exception to launcher library | Sefa Eyeoglu | |
Signed-off-by: icelimetea <fr3shtea@outlook.com> | |||
2022-06-15 | Merge pull request #694 from Technous285/develop-1 | flow | |
Add OpenBSD support | |||
2022-06-15 | Merge pull request #799 from DioEgizio/fix-oopsie | flow | |
fix websiteurl in cf modpacks (part 2) | |||
2022-06-15 | chore: update COPYING.md | Sefa Eyeoglu | |
2022-06-15 | refactor: rename NewLaunch package | Sefa Eyeoglu | |
2022-06-15 | fix https://github.com/PolyMC/PolyMC/issues/798 | DioEgizio | |
2022-06-15 | Deselect desktop shortcut by default | Kenneth Chew | |
Follows the guidelines at https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-desktop | |||
2022-06-15 | Unselect shortcut installation by default if PolyMC is already installed | Kenneth Chew | |
This is the same behavior as the `/NoShortcuts` switch. | |||
2022-06-14 | fix(cmake): allow disabling tests | Sefa Eyeoglu | |
2022-06-14 | Merge pull request #787 from DioEgizio/macos-12-gha | txtsd | |
update macos runner to macos 12 | |||
2022-06-14 | Merge pull request #716 from flowln/mod_perma_2 | Ezekiel Smith | |
Hide index folder on Windows | |||
2022-06-14 | Merge pull request #665 from jamierocks/h-managed-packs | Ezekiel Smith | |
PackPlatforms: Record where packs come from | |||
2022-06-14 | Merge pull request #731 from Scrumplex/update-readme-macstadium | Ezekiel Smith | |
Add sponsors to README | |||
2022-06-14 | Merge pull request #634 from flowln/donate_links | Ezekiel Smith | |
More links for CF / Modrinth mods / modpacks | |||
2022-06-14 | fix(actions): install extra-cmake-modules | Sefa Eyeoglu | |
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-06-14 | feat(actions): test before packaging | Sefa Eyeoglu | |
2022-06-14 | refector: move download action to ExternalResourcesPage | Sefa Eyeoglu | |
2022-06-14 | refactor: Create a more clear hierarchy for some instance pages | flow | |
Previously, the Shaders, Texture packs and Resource packs tabs had as parent the ModFolderPage, making it so that making changes only to the Mods page would require checking the id of the page for the correct one. This was hackish and error-prone. Now, those pages all inherit from a single class, ExternalResourcesPage, that handles the basic behaviour of all of them, while allowing for individual modification in code. This is still not a clear separation, since internally, all those resources are derived from Mods, so for now there's still some awkward common code :/ | |||
2022-06-13 | Merge pull request #714 from Scrumplex/fix-tests | Sefa Eyeoglu | |
Fix mod metadata tests | |||
2022-06-13 | refactor: make is_indexed false by default | Sefa Eyeoglu | |
Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-06-13 | Merge pull request #782 from Scrumplex/chore-bump-1.4.0 | Sefa Eyeoglu | |
2022-06-12 | Set correct installer properties and uninstall registry keys | Kenneth Chew | |
2022-06-12 | Merge pull request #759 from flowln/mod_perma_3 | Sefa Eyeoglu | |
2022-06-12 | update macos runner to macos 12 | DioEgizio | |
2022-06-12 | Merge pull request #783 from Scrumplex/fix-avoid-settings-register-warnings | flow | |
Avoid re-registering InstanceType | |||
2022-06-12 | Compile JavaCheck for Java 7 | icelimetea | |
2022-06-12 | Merge pull request #679 from kthchew/fix/win-install-version | Sefa Eyeoglu | |
2022-06-12 | Change formatting of JavaCheck | icelimetea | |
2022-06-12 | fix(installer): use Windows version number format | Sefa Eyeoglu | |
2022-06-12 | fix(installer): add version info to installer | Sefa Eyeoglu | |
2022-06-12 | fix: segfault when the same mod is present enabled and disabled at once | flow | |
This maintains the previous behaviour | |||
2022-06-12 | fix: correctly handle disabled mods with metadata | flow | |
im stupid | |||
2022-06-12 | fix: handling of incomplete mods | flow | |
(i.e. mods without ModDetails that may have metadata) |