Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-08 | Merge pull request #407 from DioEgizio/upstream-cherrypick | dada513 | |
2022-04-08 | Update launcher/JavaCommon.cpp | DioEgizio | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-04-08 | Merge pull request #409 from flowln/tasks | Sefa Eyeoglu | |
2022-04-08 | Apply suggestion | DioEgizio | |
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com> | |||
2022-04-07 | test: add new test to Task test | flow | |
Also adds one more check to setStatus test | |||
2022-04-07 | test: add basic Task unit test | flow | |
Only only two tests for now. We can iterate on this later :^) This is to try to avoid breaking things again! | |||
2022-04-07 | fix: allow aborting CF modpack importing | flow | |
2022-04-07 | fix: issue with status of non-sequencial tasks | flow | |
2022-04-07 | Merge pull request #272 from Kranzes/develop | Sefa Eyeoglu | |
2022-04-07 | NOISSUE save custom offline player name | Vladislav Laetansky | |
2022-04-07 | NOISSUE fix error string for Xbox authorization failures | Petr Mrázek | |
2022-04-07 | NOISSUE prevent -version being passed to the JRE | Petr Mrázek | |
We want specific JREs, always, not something that is magically resolved. This counteracts some really bad advice recently being spread on reddit. | |||
2022-04-07 | Merge pull request #364 from Scrumplex/fix-i18n2 | Ezekiel Smith | |
Fix translatable strings 2 | |||
2022-04-06 | Merge pull request #380 from flowln/task-progress | Sefa Eyeoglu | |
2022-04-06 | Merge pull request #384 from jamierocks/technic-improvements | Sefa Eyeoglu | |
2022-04-06 | Merge pull request #397 from DioEgizio/manymc-detect-aarch64 | Sefa Eyeoglu | |
2022-04-06 | Allow components to specify Java agents and JVM arguments (#175) | Una | |
2022-04-05 | Merge pull request #395 from HarryPeach/develop | dada513 | |
2022-04-04 | Merge pull request #389 from DioEgizio/CI/remove-useless-deadcode | Sefa Eyeoglu | |
2022-04-04 | Merge pull request #345 from Scrumplex/handle-incompatible-java | Sefa Eyeoglu | |
2022-04-04 | fix: properly detect arm64 | Victor | |
2022-04-04 | Merge pull request #390 from PolyMC/ZekeSmith-patch-matrix-reddit | Sefa Eyeoglu | |
Update matrix and add reddit links | |||
2022-04-03 | Check for empty slug before setting pack url | Harry Peach | |
2022-04-03 | remove deadcode in CI | DioEgizio | |
2022-04-03 | Merge pull request #381 from Scrumplex/merge-stable | Sefa Eyeoglu | |
2022-04-03 | Merge pull request #387 from Scrumplex/fix-world-size | Ezekiel Smith | |
fix: calculate world sizes individually | |||
2022-04-03 | Merge pull request #385 from PolyMC/ZekeSmith-patch-1 | Ezekiel Smith | |
Update README.md | |||
2022-04-03 | Update CMakeLists.txt | Ezekiel Smith | |
2022-04-03 | Fix matrix links and add reddit | Ezekiel Smith | |
2022-04-02 | BuildConfig: Make Technic API base URL and build constants | Jamie Mansfield | |
2022-04-02 | Technic: Verify checksums for pack build mods | Jamie Mansfield | |
2022-04-02 | Technic: Display available versions for Solder packs | Jamie Mansfield | |
2022-04-02 | Technic: Replace inline parsing code with API models | Jamie Mansfield | |
2022-04-02 | Technic: Add API models for Solder packs | Jamie Mansfield | |
2022-04-02 | Technic: Match CurseForge pack description format | Jamie Mansfield | |
2022-04-02 | Technic: Include the modpack version in instance title | Jamie Mansfield | |
2022-04-02 | Technic: Prevent potential HTML injection | Jamie Mansfield | |
2022-04-02 | Technic: Allow pack API urls to be used in search | Jamie Mansfield | |
This mimics the behaviour that the Technic launcher has, and their website displays API URLs for. The big benefit of this, is to be able to install private packs now :) | |||
2022-04-02 | fix: calculate world sizes individually | Sefa Eyeoglu | |
2022-04-02 | Update README.md | Ezekiel Smith | |
2022-04-02 | Merge pull request #383 from PolyMC/ZekeSmith-license | timoreo22 | |
Update License | |||
2022-04-02 | flake.lock: Update | Ilan Joselevich | |
Flake lock file updates: • Updated input 'flake-compat': 'github:edolstra/flake-compat/b7547d3eed6f32d06102ead8991ec52ab0a4f1a7' (2022-01-03) → 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/e9545762b032559c27d8ec9141ed63ceca1aa1ac' (2022-03-10) → 'github:nixos/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25) | |||
2022-04-02 | Merge pull request #373 from Scrumplex/feat-world-size | Sefa Eyeoglu | |
2022-04-02 | fix(launch/VerifyJava): reword log output | Sefa Eyeoglu | |
2022-04-02 | Update License | Ezekiel Smith | |
2022-04-01 | nix: build with latest jdk version | Ilan Joselevich | |
2022-04-01 | nix: refactor flake (drop flake-utils) | Ilan Joselevich | |
2022-04-01 | Merge remote-tracking branch 'upstream/stable' into develop | Sefa Eyeoglu | |
2022-04-01 | fix: codestyle | Sefa Eyeoglu | |
2022-04-01 | Merge pull request #370 from embeddedt/develop | Ezekiel Smith | |
Make launcher icon grayscale for pe_light theme |