|
1 | 1 | # Release log for the Jolt-JNI project |
2 | 2 |
|
| 3 | +## Version 3.2.0 released on TBD |
| 4 | + |
| 5 | ++ Added 3 classes for efficient/flexible contact listening: |
| 6 | + + `ContactListenerList` |
| 7 | + + `EFilterMode` |
| 8 | + + `FilteredContactListener` |
| 9 | ++ Generalized 2 body-lock multi constructors to solve issue #25. |
| 10 | ++ Added 4 methods to the `BodyInterface` class, for avoiding garbage: |
| 11 | + + `getAngularVelocity(int, Vec3)` |
| 12 | + + `getLinearVelocity(int, Vec3)` |
| 13 | + + `getPosition(int, RVec3)` |
| 14 | + + `getRotation(int, Quat)` |
| 15 | ++ Added `getRefCount()` to the `ConstShape` interface. |
| 16 | ++ Generalized 2 `PhysicsSystem` setters to accept `null` arguments. |
| 17 | ++ Updated the Jolt-Physics sourcecode and assets to e594aad (=sg250918). |
| 18 | ++ Updated the OSHI library to v6.9.0 . |
| 19 | + |
| 20 | + |
3 | 21 | ## Version 3.1.0 released on 8 September 2025 |
4 | 22 |
|
5 | 23 | + Allow use of both `close()` and a cleaner thread in a single app. |
@@ -81,7 +99,7 @@ Bugfix: many `CharacterRefC` and `CharacterVirtualRefC` methods crash the JVM |
81 | 99 |
|
82 | 100 | + Added many public methods and constructors to the libraries. |
83 | 101 | + Added run-time checks. |
84 | | -+ Updated the Jolt-Physics sourcecode and assets to 4366713 (sg250829) |
| 102 | ++ Updated the Jolt-Physics sourcecode and assets to 4366713 (=sg250829). |
85 | 103 |
|
86 | 104 |
|
87 | 105 | ## Version 2.2.0 released on 10 August 2025 |
@@ -203,7 +221,7 @@ Bugfix: many `CharacterRefC` and `CharacterVirtualRefC` methods crash the JVM |
203 | 221 | + `ConstVolume` |
204 | 222 |
|
205 | 223 | + Added many public methods and constructors to the libraries. |
206 | | -+ Updated the Jolt source code and assets to 2405ff1 (sg250628). |
| 224 | ++ Updated the Jolt source code and assets to 2405ff1 (=sg250628). |
207 | 225 | + Updated the OSHI library to v6.8.2 . |
208 | 226 |
|
209 | 227 |
|
|
0 commit comments