Age | Commit message (Collapse) | Author |
|
- 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>
|
|
- 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>
|
|
Signed-off-by: solonovamax <solonovamax@12oclockpoint.com>
|
|
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
|
|
This fixes an issue with Windows TOML file parsing with non-latin
characters.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
|
|
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
|
|
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
|
|
Change old style cast to C++ cast
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
|
|
Signed-off-by: Samisafool <thenerdiestguy@gmail.com>
|
|
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
|
|
... for old macs that don't have std::filesystem in their stdlib.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
We were not propagating the '--demo' flag in the legacy launcher,
unconditionally setting the 'demo' parameter to false.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
Using `Collections.emptyList()` doesn't allow us to later append stuff
into that list. Use an empty `ArrayList` instead.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Move classpath definition into NewLaunch itself
|
|
Refactor a bit EnsureMetadataTask and calculate hashes in a incremental manner
|
|
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
a time
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
someone forgor (💀) to remove it
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
|
|
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
This does two passes for a given file, which is kinda slow, but I don't
know how else to get the size excluding the filtered ones :<
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Signed-off-by: flow <flowlnlnln@gmail.com>
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
|
|
|
Add Performance related settings
|
|
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
|
|
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support
Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
|
|
Refactor tests
|
|
Rename NewLaunch package
|
|
|
|
Signed-off-by: icelimetea <fr3shtea@outlook.com>
|