aboutsummaryrefslogtreecommitdiff
path: root/launcher
AgeCommit message (Expand)Author
2023-03-20feat(symlinks&hardlinks): linkup copy dialogRachel Powers
2023-03-20refactor: make complete list of links to make and send that.Rachel Powers
2023-03-20feat: successful process elevation and comunication!Rachel Powers
2023-03-20fix CMakeLits.txt for non MSVC windows buildsRachel Powers
2023-03-20we want to make links!Rachel Powers
2023-03-14fix: add mnemonic to downloads directory settingSefa Eyeoglu
2023-03-13feat: Add setting for downloads directoryJanrupf
2023-03-12fix: explicit conversion to C string to fix MinGW g++ 10 buildKenneth Chew
2023-03-09Merge pull request #896 from TheKodeToad/modrinth-tokenSefa Eyeoglu
2023-03-07Fix another duplicate name :facepalm:TheKodeToad
2023-03-07(hopefully) Fix duplicates namesTheKodeToad
2023-03-07Apply flowln's suggestion :)TheKodeToad
2023-03-05Apply flowln's suggestionTheKodeToad
2023-03-05Merge pull request #853 from kumquat-ir/nilSefa Eyeoglu
2023-03-05fix: use `toLocalFile()` instead of `path()`flow
2023-03-02Prism-ify more license headersTheKodeToad
2023-03-02Merge branch 'PrismLauncher:develop' into modrinth-tokenTheKodeToad
2023-03-02Merge pull request #788 from flowln/other_resource_downloaders_twoSefa Eyeoglu
2023-03-02Move Modrinth before CurseForge for consistencyTheKodeToad
2023-03-02Replace with exact match and add TODO to improveTheKodeToad
2023-03-02fix: change wording of TP/RP download buttonsSefa Eyeoglu
2023-03-01Add linkTheKodeToad
2023-03-01Allow custom Modrinth API tokenTheKodeToad
2023-03-01fix: use makeShared for importing componentsSefa Eyeoglu
2023-03-01Merge pull request #889 from flowln/fix_zip_extractSefa Eyeoglu
2023-03-01Merge pull request #735 from Scrumplex/import-componentSefa Eyeoglu
2023-02-24fix: prevent crash when aborting import task while extracting packflow
2023-02-24fix+refactor: fix fail to import modpacks and clean up a bitflow
2023-02-22review fixeskumquat-ir
2023-02-19fix metadata for mods with `.nilmod` extensionkumquat-ir
2023-02-16minor cleanupkumquat-ir
2023-02-15Merge pull request from GHSA-gq28-qx55-mh2rSefa Eyeoglu
2023-02-13do not create nilmods folderkumquat-ir
2023-02-12fix: add missing header to Application.cppRachel Powers
2023-02-12switch to qdcss for parsingkumquat-ir
2023-02-11nilmods instance pagekumquat-ir
2023-02-11parse nil metadatakumquat-ir
2023-02-10fix: ignore absolute paths when extractingSefa Eyeoglu
2023-02-10fix: don't extract files outside of target pathSefa Eyeoglu
2023-02-07Replace potentially ReDOSable regexPandaNinjas
2023-02-06Merge pull request #819 from Scrumplex/fix-launch-scriptDioEgizio
2023-02-05chore: add my copyright headersflow
2023-02-05feat(RD): add texture pack downloaderflow
2023-02-05feat(RD): add shader pack downloaderflow
2023-02-05feat(RD): add resource pack downloaderflow
2023-02-05Merge pull request #823 from BalkanMadman/linux-javaSefa Eyeoglu
2023-02-05Merge pull request #825 from Ryex/cmd_env_native_sepSefa Eyeoglu
2023-02-05Merge pull request #751 from Edgars-Cirulis/developSefa Eyeoglu
2023-02-04ensure command env vars use native path seperatorsRachel Powers
2023-02-04Java installations detection fix for LinuxBalkanMadman