From jMonkeyEngine: link to the original post
What's Changed
- Fix fog in SPLighting.frag by @yaRnMcDonuts in #2659
- Fix typo serialization key in AbstractCinematicEven (Issue #2449) by @mondogo24 in #2668
- Fix NPE in StatsAppState.setEnabled when called before initialization by @Copilot in #2660
- Fix BoundingBox.merge() inconsistency — deprecate merge() and introduce mergeWith() by @Copilot in #2661
- Set package ecosystem to 'gradle' in dependabot config by @riccardobl in #2671
- Bump com.aventstack:extentreports from 5.1.1 to 5.1.2 by @dependabot[bot] in #2673
- Bump com.android.tools.build:gradle from 4.2.0 to 9.1.0 by @dependabot[bot] in #2674
- Bump com.google.code.gson:gson from 2.9.1 to 2.13.2 by @dependabot[bot] in #2676
- Fix NPE in JmeAndroidSystem when audio renderer is disabled by @Copilot in #2670
- Update GitHub Actions and enable Dependabot by @8Keep in #2686
- ci: bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #2687
- ci: pin third-party GitHub Actions to commit SHAs by @Copilot in #2690
- Upgrade Android ecosystem and dependencies to android 11+ by @Copilot in #2679
- Remove retrolambda and custom functional interfaces in favour of java.util.function by @Copilot in #2693
- Bump org.codehaus.groovy:groovy-test from 3.0.24 to 3.0.25 by @dependabot[bot] in #2682
- Bump net.java.dev.jna:jna from 5.10.0 to 5.18.1 by @dependabot[bot] in #2681
- Use Java 17 for mobile native CI builds by @8Keep in #2697
- Upgrade checkstyle and spotbugs tooling by @8Keep in #2699
- Clean up Gradle build warnings by @8Keep in #2700
- Upgrade to Gradle 9.4.1 by @8Keep in #2696
- Migrate to Junit5 by @8Keep in #2684
- ci: bump lewagon/wait-on-check-action from 1.4.1 to 1.5.0 by @dependabot[bot] in #2704
- Only display the screenshots failed message for runs that create a report (not full compile failures) by @richardTingle in #2703
- Bump org.mockito:mockito-core from 3.12.4 to 5.23.0 by @dependabot[bot] in #2688
- Add Java 25 to GitHub Actions matrix by @8Keep in #2694
- solve issue #2707 (software skinning requires mesh normals) by @stephengold in #2708
- Fix native deploy matrix on Java 25 workflow by @8Keep in #2710
- ci: bump maxim-lobanov/setup-xcode from 1.6.0 to 1.7.0 by @dependabot[bot] in #2716
- JaCoCO code and coverage report by @aegroto in #2714
- Deprecate FBX loader by @8Keep in #2715
- PBR Megafix by @riccardobl in #2656
- Fix assetLoader cfgs by @riccardobl in #2721
- Modify VS Code settings for Java configuration by @riccardobl in #2720
- Stb image loader by @riccardobl in #2718
- Webp image loader and EXT_texture_webp by @riccardobl in #2722
- ci: bump gradle/actions from 5.0.2 to 6.0.1 by @dependabot[bot] in #2723
- Improve extension matching and webgl extensions support by @riccardobl in #2728
- toggle srgb on per framebuffer basis by @riccardobl in #2729
- Remove 32-bit support by @8Keep in #2685
- Add autorun support for examples in gradle by @riccardobl in #2732
- Refactoring and cleanup by @riccardobl in #2733
- expand j3o scanner baseline by @riccardobl in #2734
- build only on java 25 and download it if needed by @riccardobl in #2735
- Fix issues in BufferObject by @riccardobl in #2741
- GLES and Android backend improvements and fixup by @riccardobl in #2727
- Improve light render parity with blender by @riccardobl in #2549
- ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #2738
- ci: bump gradle/actions from 6.0.1 to 6.1.0 by @dependabot[bot] in #2736
- ci: bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2737
- LwjglCanvas backend improvement (LWJGLX + AWT) by @JNightRider in #2669
New Contributors
- @mondogo24 made their first contribution in #2668
- @dependabot[bot] made their first contribution in #2673
Full Changelog: v3.10.0-alpha3...v3.10.0-alpha4
You must be logged in to post a comment.