Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | Dynamic button text | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-22 | Merge branch 'PrismLauncher:develop' into better-component-installation | TheKodeToad | |
2023-06-22 | Make `selectedPage` const 🤦♀️ | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-22 | Fix | TheKodeToad | |
I could use rvalue references and fix my brain fart, but i think regular references are more readable and safer here. Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-21 | Added regex expresion to exclude .DS_Store files | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-21 | Merge pull request #1228 from Trial97/curent_pack_crash | TheKodeToad | |
Fixes #1212 | |||
2023-06-21 | Merge pull request #1231 from telans/modrinth-default-icon | DioEgizio | |
Modrinth: use default icon for non-managed packs | |||
2023-06-20 | Merge pull request #1119 from Trial97/mods_txt | seth | |
Added dynamic page extra info | |||
2023-06-20 | Merge pull request #1184 from clickdevin/develop | seth | |
Fix bugs when updating curseforge modpacks | |||
2023-06-20 | Rework icons (Fabric is blurry now but looks better) | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-20 | Modrinth: use default icon for non-managed packs | James Beddek | |
Fixes: #317 Signed-off-by: James Beddek <telans@posteo.de> | |||
2023-06-20 | Fix compiling on FreeBSD | Jakub Wroński | |
Signed-off-by: Jakub Wroński <kubawronski161@gmail.com> | |||
2023-06-20 | Remove inconsistent/unneeded question marks in UI | Alfio | |
Signed-off-by: P2 <tomarchioalfio5@gmail.com> | |||
2023-06-20 | Just use the old ordering | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-19 | License all the things | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-19 | Basic, unfinished & broken impl | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-19 | Fixes #1212 | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Removed mods from lambda | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-19 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into mods_txt | |||
2023-06-16 | Merge pull request #1110 from TheKodeToad/version-search | seth | |
Add a search bar to version lists | |||
2023-06-16 | Merge pull request #1135 from Trial97/installed_mods | DioEgizio | |
2023-06-16 | Merge pull request #1192 from Trial97/pre-lauch | Sefa Eyeoglu | |
2023-06-15 | Fix trailing space in instance name | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-15 | Fixed tests | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into pre-lauch | |||
2023-06-15 | Renamed variable | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-15 | Merge pull request #1195 from Scrumplex/fix-javavendor-instance | TheKodeToad | |
Add JavaVendor as an instance override | |||
2023-06-15 | Merge pull request #1063 from RedsonBr140/feat/RootFolder | Sefa Eyeoglu | |
2023-06-15 | fix: simplify resolving of data path | Sefa Eyeoglu | |
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-15 | fix: add JavaVendor as an instance override | Sefa Eyeoglu | |
This should suppress a critical error that gets printed every time an instance gets launched, as JavaCheck wants to store the vendor in the instance settings. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2023-06-15 | Made the installed mods more apparent | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into installed_mods | |||
2023-06-15 | Updated text and fixed mod page text update | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-15 | Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵ | Trial97 | |
into mods_txt | |||
2023-06-15 | Merge pull request #1067 from RedsonBr140/feat/dont-hide-settings | seth | |
feat: Don't hide the settings tab when an instance is running | |||
2023-06-15 | Fixed version comparation | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-15 | Fixed qt5 build | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-15 | Added new migration for special characters | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-14 | Merge pull request #1099 from Trial97/logdir | seth | |
store logs in seperate directory | |||
2023-06-14 | Merge branch 'develop' into feat/dont-hide-settings | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-14 | Fix bugs when updating curseforge modpacks | clickdevin | |
Signed-off-by: clickdevin <git@clickdevin.me> | |||
2023-06-14 | Merge pull request #1145 from Trial97/net_job_crash | DioEgizio | |
2023-06-13 | Added back the INIFile read function | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> | |||
2023-06-13 | Merge pull request #1166 from TheKodeToad/mrpack-export-oops | DioEgizio | |
2023-06-12 | Merge pull request #1162 from leo78913/i-hate-naming-branches | Tayou | |
2023-06-12 | Remove unnecessary code | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-12 | Could this work? | TheKodeToad | |
Signed-off-by: TheKodeToad <TheKodeToad@proton.me> | |||
2023-06-11 | add icons to export menu | leo78913 | |
Signed-off-by: leo78913 <leo3758@riseup.net> | |||
2023-06-11 | rainbow konami & toggle | Tayou | |
Signed-off-by: Tayou <tayou@gmx.net> | |||
2023-06-10 | Removed const specification | Trial97 | |
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com> |