Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-06 | Merge pull request #794 from Scrumplex/resolve-jars-dynamically | Sefa Eyeoglu | |
2022-07-06 | Add Performance related settings | Jan200101 | |
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com> | |||
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-27 | Merge pull request #811 from jn64/fix/window-title | Ezekiel Smith | |
Fix duplicate name in window title | |||
2022-06-22 | Merge pull request #778 from Scrumplex/track-real-architecture | Ezekiel Smith | |
Track real CPU architecture for instances | |||
2022-06-18 | Add version to Qt applicationDisplayName | jn64 | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-06-12 | Merge pull request #632 from ryanccn/macos-app-heuristic | Sefa Eyeoglu | |
2022-06-12 | Update Application.cpp | Ryan Cao | |
2022-06-11 | Merge pull request #708 from ryanccn/custom-user-agent | Sefa Eyeoglu | |
2022-06-11 | feat: track real CPU architecture for instances | Sefa Eyeoglu | |
2022-06-10 | I changed my mind | Ryan Cao | |
2022-06-05 | Update launcher/Application.cpp | Ryan Cao | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-04 | make $LAUNCHER_VER actually work | Ryan Cao | |
2022-06-04 | feat: custom user-agent | Ryan Cao | |
2022-05-24 | add more `#ifdef`s | Ryan Cao | |
2022-05-24 | standard macOS app behavior | Ryan Cao | |
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 | |