Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-08 | Attempt to sort out copyright headers | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-08 | Fix formatting | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-11-08 | Code cleanup to net.minecraft.Launcher | solonovamax | |
No code logic has been changed, only: - add @Override annotatons - change setVisible(boolean b) -> setVisible(boolean visible) - Change block commend on class -> javadoc comment Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||
2022-11-08 | Cleanup EntryPoint code | solonovamax | |
- Don't return an int from listen(). An enum is preferred. - Make parseLine() static, and pass Parameters to it. Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||
2022-11-08 | Code refactors | solonovamax | |
- Refactor LauncherFactory.LauncherProvider to LauncherFactory - Refactor all launcher related components to launcher package - some basic code cleanup - Rename all, allSafe -> getList and first, firstSafe -> getString - Rename Utils -> LegacyUtils Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||
2022-11-08 | Get rid of singleton, and refactor LauncherFactory to be a static class | solonovamax | |
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||
2022-11-08 | Various tweaks to the Java component of the launcher | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2022-10-24 | Merge pull request #281 from Scrumplex/fix-nsis-displayname | flow | |
2022-10-24 | fix: use display name in NSIS | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-24 | Merge pull request #274 from Protrikk/patch-1 | Sefa Eyeoglu | |
2022-10-23 | Better dark theme selection contrast | Trisave | |
Tweak background of the selection background in order to make text more readable Signed-off-by: Trisave <42098407+Protrikk@users.noreply.github.com> | |||
2022-10-23 | Merge pull request #228 from bensuperpc/change_cast | flow | |
2022-10-23 | Merge pull request #240 from jn64/fix/version-label-width | Sefa Eyeoglu | |
2022-10-23 | Fix version labels width | jn64 | |
Make labels fit to the contents, so Ibeam cursor doesn't appear over empty space. Should have been done with 90025ed. Signed-off-by: jn64 <23169302+jn64@users.noreply.github.com> | |||
2022-10-22 | Merge pull request #234 from AliceDTRH/fix/dedupejava | flow | |
2022-10-22 | Merge pull request #233 from jamierocks/atl-fix-aborting-installs | flow | |
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-22 | ATLauncher: Fix pack installation always aborting | Jamie Mansfield | |
I made a mistake during when cherry picking a previous commit, this applies the change - and fixes installing ATLauncher packs. | |||
2022-10-22 | Merge pull request #215 from forkiesassds/develop | flow | |
2022-10-22 | Merge pull request #230 from Scrumplex/add-pr-template | Sefa Eyeoglu | |
2022-10-22 | Merge pull request #224 from jamierocks/atl-abort-close-optional-mods-dialog | Sefa Eyeoglu | |
2022-10-22 | Merge pull request #225 from Scrumplex/fix-segfault-fileresolver | Sefa Eyeoglu | |
2022-10-22 | Merge pull request #218 from getchoo/change-jars-path | flow | |
2022-10-22 | chore: add PR template | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-22 | fix: fix segfault when resolving Flame resources | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-22 | DCO Remediation Commit for a6b13487 | Jamie Mansfield | |
I, Jamie Mansfield <jmansfield@cadixdev.org>, hereby add my Signed-off-by to this commit: a6b13487f0e27c8bea1917720a0c5c1eb1eb206c Signed-off-by: Jamie Mansfield <jmansfield@cadixdev.org> | |||
2022-10-22 | ATLauncher: Abort install if optional mods dialog is closed | Jamie Mansfield | |
This matches the behaviour of ATLauncher. | |||
2022-10-22 | Change old style cast to C++ cast | Bensuperpc | |
Change old style cast to C++ cast Signed-off-by: Bensuperpc <bensuperpc@gmail.com> | |||
2022-10-22 | Merge pull request #185 from flowln/fix_blocked_mods_crash | Sefa Eyeoglu | |
2022-10-22 | Merge pull request #203 from Scrumplex/fix-dont-build-renove-branches | Sefa Eyeoglu | |
Don't build renovate branches | |||
2022-10-21 | semicolon fail | seth | |
i was off by one key :( Signed-off-by: seth <getchoo@tuta.io> | |||
2022-10-21 | fix: use correct variable for jars path | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2022-10-21 | fix: make jars path specific to prism | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2022-10-22 | CurseForge modpack page improvements | forkiesassds | |
Signed-off-by: forkiesassds <icanttellyou@memeware.net> | |||
2022-10-21 | Merge pull request #147 from Minion3665/enhancement/update-nix-derivation | flow | |
2022-10-21 | Merge pull request #187 from leo78913/menu-icons | Sefa Eyeoglu | |
2022-10-21 | material design icons | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-10-21 | the trashcan icons dont look like trash now | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2022-10-21 | Merge pull request #198 from ↵ | txtsd | |
PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x | |||
2022-10-21 | Merge pull request #197 from PrismLauncher/renovate/actions-cache-3.x | txtsd | |
2022-10-21 | fix: don't build renovate branches | Sefa Eyeoglu | |
They will be built using the pull_requests event anyway. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-21 | Merge pull request #201 from Scrumplex/add-netlify-sponsor | Sefa Eyeoglu | |
2022-10-21 | Merge pull request #202 from Heath123/patch-1 | Sefa Eyeoglu | |
2022-10-21 | Fix typo | circuit10 | |
Signed-off-by: circuit10 <heath.mitchell27@gmail.com> | |||
2022-10-21 | chore: add Netlify as sponsor | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-10-21 | chore(deps): update hendrikmuhs/ccache-action action to v1.2.3 | renovate[bot] | |
2022-10-21 | chore(deps): update actions/cache action to v3.0.11 | renovate[bot] | |
2022-10-21 | Merge pull request #196 from PrismLauncher/renovate/configure | DioEgizio | |
2022-10-21 | chore(deps): add renovate.json | renovate[bot] | |