Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-11 | nilmods instance page | kumquat-ir | |
mostly copied from the coremod page impl Signed-off-by: kumquat-ir <66188216+kumquat-ir@users.noreply.github.com> | |||
2022-11-21 | refactor: remove old updater | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-31 | oop | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-10-31 | Update VerifyJavaInstall.cpp | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-10-30 | fix: more user friendly Java warning text | Ryan Cao | |
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com> | |||
2022-10-19 | Rename | Samisafool | |
Signed-off-by: Samisafool <thenerdiestguy@gmail.com> | |||
2022-10-08 | chore: add missing license headers | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-20 | refactor: introduce RuntimeContext | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-09-05 | Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness | Sefa Eyeoglu | |
2022-09-05 | Merge pull request #1034 from Scrumplex/detect-performance-features | Sefa Eyeoglu | |
2022-09-05 | Revert "Move classpath definition into NewLaunch itself" | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-18 | refactor: move classpath definition into NewLaunch itself | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-08-08 | fix: don't apply GameMode/MangoHud, if they aren't supported | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Revert "fix: remove updater if it is not used" | Sefa Eyeoglu | |
This reverts commit 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-07-06 | Merge pull request #794 from Scrumplex/resolve-jars-dynamically | Sefa Eyeoglu | |
2022-07-06 | Merge pull request #707 from Jan200101/PR/gamemode | Sefa Eyeoglu | |
Add Performance related settings | |||
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-07-01 | fix: update NewLaunch package name | Sefa Eyeoglu | |
2022-06-12 | chore: add license headers | Sefa Eyeoglu | |
2022-06-12 | fix: remove updater if it is not used | Sefa Eyeoglu | |
2022-05-12 | Add instance overrides for miscellaneous settings | Kenneth Chew | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |
2022-04-02 | fix(launch/VerifyJava): reword log output | Sefa Eyeoglu | |
2022-03-27 | Add quit launcher after game stops option (Steam Deck) | dada513 | |
lecense | |||
2022-03-24 | chore: add license header | Sefa Eyeoglu | |
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 | fix(i18n): fix translatable strings | Sefa Eyeoglu | |
2022-02-03 | Merge branch 'update-quazip' of git://github.com/Scrumplex/PolyMC into develop | swirl | |
2022-02-03 | make closeAfterLaunch good | swirl | |
2022-01-31 | refactor: simpler includes for quazip | Sefa Eyeoglu | |
2022-01-31 | refactor: bring back methods that need to be reimplemented | Sefa Eyeoglu | |
2022-01-31 | refactor: add in-tree QuaZip | Sefa Eyeoglu | |
2022-01-31 | refactor: initial migration to QuaZip 1.2 | Sefa Eyeoglu | |
Let's move off our custom QuaZip. In the olden times we needed the custom version of QuaZip, as it was basically unmaintained and on SourceForge (eww). But nowadays it's maintained and on GitHub. See new GitHub page: https://github.com/stachenov/quazip | |||
2022-01-29 | Close after Launch setting | swirl | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-12 | Fixes compilation error expanding from macro 'major'. | Graeme Geldenhuys | |
2021-12-12 | Changes required to support FreeBSD | Graeme Geldenhuys | |
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-16 | NOISSUE Error on launch when launching 1.18 with < Java 17 | Jamie Mansfield | |
2021-10-31 | GH-1795 add terminal launch option to use a specific Minecraft profile | Petr Mrázek | |
Used like this: ``` ./MultiMC --launch 1.17.1 --profile MultiMCTest --server mc.hypixel.net ``` | |||
2021-10-21 | NOISSUE continue debranding... | Petr Mrázek | |
2021-08-15 | GH-3392 dirty initial MSA support that shares logic with Mojang flows | Petr Mrázek | |
Both act as the first step of AuthContext. | |||
2021-07-25 | NOISSUE Flatten gui and logic libraries into MultiMC | Petr Mrázek | |