Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | fix: implement PR suggestions | flow | |
Some stylistic changes, and get hashes from the mod providers when building the metadata. | |||
2022-05-23 | feat: allow disabling mod metadata usage | flow | |
2022-05-22 | Make Metaserver changable in settings | dada513 | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Co-authored-by: flow <flowlnlnln@gmail.com> | |||
2022-05-21 | Make if statement condition more readable | LennyMcLennington | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-21 | Add migration wizard, fix migration from custom paste instance | Lenny McLennington | |
- Very basic wizard just to allow the user to choose whether to keep their old paste settings or use the new default settings. - People who used custom 0x0 instances would just be kept on those settings and won't see the wizard. | |||
2022-05-21 | Change paste settings and add copyright headers | Lenny McLennington | |
- There's now a notice reminding people to change the base URL if they had a custom base URL and change the paste type (that was something I personally had problems with when I was testing, so a reminder was helpful for me). - Broke down some of the long lines on APIPage.cpp to be more readable. - Added copyright headers where they were missing. - Changed the paste service display names to the names they are more commonly known by. - Changed the default hastebin base URL to https://hst.sh due to the acquisition of https://hastebin.com by Toptal. | |||
2022-05-21 | Support paste.gg, hastebin, and mclo.gs | Lenny McLennington | |
2022-05-20 | Add cursefrog key override | dada513 | |
2022-05-19 | Create `SparkleUpdater` class for access from Qt/C++ | Kenneth Chew | |
To actually get automatic updates going, all that needs to happen is that `SparkleUpdater` needs to be initialized. The rest of the functions can be connected to elements in the UI. | |||
2022-05-17 | fix: remove unnecessary Qt version checks | Sefa Eyeoglu | |
2022-05-16 | fix: use own metacache base for modrinth icons | Sefa Eyeoglu | |
2022-05-01 | Merge pull request #511 from dada513/hide_java_wizard | dada513 | |
add hide java wizard toggle | |||
2022-04-30 | add hide java wizard toggle | dada513 | |
2022-04-25 | Remove old macOS data migration code | Kenneth Chew | |
2022-04-17 | Merge pull request #411 from kthchew/feature/menubar | Sefa Eyeoglu | |
2022-04-16 | fix: don't allow portable builds on macOS | Sefa Eyeoglu | |
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-16 | Close the current window instead of the main window from the menu bar | Kenneth Chew | |
Systems with native menu bars show the same menu bar for all child windows. As a result, you cannot assume that the menu bar's parent (the `MainWindow`) will be the window in focus. | |||
2022-04-15 | Add option to always show menu bar instead of toolbar | Kenneth Chew | |
For those who like keyboard navigation at the expense of aesthetics. | |||
2022-04-07 | NOISSUE save custom offline player name | Vladislav Laetansky | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |
2022-03-31 | Scrumplex moment | dada513 | |
2022-03-28 | Merge branch 'develop' of https://github.com/PolyMC/PolyMC into flatpak_properly | dada513 | |
2022-03-28 | Fix | dada513 | |
2022-03-27 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
2022-03-24 | feat: block launch if Java is incompatible | Sefa Eyeoglu | |
Keep track of compatible Java versions from meta. Launch-step VerifyJavaInstall will check if current instance's Java version is compatible. Also add override option both globally and per-instance in-case the user doesn't care about the requirement. | |||
2022-03-19 | chore: add license header to files I modified | Sefa Eyeoglu | |
2022-03-14 | Merge pull request #265 from Scrumplex/fix-javacheck-appimage | Sefa Eyeoglu | |
Define JARs path relative to application root | |||
2022-03-15 | Merge pull request #188 from PolyMC/removal/notifications | Ezekiel Smith | |
remove notifications | |||
2022-03-13 | fix: define jars path relative to application root | Sefa Eyeoglu | |
Fixes #117 | |||
2022-02-27 | Apply suggestions from code review | txtsd | |
Co-authored-by: LennyMcLennington <lenny@sneed.church> | |||
2022-02-23 | fix: use legacy data path if it exists | Sefa Eyeoglu | |
2022-02-23 | Implement PR suggestions | txtsd | |
2022-02-23 | Replace layouts with LAUNCH_PORTABLE | txtsd | |
2022-02-20 | remove notifications | swirl | |
2022-02-20 | Revert ba6a97557a0d90d77e9eba560931414e39042447 | Glitch | |
Let evil win. | |||
2022-02-17 | fix: combine errors if --launch is missing | Sefa Eyeoglu | |
2022-02-16 | fix: improve code readability in Application.cpp | Sefa Eyeoglu | |
2022-02-13 | Revert "make wsl work" | Lenny McLennington | |
This reverts commit 5779f20fa1633577889b7bda839c5486eb2ba922. | |||
2022-02-13 | make wsl work | swirl | |
2022-02-12 | feat: implement MSA client id override | Sefa Eyeoglu | |
Closes #11 | |||
2022-02-12 | feat(ui): add custom MSA client id setting | Sefa Eyeoglu | |
2022-02-11 | Merge pull request #146 from dada513/macos_application_support | LennyMcLennington | |
[MACOS] Move app data to Application Support | |||
2022-02-10 | rename LAUNCHER_DESKTOPNAME to LAUNCHER_DESKTOPFILENAME | dada513 | |
2022-02-10 | Revert "Fix freedesktop icons" and fix icon on kwin | dada513 | |
2022-02-09 | Move app data to Application Support | Victor | |
2022-01-29 | Close after Launch setting | swirl | |
2022-01-26 | Merge pull request #67 from PolyMC/feature/no_paste_ee | swirl | |
Full replacement of paste.ee | |||
2022-01-19 | PasteUpload task changed to use 0x0.st's protocol | Lenny McLennington | |
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code. | |||
2022-01-16 | Default to colored icons, update copyright | swirl | |
Closes: #74 |