Petr Hála
Petr Hála
> > This seems like a breaking change, can you enable the old behaviour? Does enabling the old behaviour even make sense? > > Basically, we are making an opt-in...
I totally agree, I think it doesn't make sense in this environment. But the disadvantage is that currently, users can't really reserve their name and it won't allow us to...
Username, port, ip, maybe even settings for the new lobby. But that all can be done iteratively, for now I would do only IP, port and username.
Agree, we have them hardcoded in one Enum and we have ability to choose it with CLI options so actually only thing missing is adding it a a dropdown to...
I am not sure if the languages are actually used in the UI but I guess thats entirely different issue
> > > Shall we use `java.util.prefs.Preferences` as it seems to manage the OS-dependent stuff? We could use it but preferences are backend neutral (at least thats what I have...
We could definitely try doing PoC
Ideally the command line as well
After submitting dialog is fine
Yes, it is intended, it is used by the picocli library in CLI. I fetch the version (2.1.0.0-BETA) in that class with this `.class.getPackage().getImplementationVersion();` (for this to works it requires...