damios
damios
This is not the right place to look for support with your Minecraft server. KryoNet is a java networking library. Any issues you encounter aren't caused by KroNet, but rather...
Hey @LimaBean2091 and @lukeacat! You need to add the JCenter repository to the `repositories` section of the build.gradle file itself (which does not yet exist in your gradle files) and...
Hey @dkoding, thanks for the suggestion! I'll have to think about how to properly implement this, so it is in line with the currently existing screen events. It might even...
Since no class in libGDX is thread-safe until specified otherwise, I figured this was best categorized as a feature request/enhancement. But you're right, considering the fact that calling the blocking...
Hey @judos! You already found the information I gathered on this in https://github.com/libgdx/libgdx/issues/4785#issuecomment-780065332. As long as GLFW doesn't implement this behaviour there isn't really a way for us to provide...
If the demand is there, we could definitely add that behaviour to libGDX. Probably the best solution is to change `Input#setCursorCatched(boolean)` to accept a `CursorCatchedMode` enum, similarily to how we...
I don't really understand why libGDX was supposed to not run on FreeBSD. According to [this lwjgl issue](https://github.com/LWJGL/lwjgl3/issues/421), at least lwjgl 2.9.x (released April 2013!) supports FreeBSD. Regardless, this is...
@Frosty-J is right, at the moment they don't seem to be hosted anywhere. If badlogicgames.com doesn't come online again, we should definitely think about transferring them to libgdx.com. The easiest...
Hey @cmwfuchs, I've recently encountered the second issue you mentioned [in another context](https://forums.ankiweb.net/t/tippy-tooltips-official-support/11844/97). The `Failed to load resource` error is caused by the fact that WebKit's implementation of dynamic Javascript...
At the moment there isn't really a clear schedule. Regarding the PR itself: personally, I'm not a fan of including the package name in the config names, but I don't...