aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-22Make `selectedPage` const 🤦‍♀️TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-22FixTheKodeToad
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-20Rework icons (Fabric is blurry now but looks better)TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-20Just use the old orderingTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-19License all the thingsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-19Basic, unfinished & broken implTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-16Merge pull request #1110 from TheKodeToad/version-searchseth
Add a search bar to version lists
2023-06-16Merge pull request #1187 from getchoo/rel-8.0seth
chore: bump to 8.0
2023-06-16Merge pull request #1135 from Trial97/installed_modsDioEgizio
2023-06-16Merge pull request #1192 from Trial97/pre-lauchSefa Eyeoglu
2023-06-16Merge pull request #1198 from TheKodeToad/remove-a-spaceSefa Eyeoglu
2023-06-15Fix trailing space in instance nameTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-15Fix tests for windowTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Fixed testsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into pre-lauch
2023-06-15Renamed variableTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Merge pull request #1195 from Scrumplex/fix-javavendor-instanceTheKodeToad
Add JavaVendor as an instance override
2023-06-15Merge pull request #1159 from getchoo/fix-devshellSefa Eyeoglu
2023-06-15Merge pull request #1063 from RedsonBr140/feat/RootFolderSefa Eyeoglu
2023-06-15fix: simplify resolving of data pathSefa Eyeoglu
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-06-15fix: add JavaVendor as an instance overrideSefa 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-15Made the installed mods more apparentTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into installed_mods
2023-06-15Merge pull request #1067 from RedsonBr140/feat/dont-hide-settingsseth
feat: Don't hide the settings tab when an instance is running
2023-06-15Fixed version comparationTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Fixed qt5 buildTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-15Added new migration for special charactersTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-14Merge pull request #1099 from Trial97/logdirseth
store logs in seperate directory
2023-06-14Merge branch 'develop' into feat/dont-hide-settingsTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-14chore: bump to 8.0seth
Signed-off-by: seth <getchoo@tuta.io>
2023-06-14Merge pull request #1145 from Trial97/net_job_crashDioEgizio
2023-06-14Merge pull request #1174 from Trial97/pre-lauchTheKodeToad
2023-06-13Added back the INIFile read functionTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-13Merge pull request #1140 from guihkx/ci-exclude-git-folder-from-sources-tarballseth
CI: Exclude `.git` directory from the source code tarball
2023-06-13Merge pull request #1166 from TheKodeToad/mrpack-export-oopsDioEgizio
2023-06-12Merge pull request #1162 from leo78913/i-hate-naming-branchesTayou
2023-06-12Merge pull request #1151 from TayouVR/rainbow-konamiTayou
2023-06-12Remove unnecessary codeTheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-12Could this work?TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-11add icons to export menuleo78913
Signed-off-by: leo78913 <leo3758@riseup.net>
2023-06-11fix(nix): use prismlauncher-unwrapped in devShellseth
Signed-off-by: seth <getchoo@tuta.io>
2023-06-11rainbow konami & toggleTayou
Signed-off-by: Tayou <tayou@gmx.net>
2023-06-10Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher ↵Trial97
into installed_mods
2023-06-10Removed const specificationTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-10[ci skip] License headers!! (yay)TheKodeToad
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2023-06-09Updated the messagesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-09Fixed some crashesTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-09ci: exclude .git directory from the source code tarballguihkx
Reduces the its final size from 17.1 MiB down to 7.9 MiB. Signed-off-by: guihkx <626206+guihkx@users.noreply.github.com>
2023-06-08Higlight installed modsTrial97
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
2023-06-08Merge pull request #1133 from DioEgizio/bump-mac-11.0DioEgizio