Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | Merge pull request #397 from flowln/windows_mod_updater_fixes_maybe | Sefa Eyeoglu | |
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/226 | |||
2022-11-05 | Merge pull request #294 from piperswe/add-snapcraft-yml | Sefa Eyeoglu | |
2022-11-04 | refactor: move MMCStrings -> StringUtils | flow | |
General utilities can go in here >:) Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-11-01 | fix: don't use forward-declared Ptr types in meta/ | flow | |
This would cause ODR violations when those headers were included in other places that also included stuff like "Version.h" (note the "meta/Version.h"), which can cause problems, especially in LTO. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-10-26 | Add a snapcraft.yml for building Snaps | Piper McCorkle | |
The included snapcraft.yml can be used to build a Snap (the application format used by Canonical's modern package manager) out of Prism. If the project wants in the future, Prism can publish these Snaps to the Snap Store so the Prism Launcher can be installed through the Ubuntu Software app on vanilla Ubuntu. I haven't registered the Snap name, so it's currently free for anyone to reserve. I'd suggest that a Prism developer register the name prismlauncher at https://snapcraft.io/register-snap to ensure the name belongs to the project, even if there are no plans of setting up CI to publish snaps in the short term. I have also modified JavaUtils.cpp to be able to autodetect the Java versions included in the Snap, and added "*.snap" to the .gitignore so the compiled Snap isn't accidentally committed to the repository. Signed-off-by: Piper McCorkle <contact@piperswe.me> | |||
2022-10-22 | Use correct variable for Windows | AliceDTRH | |
Signed-off-by: AliceDTRH <57547425+AliceDTRH@users.noreply.github.com> | |||
2022-10-22 | Deduplicates java installs before passing it on | AliceDTRH | |
Signed-off-by: AliceDTRH <57547425+AliceDTRH@users.noreply.github.com> | |||
2022-10-19 | Rename | Samisafool | |
Signed-off-by: Samisafool <thenerdiestguy@gmail.com> | |||
2022-10-18 | refactor: initial rebrand | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-18 | use qEnvironmentVariable instead of qgetenv in JavaUtils | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-08-18 | check for java installs in PATH on windows | Tayou | |
this should find java installs from scoop as well as any other installer, that registers java in the PATH environment variable. Signed-off-by: Tayou <tayou@gmx.net> | |||
2022-07-23 | Merge pull request #893 from Scrumplex/refactor-env-handling | timoreo | |
2022-07-19 | fix: support LD_* for OpenBSD | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | refactor: filter values in environment variables | Sefa Eyeoglu | |
Before this change, you had to specify custom LD_* variables using the prefix GAME_LD_*. Now instead of dropping all LD_* variables by default, we should just filter them and remove the values we *know* are from our start script. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-19 | fix: fix Java Checker on Windows, again | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-16 | fix: fix memory leak on Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-11 | fix: remove unnecessary code for Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-11 | fix: fix unicode issue with JavaChecker on Windows | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: set UNICODE and _UNICODE for Qt 5 builds | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | chore: update license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | fix: fix slots for Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 6 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: replace QRegExp with QRegularExpression | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-10 | refactor: fix deprecation up to Qt 5.15 | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-03 | feat: resolve JARs dynamically | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-06-14 | refactor: move away from UnitTest.cmake | Sefa Eyeoglu | |
2022-04-04 | fix: properly detect arm64 | Victor | |
2022-03-29 | Merge pull request #360 from FayneAldan/patch-2 | dada513 | |
2022-03-28 | Convert \s in Windows POLYMC_JAVA_PATHS | Fayne Aldan | |
Allows you to use either `\` or `/` on Windows | |||
2022-03-27 | Fix POLYMC_JAVA_PATHS env not working on Windows | Fayne Aldan | |
2022-01-24 | NOISSUE in java checker, ignore invalid lines altogether | Petr Mrázek | |
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now. | |||
2022-01-15 | GH-4125 fix it better | Petr Mrázek | |
2022-01-15 | GH-4125 workaround for java printing garbage to stdout on bedrock linux | Petr Mrázek | |
2022-01-11 | Introduce POLYMC_JAVA_PATHS env | Mustafa Çalışkan | |
2022-01-11 | Sort java versions from current to oldest | Mustafa Çalışkan | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-31 | Merge remote-tracking branch 'upstream/develop' into upstream_update | dada513 | |
2021-12-30 | Merge pull request #4345 from graemeg/freebsd-support | Petr Mrázek | |
Adds FreeBSD support to MultiMC | |||
2021-12-28 | Flatpak & Debian Packaging (#4) | dada513 | |
Flatpak & Debian packages | |||
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |
2021-12-10 | GH-4000 Scan for Adoptium JREs | NewoIsTaken | |
2021-11-28 | Merge pull request #4230 from NewoIsTaken/patch-1 | Petr Mrázek | |
GH-4224 Scan 64 bit lib directory to find Java | |||
2021-11-22 | NOISSUE continue reshuffling the codebase | Petr Mrázek | |
2021-11-21 | NOISSUE more refactoring | Petr Mrázek | |
2021-11-21 | NOISSUE continue refactoring things to make tests pass | Petr Mrázek | |
2021-11-20 | NOISSUE Some happy little refactors | Petr Mrázek | |
2021-11-07 | GH-4200 Search Eclipse Foundation and Adoptium in Registry | Owen Wang | |
2021-11-07 | GH-4224 Scan 64 bit lib directory to find Java | Owen Wang | |
2021-10-25 | NOISSUE add more logging when java checker fails to start | Petr Mrázek | |