File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-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 = 2.0.2-SNAPSHOT
4+ jjVersion = 2.1.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.1.0 released on 24 July 2025
4+
5+ + Bugfixes:
6+ + ` PhysicsSystem.getPhysicsSystem() ` returns ` null ` after garbage collection
7+ + ` PhysicsSystem.setBodyActivationListener() ` doesn't accept a null argument
8+
9+ + Added classes:
10+ + ` AaBoxCast `
11+ + ` CastShapeBodyCollector `
12+ + ` CollisionEstimationResult `
13+ + ` CustomCastShapeBodyCollector `
14+ + ` Impulse `
15+ + ` OfStream `
16+ + ` RayInvDirection `
17+ + ` SimCollideBodyVsBody `
18+ + ` SimShapeFilter `
19+ + ` TriangleConvexSupport `
20+
21+ + Added interfaces:
22+ + ` ConstIndexedTriangle `
23+ + ` ConstIndexedTriangleNoMaterial `
24+ + ` ConstTriangle `
25+ + ` ConstVertexList `
26+
27+ + Added many public methods and constructors to the libraries.
28+ + Made 4 customizable classes concrete.
29+ + Deprecated a ` StreamOutWrapper ` constructor.
30+ + Added runtime checks to prevent use of soft bodies in 2-body constraints.
31+ + Updated the Android NDK to r28c.
32+
333## Version 2.0.1 released on 30 June 2025
434
535+ API changes:
You can’t perform that action at this time.
0 commit comments