Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-08-09 | GH-3996 Detect Adoptium JDK's | phit | |
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |