File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 = 2.1.1-SNAPSHOT
4+ jjVersion = 2.2.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 2.2.0 released on 10 August 2025
4+
5+ + Bugfixes:
6+ + JVM crash while trying to create an empty ` BodyIdArray `
7+ + ` UnsatisfiedLinkError ` finalizing bulk add on Windows (issue #16 )
8+
9+ + New features:
10+ + ` BodyIdArray ` : add a ` length ` field and a getter for it and 3 constructors
11+ + ` BodyInterface ` : add 3 alternative signatures for methods
12+ + ` BroadPhase ` : add 3 alternative signatures for methods
13+ + add the ` ConstWheelSettingsTv ` interface
14+ + ` DistanceConstraintSettings ` : add alternative signatures for 2 setters
15+ + ` PhysicsSettings ` : add accessors for ` speculativeContactDistance ` (PR #12 )
16+ + ` PhysicsSystem ` : add chaining to the ` init() ` method
17+ + ` QuatArg ` , ` RVec3Arg ` and ` Vec3Arg ` : add ` copyTo() ` methods
18+ + ` SoftBodyCreationSettings ` : add an alternate signature for ` setPosition() `
19+ + ` SoftBodySharedSettings ` : add ` putRodIndices() ` methods
20+ + ` Support ` : add ` getConvexRadius() ` and ` getSupport() `
21+ + ` VehicleConstraint ` : add 2 public getters
22+
23+ + Build changes
24+ + disable C++ runtime type information (RTTI) and C++ exceptions
25+
26+
327## Version 2.1.0 released on 24 July 2025
428
529+ Bugfixes:
You can’t perform that action at this time.
0 commit comments