Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-11 | Merge pull request #847 from EliteTK/switch-to-scdoc | Sefa Eyeoglu | |
2022-07-10 | fix: include TLS plugins in bundle | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-09 | Rewrite polymc.6 in scdoc, build, and install it | Tomasz Kramkowski | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Tomasz Kramkowski <tomasz@kramkow.ski> | |||
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-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-12 | Set correct installer properties and uninstall registry keys | Kenneth Chew | |
2022-06-12 | Merge pull request #679 from kthchew/fix/win-install-version | Sefa Eyeoglu | |
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-03 | Add "mc" keyword to desktop file | jn64 | |
Certain launchers (e.g. GNOME) only search from word boundaries, so typing "mc" doesn't currently match to "PolyMC". | |||
2022-05-30 | Move Windows installer configure to `program_info` | Kenneth Chew | |
2022-05-29 | Use CMake for Windows installer branding | Kenneth Chew | |
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry. | |||
2022-05-29 | fix: set version for Windows binaries | Sefa Eyeoglu | |
2022-05-29 | remove vista support from the manifest | DioEgizio | |
we don't support qt <5.12 anymore anyways | |||
2022-05-28 | Merge pull request #625 from ryanccn/light-macos-icon | timoreo22 | |
Use light background macOS icon | |||
2022-05-28 | Merge pull request #629 from kthchew/feature/desktop-shortcut | timoreo22 | |
Add desktop shortcut to Windows installer | |||
2022-05-26 | better new icon | Ryan Cao | |
2022-05-24 | Update org.polymc.PolyMC.metainfo.xml.in | byquanton | |
Should fix Flatpak/Flathub build | |||
2022-05-23 | Add desktop shortcut to Windows installer | Kenneth Chew | |
2022-05-23 | use light bigsur icon | Ryan Cao | |
2022-05-20 | Fix default install location | Kenneth Chew | |
2022-05-20 | Add `/NoShortcuts` parameter for Windows installer | Kenneth Chew | |
2022-05-20 | Remove portable option in Windows installer | Kenneth Chew | |
2022-05-20 | Add `/NoUninstaller` parameter for Windows installer | Kenneth Chew | |
2022-05-16 | Support installer languages other than English | Kenneth Chew | |
2022-05-16 | Remove admin requirement (no multi-user install option) | Kenneth Chew | |
2022-05-16 | Build Windows installer | Kenneth Chew | |
2022-05-15 | Add Allow DYLD Environment Variables Entitlement to macOS build | Kenneth Chew | |
This allows the Steam overlay to be injected into Minecraft. | |||
2022-05-15 | Fix indentation of macOS resources | Kenneth Chew | |
2022-05-05 | add big sur-style icon | Ryan Cao | |
2022-04-19 | Improve security by enabling hardened runtime for macOS | Kenneth Chew | |
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. | |||
2022-04-16 | refactor: combine portable and system builds | Sefa Eyeoglu | |
Portable builds now have the same layout as system builds. If you want to build a portable bundle, you now need to additionally install the `portable` component. For example: $ cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install ... $ cmake --build build $ cmake --install build $ cmake --install build --component portable | |||
2022-04-10 | feat: install manpage | Sefa Eyeoglu | |
2022-04-02 | Update License | Ezekiel Smith | |
2022-03-14 | fix(metainfo): clarify GPL-3.0-only | Sefa Eyeoglu | |
2022-03-13 | fix: simplify header SVG using SVGO | Sefa Eyeoglu | |
2022-03-13 | chore: switch logo font to Josefin Sans | Sefa Eyeoglu | |
2022-03-12 | fix(metainfo): update URLs | Sefa Eyeoglu | |
2022-02-12 | Merge pull request #149 from ZekeSmith/patch-1 | LennyMcLennington | |
License for assets | |||
2022-02-12 | Update LICENSE | Ezekiel Smith | |
2022-02-11 | Merge pull request #145 from dada513/metainfix | timoreo22 | |
Update metadata | |||
2022-02-11 | Remove PrefersNonDefaultGPU | txtsd | |
2022-02-11 | newlines | dada513 | |
2022-02-10 | Update screenshots to use new site | dada513 | |
2022-02-10 | rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAME | dada513 | |
2022-02-10 | Fix desktop id for GH-150 | dada513 | |
2022-02-10 | Revert "Fix freedesktop icons" and fix icon on kwin | dada513 | |
2022-02-10 | License for assets | Ezekiel Smith | |
The PolyMC logo and assets are licensed under the CC BY-NC-SA 4.0 having it in this folder should help to clear this up. |