File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11# # configure Gradle properties for building the Jolt-JNI Project
22
33# Jolt-JNI version string:
4- jjVersion = 3.4.1-SNAPSHOT
4+ jjVersion = 3.5.0
55
66# # default artifact ID (used when -Partifact= isn't specified on the command line)
77artifact = jolt-jni
Original file line number Diff line number Diff line change 11# Release log for the Jolt-JNI project
22
3+ ## Version 3.5.0 released on TBD
4+
5+ + Bugfixes:
6+ + unsafe stack reference in ` TransformedShape.getShapeScale() `
7+ + method name inconsistency in ` BodyCreationSettings ` (issue #29 )
8+ + invalid mark in ` ConvexShape.getSubmergedVolume() ` (issue #30 )
9+
10+ + Additions:
11+ + alternate signature for ` ConstBody.getShape() `
12+ + ` ConstCharacterBase.getShape() `
13+ + ` ConstMotorSettings ` interface
14+ + ` ConstVehicleConstraint.getWheel() `
15+ + ` ConstVehicleConstraint.getWheelPositionAndRotation() `
16+
17+ + Generalized 4 ` MeshShapeSettings ` constructors.
18+ + Handled more cases in ` ObjectStreamIn.sReadObject() ` .
19+ + Publicize the 2-argument constructor for ` Body ` .
20+ + Updated the Jolt-Physics source and assets to sg251012 (=1e38fc6).
21+ + Updated the Android NDK to r29.
22+
23+
324## Version 3.4.0 released on 30 September 2025
425
526With this release, Jolt JNI began creating an internal counted reference
You can’t perform that action at this time.
0 commit comments