Tobias Nett
Tobias Nett
This worked perfect for me. Would be nice to have it merged (or forked by someone with more time for PRs).
I removed the checkmark from "Generated web client code from Swagger specs". Please extract the server-manager-related changes from #428 into a separate PR. Remember that you can use `git reset`...
I'd like to add some information about the maintenance of the launcher repo while at it: - briefly document that we're using Github Actions to build, test, and package the...
The game does not run with Java 14 afaik. I think we can prepare a few things (like cleaning up our dependencies or upgrading Gradle) but at some point we'll...
Updated the PR description, will see into into it with settings menu overhaul.
My first thought was that you may want to launch the game with `-homedir`, `-loadlastgame`, and `-headless` at the same time. Thus I'd prefer the checkboxes in the settings. However,...
:+1:
@jdrueckert The `~/.terasologylauncher` is implicitly mentioned in the issue as **user data/user directory**. The important sentence for the target architecture is: > We no longer treat the game and the...
In general, we want to target all platforms (Windows, Mac, Linux). As this will likely be platform specific code I'm fine if we start with a windows implementation (are there...
JNA is already included in `build.gradle` so you should be able to user whatever you need from it. No need to set anything up.