Pavly Gerges (pavl_g)
Pavly Gerges (pavl_g)
This is an initial implementation for the testable api, targeting issue #1649, which suggests building a better test chooser backend for jme3-examples, where one can pickup which test cases to...
This PR includes: - Migrating the `AreaUtils` class from `com.jme3.scene.control` to `com.jme3.util`. - Deprecating `com.jme3.scene.control.AreaUtils`. - Jme3 copyright update. EDIT: Targeting this issue #1825
I noticed `AreaUtils` class is located inside `com.jme3.scene.control`, proposed fix I guess is to deprecate this class and create a new one under `com.jme3.util`.
This PR includes : - Migration to new `com.jme3.view.surfaceview` package. - Addition of `package-info.java` for the new packages. - Update of jme3-copyright. This PR targets : - issue #1803. -...
The docs, since I unfortunately wrongly disrupted my master branch with some forks, no changes are made to the already committed files since the last PR, so you can continue...
This is a documentation issue : many jme3 packages don't have a package-info describing what they do. Hint : For quick check missing package-info on different packages, you can find...
I have looked up the android core packages, i found the major package `android.view` where android views live and `android.app` where android application components live, but special featured android views...
Hello there ! This isn't an issue, I just tested the game on debain 11, so I thought that might be a good indication for it: https://youtu.be/g-Bsz4E8HNM I would like...
This PR adds a basic javadoc for the BlendSpace class.
This PR adds the basic javadoc for `com.jme3.anim.tween.action.BlendableAction` class.