forked from jMonkeyEngine/jmonkeyengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Update fork #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update fork #10
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update GLImageFormats.java * Modified JmeBatchRenderBackend to clear the inner buffer of the image in the atlases instead of setting a predefined byte buffer on disposal that made all atlases in the backend use the same buffer and generated rendering issues. * First impl of testcasefor multiple atlases issue. Still missing to add more images to the screens so it really uses more atlases * Manual merge pending stuff from jme3 base * Manual merge * Implemented new methods in IosGL wrapper for GLES30 Created native methods in JmeIosGLES * Fixed some imports and typos * Added comment * Fixed compilation if using java >= 1.9. The bytecode was generated with v52 but when executing it failed to find methods of nio.*Buffer because of an implementation change after java 1.9 * Added glTexParameterf and fixed black screen rendering on iOS when using any additional framebuffer (scene processors and filters) * Added constant GL_FRAMEBUFFER_BINDING * More gl functions implemented * Removed useless comments * Fixed release option to match current gradle version defined in gradlew * Fixed formatting to match jME standards Co-authored-by: joliver82 <[email protected]>
* TerrainQuad: serialize "patchSize" field. * Updated copyright date. * Added a test for terrain exporting.
* Update GLImageFormats.java * Modified JmeBatchRenderBackend to clear the inner buffer of the image in the atlases instead of setting a predefined byte buffer on disposal that made all atlases in the backend use the same buffer and generated rendering issues. * First impl of testcasefor multiple atlases issue. Still missing to add more images to the screens so it really uses more atlases * Manual merge pending stuff from jme3 base * Manual merge * Added -O0 and -O1 to fix some bad behaviour in newer NDKs making ogg loading fail and no sound on android Fixed bad path check in openalsoft.gradle Updated openal-soft to 1.17.2 and added related required defines in config.h * Updated openal-soft to 1.19.1 Included new required header files Updated target platform to android-19 (previous just don't link) * Updated to latest openal-soft 1.21.1 (kcat repo) * Removed bsinc_inc.h (not used in 1.21.1) * Changed android build docker image to jme3 Co-authored-by: joliver82 <[email protected]> Co-authored-by: Jesus Oliver <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.