fgnm

Results 28 issues of fgnm

Hello, I've noticed that FLAC file format cannot be played both with OpenSL and Hybrid Player. The issue can be easily reproduced with demo app too. The logcat rise the...

bug

The `Skin` class loads bitmap fonts in this way, which doesn't seem to be correct. A font can be composed of two or more PNG files which are listed in...

#### Issue details As title, it is not possible to enable the GL debug if `ANGLE_GLES20` is enabled. #### Reproduction steps/code ```Java Lwjgl3ApplicationConfiguration config = new Lwjgl3ApplicationConfiguration(); config.enableGLDebugOutput(true, System.out); config.setOpenGLEmulation(Lwjgl3ApplicationConfiguration.GLEmulation.ANGLE_GLES20,...

bug
desktop
angle

#### Issue details With new Ubuntu update Wayland has become the default display server and probably some issues with Nvidia proprietary drivers are now rising. This is what I've noticed...

bug
desktop
angle

Touchpad gestures are very limited and could be improved a lot. However there isn't a very good support with libGDX itself, so it's much more LWJGL problem.

enhancement
UI/UX

If the typing label is placed inside a scene2d group that fades (change alpha value) the label doesn't change alpha accordingly. The alpha works only if the text is wrapped...

bug

#### Issue details I'm trying to execute the following code, but whenever I try to reset the buffer position to 0 I got a crash on JVM side (NoSuchMethodError). ####...

#### Issue details Plugin successfully compile, sign and install the app on the device, but when try to run it the console shows ``` Process finished with exit code -1...

I'm confused about enabling or not bitcode support to my Libgdx game compiled for iOS platform with RoboVM. For the informations I've found online it seams that RoboVM does not...

Hello, I use artemis with libGDX and GWT, I've noticed that a `MundaneWireException` is raised when the game run with GWT and there's a structure that uses generics like this...

bug