jMonkeyEngine 3.10.0-beta2
Pre-release
Pre-release
What's Changed
- Fix scene processor resizing with highdpi/supersampling mode by @riccardobl in #2840
- Add missing dependency in ios module and test iOS build in CI by @riccardobl in #2841
- fix nifty to support non rgba images in non-gles backends by @riccardobl in #2842
- DSL extension and documentation for native image plugin by @riccardobl in #2843
- Fix iOS and graalvm build by @riccardobl in #2844
- refactor deploy script by @riccardobl in #2847
- Clear stale input states when triggers are removed and fix virtual LT/RT buttons in sdl backend by @riccardobl in #2849
- Fix SDL3 focus handling: restore mouse grab and cursor state on alt-tab/Win key by @riccardobl with @Copilot in #2856
- Add tester methods to JSON abstraction by @franco200802 in #2850
- Android screenshot tests by @richardTingle in #2809
- ci: bump actions/checkout from 6 to 6.0.2 by @dependabot[bot] in #2851
- Ignore SDL3 mouse delta while window is unfocused by @riccardobl with @Copilot in #2859
- Preserve endianness when duplicating bytebuffers by @riccardobl in #2865
- Warn when mipmap generation falls back to CPU by @riccardobl with @Copilot in #2873
- ci: bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #2876
- ci: bump gradle/actions from 5 to 6.1.0 by @dependabot[bot] in #2878
- ci: bump androidx.test.espresso:espresso-core from 3.6.1 to 3.7.0 by @dependabot[bot] in #2880
- ci: bump androidx.test:rules from 1.6.1 to 1.7.0 by @dependabot[bot] in #2879
- lwjgl2: default to OpenGL 3.2 when renderer is ANGLE_GLES3 by @riccardobl with @Copilot in #2870
- Remove screenshot test PR comment workflow; replace with inline CI error and retries by @riccardobl with @Copilot in #2863
- Deprecate legacy reshape() and improve backward compatibility by @riccardobl in #2881
- fix lwjgl3 dependencies: add windows-arm64 and remove 32bit by @riccardobl in #2882
- Autodetect unsafe allocations metadata for native images by @riccardobl in #2883
- support additional class loaders for savables by @riccardobl in #2888
- Add Spatial#getUserData(String, T defaultValue) convenience overload by @capdevon in #2891
- ci: bump actions/cache from 5 to 5.0.5 by @dependabot[bot] in #2890
- ci: bump androidx.constraintlayout:constraintlayout from 2.1.1 to 2.2.1 by @dependabot[bot] in #2886
- ci: bump androidx.test.ext:junit from 1.2.1 to 1.3.0 by @dependabot[bot] in #2885
- ci: bump org.graalvm.sdk:nativeimage from 23.1.3 to 25.0.3 by @dependabot[bot] in #2853
- ci: bump gradle/actions from 6.1.0 to 6.2.0 by @dependabot[bot] in #2900
- ci: bump libjglios from 0.6 to 0.7 by @dependabot[bot] in #2899
- ci: bump tools.jackson.core:jackson-databind from 3.1.3 to 3.2.0 by @dependabot[bot] in #2901
- ci: bump org.graalvm.buildtools.native from 1.1.0 to 1.1.2 by @dependabot[bot] in #2898
- remove spammy log message in SkinningControl.java by @neph1 in #2896
- Fix fatal JVM crash on macOS during hardware instancing (LwjglGLExt ARB extensions) by @riccardobl with @Copilot in #2893
- ci: bump actions/checkout from 6.0.2 to 6.0.3 by @dependabot[bot] in #2894
- ci: bump reactivecircus/android-emulator-runner from 2 to 2.37.0 by @dependabot[bot] in #2895
- Use SDL_GetKeyFromScancode instead of SDL_EVENT_TEXT_INPUT for keychar by @riccardobl in #2887
- Collection of 3.10 beta fixes by @riccardobl in #2908
- ci: bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #2904
- ci: bump actions/setup-java from 5 to 5.3.0 by @dependabot[bot] in #2903
New Contributors
- @franco200802 made their first contribution in #2850
Full Changelog: v3.10.0-beta1...v3.10.0-beta2