flow
a135c06bcf
fix: scale mod icons to the right size
2022-06-21 06:41:56 -03:00
Sefa Eyeoglu
efb1f4abf2
Merge pull request #797 from kthchew/fix/update-shortcut
2022-06-21 11:29:15 +02:00
Sefa Eyeoglu
036a826b3a
Merge pull request #788 from kthchew/fix/win-install-version
2022-06-21 11:29:06 +02:00
Sefa Eyeoglu
8d2b66a0fd
Merge pull request #715 from Heath123/patch-1
2022-06-21 11:18:37 +02:00
Ezekiel Smith
31d6278b31
Merge pull request #729 from OldWorldOrdr/develop
...
Update bug_report.yml to use latest version as the version suggestion
2022-06-21 01:12:04 +10:00
OldWorldOrdr
5558d7eef8
Update bug_report.yml
2022-06-20 11:03:22 -04:00
OldWorldOrdr
6103d86a47
Merge branch 'PolyMC:develop' into develop
2022-06-20 11:02:40 -04:00
flow
b8899a534d
Merge pull request #633 from Scrumplex/chore-remove-unused-workflows
...
Remove unused GH Workflows
2022-06-20 11:42:53 -03:00
jn64
fa6829a6a1
Set beam cursor on selectable labels
2022-06-20 14:28:38 +08:00
jn64
5335540c33
Rename main window
2022-06-20 13:45:36 +08:00
flow
7f62de3854
fix: don't create unnecessary folders when extracting ZIPs
2022-06-19 22:03:02 -03:00
jn64
0afa2e92d5
Make GitHub link focusable by keyboard
2022-06-18 22:20:38 +08:00
jn64
6d1b166ad7
Make labels selectable
...
User can copy version/build info easily.
2022-06-18 22:19:23 +08:00
jn64
4b6ddfb89b
Add version to Qt applicationDisplayName
2022-06-18 20:00:28 +08:00
Sefa Eyeoglu
9ec260619b
fix: fix warnings reported by LGTM.com
2022-06-17 16:34:32 +02:00
Sefa Eyeoglu
4c6ac9e4fe
chore: add LGTM config
2022-06-17 16:24:06 +02:00
Sefa Eyeoglu
08fc3ea2e0
fix: add classpath exception to launcher library
...
Signed-off-by: icelimetea <fr3shtea@outlook.com>
2022-06-16 17:58:38 +02:00
flow
03e454b71d
Merge pull request #694 from Technous285/develop-1
...
Add OpenBSD support
2022-06-15 06:32:14 -03:00
flow
c527ea83fb
Merge pull request #799 from DioEgizio/fix-oopsie
...
fix websiteurl in cf modpacks (part 2)
2022-06-15 06:28:09 -03:00
Sefa Eyeoglu
8b9ac63657
chore: update COPYING.md
2022-06-15 10:15:35 +02:00
Sefa Eyeoglu
0ba02f0830
refactor: rename NewLaunch package
2022-06-15 10:05:35 +02:00
DioEgizio
1f6cef6f8a
fix https://github.com/PolyMC/PolyMC/issues/798
2022-06-15 09:11:23 +02:00
Kenneth Chew
251942323e
Deselect desktop shortcut by default
...
Follows the guidelines at https://docs.microsoft.com/en-us/windows/win32/uxguide/winenv-desktop
2022-06-15 00:46:34 -04:00
Kenneth Chew
8e3efec40f
Unselect shortcut installation by default if PolyMC is already installed
...
This is the same behavior as the `/NoShortcuts` switch.
2022-06-15 00:41:52 -04:00
Sefa Eyeoglu
3d0740f80e
fix(cmake): allow disabling tests
2022-06-14 21:42:44 +02:00
txtsd
707a68cb4f
Merge pull request #787 from DioEgizio/macos-12-gha
...
update macos runner to macos 12
2022-06-14 23:30:41 +05:30
Ezekiel Smith
e6b1a1fa76
Merge pull request #716 from flowln/mod_perma_2
...
Hide index folder on Windows
2022-06-14 23:58:35 +10:00
Ezekiel Smith
3e8d450741
Merge pull request #665 from jamierocks/h-managed-packs
...
PackPlatforms: Record where packs come from
2022-06-14 23:54:44 +10:00
Ezekiel Smith
d0881b7420
Merge pull request #731 from Scrumplex/update-readme-macstadium
...
Add sponsors to README
2022-06-14 23:52:38 +10:00
Ezekiel Smith
27239b2dde
Merge pull request #634 from flowln/donate_links
...
More links for CF / Modrinth mods / modpacks
2022-06-14 23:52:00 +10:00
Sefa Eyeoglu
3fbbaddece
fix(actions): install extra-cmake-modules
2022-06-14 14:44:49 +02:00
Sefa Eyeoglu
effe46db86
refactor: move away from UnitTest.cmake
2022-06-14 14:44:49 +02:00
Sefa Eyeoglu
ba939c92ec
feat(actions): test before packaging
2022-06-14 14:44:49 +02:00
Sefa Eyeoglu
e25cdd9d12
refector: move download action to ExternalResourcesPage
2022-06-14 07:04:31 -03:00
flow
d394235ee0
refactor: Create a more clear hierarchy for some instance pages
...
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-14 07:04:31 -03:00
Sefa Eyeoglu
349fc4143d
Merge pull request #714 from Scrumplex/fix-tests
...
Fix mod metadata tests
2022-06-13 23:10:35 +02:00
Sefa Eyeoglu
4be9e6a0bc
refactor: make is_indexed false by default
...
Co-authored-by: flow <flowlnlnln@gmail.com>
2022-06-13 22:07:42 +02:00
Sefa Eyeoglu
cb258146c4
Merge pull request #782 from Scrumplex/chore-bump-1.4.0
2022-06-13 22:05:40 +02:00
Kenneth Chew
9f039cef72
Set correct installer properties and uninstall registry keys
2022-06-12 14:21:56 -04:00
Sefa Eyeoglu
d08815bbc1
Merge pull request #759 from flowln/mod_perma_3
2022-06-12 19:17:08 +02:00
DioEgizio
c04e38d011
update macos runner to macos 12
2022-06-12 19:13:19 +02:00
flow
794022d399
Merge pull request #783 from Scrumplex/fix-avoid-settings-register-warnings
...
Avoid re-registering InstanceType
2022-06-12 13:46:46 -03:00
icelimetea
8e43190984
Compile JavaCheck for Java 7
2022-06-12 17:46:40 +01:00
Sefa Eyeoglu
2212a6e40f
Merge pull request #679 from kthchew/fix/win-install-version
2022-06-12 18:12:42 +02:00
icelimetea
63b69c0b0c
Change formatting of JavaCheck
2022-06-12 16:29:39 +01:00
Sefa Eyeoglu
278219b1d8
fix(installer): use Windows version number format
2022-06-12 16:24:05 +02:00
Sefa Eyeoglu
2ce4ce9064
fix(installer): add version info to installer
2022-06-12 14:52:54 +02:00
flow
4448418b63
fix: segfault when the same mod is present enabled and disabled at once
...
This maintains the previous behaviour
2022-06-12 09:44:03 -03:00
flow
9f1f37e780
fix: correctly handle disabled mods with metadata
...
im stupid
2022-06-12 09:25:25 -03:00
flow
40ccd1a469
fix: handling of incomplete mods
...
(i.e. mods without ModDetails that may have metadata)
2022-06-12 09:25:21 -03:00