Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | Merge remote-tracking branch 'upstream/staging' into chore/add-compiler-warnings | Sefa Eyeoglu | |
2023-08-10 | Merge pull request #1324 from leia-uwu/ui-tweaks | Sefa Eyeoglu | |
2023-08-04 | Merge pull request #1102 from Ryex/refactor/net-split-headers-to-proxy-class | Sefa Eyeoglu | |
2023-08-02 | Merge pull request #1339 from TheKodeToad/remove-direct-launch | Sefa Eyeoglu | |
2023-08-01 | Fix: always false comparison | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-31 | Merge branch 'develop' into refactor/net-split-headers-to-proxy-class | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-30 | Merge branch 'develop' into chore/add-compiler-warnings | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-30 | Merge pull request #1449 from Trial97/tehnic | Sefa Eyeoglu | |
Reintroduce parsing of INI files | |||
2023-07-26 | fix: add support for QByteArray inifile | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-26 | fix: typo in task.h | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-24 | Fix token "0" being replaced | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-19 | Merge pull request #1399 from Scrumplex/offline-uuid | TheKodeToad | |
fix: generate predictable UUIDs for offline accounts | |||
2023-07-18 | fix: generate predictable UUIDs for offline accounts | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-17 | Make Launch Offline not launch online in 1.6+ | Josiah Glosson | |
Signed-off-by: Josiah Glosson <soujournme@gmail.com> | |||
2023-07-17 | fix: don't take modloaders by reference | Sefa Eyeoglu | |
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-17 | fix: check if any modloader is installed | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-07-17 | Merge pull request #1357 from getchoo/quilt-beacon | Sefa Eyeoglu | |
feat: add toggle for quilt beacon | |||
2023-07-15 | chore: better explain quilt loader beacon | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-14 | Merge pull request #1335 from Ryex/fix/gh-1322-old-zip-mods-in-wrong-place | seth | |
fix(flame install): don't assume .zip is a resource pack. default to mod | |||
2023-07-13 | Update launcher/minecraft/mod/tasks/LocalResourceParse.cpp | Rachel Powers | |
Co-authored-by: seth <getchoo@tuta.io> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-13 | Merge branch 'develop' into chore/add-compiler-warnings | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-12 | feat: add toggle for quilt beacon | seth | |
Signed-off-by: seth <getchoo@tuta.io> | |||
2023-07-10 | Merge pull request #1331 from TheKodeToad/hungry-trash | seth | |
Fix updating trashing resources | |||
2023-07-10 | Merge pull request #1334 from TheKodeToad/litemod-dl | TheKodeToad | |
LiteMod downloading | |||
2023-07-10 | Remove direct launch | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-08 | LiteMod downloading | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-08 | fix(flame install): don't assume .zip is a resource pack. default to mod | Rachel Powers | |
let identifier move it if needed Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-08 | Make trash hungry | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-07-08 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into settings Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-07-07 | Merge pull request #1120 from Trial97/visit_mod_page | Tayou | |
2023-07-07 | disable hiding enable and name columns on folder models | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-07-04 | Merge branch 'develop' into fix-implicit-fallthrough | PandaNinjas | |
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la> | |||
2023-07-01 | chore: fix shadowed member and signed/unsigned mismatch | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: supress unused with [[maybe_unused]] Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: unshadow ^&^& static_cast implicit return Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: deshadow and mark unused in parse task Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: mark unused in folder models Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: deshadow and mark unused with instances Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: more deshadow and unused Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: remove uneeded simicolons Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: mark unused Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> chore: prevent shadow Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-01 | chore: fix propagate mispelling | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-01 | fix: toml without exceptions usage | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-07-01 | Merge branch 'develop' into chore/add-compiler-warnings | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-06-28 | Added warnings for running instances | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-28 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into settings | |||
2023-06-26 | Generate special signature :sparkles: composed of multiple elements instead ↵ | TheKodeToad | |
of relying on timestamp for Java version cache invalidation Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-25 | Merge remote-tracking branch 'upstream/develop' into ↵ | Rachel Powers | |
refactor/net-split-headers-to-proxy-class | |||
2023-06-25 | refactor: split out setting api headers for downloads | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-06-25 | Made custom url function | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-24 | Added translation | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-24 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into develop | |||
2023-06-23 | fix: fix crash when hiding columns on resource packs page | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-06-23 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into develop Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-22 | Merge pull request #1058 from Ryex/feature/images-for-resource-page | Rachel Powers | |
Feature: image coumn for Mod, Resource Pack, and Texturepack pages | |||
2023-06-21 | Made buttons on ModsFolderPage enabled all the time | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-21 | fix: resize columns on hide ^& uniform heights | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2023-06-20 | Added fallback for quilt if the API or Kotilin is not present | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> |