aboutsummaryrefslogtreecommitdiff
path: root/launcher/java/JavaUtils.h
AgeCommit message (Collapse)Author
2022-07-19refactor: filter values in environment variablesSefa Eyeoglu
Before this change, you had to specify custom LD_* variables using the prefix GAME_LD_*. Now instead of dropping all LD_* variables by default, we should just filter them and remove the values we *know* are from our start script. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-03feat: resolve JARs dynamicallySefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2021-07-25NOISSUE Flatten gui and logic libraries into MultiMCPetr Mrázek