|
1 | 1 | # release log for the jolt-jni project |
2 | 2 |
|
| 3 | +## Version 0.8.0 released on TBD |
| 4 | + |
| 5 | ++ Moved all methods equivalent to overloaded operators to a new package. |
| 6 | ++ Renamed `DrawSettings` to distinguish it from `SkeletonPose::DrawSettings`. |
| 7 | ++ Bugfix: `CharacterVirtual.toRef()` returns the wrong kind of reference |
| 8 | ++ Bugfix: `StateRecorder` read methods lack the old values |
| 9 | + |
| 10 | ++ Added classes to the library: |
| 11 | + + `AllHitRayCastBodyCollector` |
| 12 | + + `BodyManager` |
| 13 | + + `BodyVector` |
| 14 | + + `BroadPhase` |
| 15 | + + `BroadPhaseBruteForce` |
| 16 | + + `BroadPhaseQuadTree` |
| 17 | + + `CharacterContactListener` |
| 18 | + + `CharacterContactSettings` |
| 19 | + + `CharacterVsCharacterCollision` |
| 20 | + + `CharacterVsCharacterCollisionSimple` |
| 21 | + + `CollisionGroup` |
| 22 | + + `Color` |
| 23 | + + `CustomCharacterContactListener` |
| 24 | + + `CustomPhysicsStepListener` |
| 25 | + + `DefaultBroadPhaseLayerFilter` |
| 26 | + + `DefaultObjectLayerFilter` |
| 27 | + + `DefaultRandomEngine` |
| 28 | + + `EmptyShape` |
| 29 | + + `EmptyShapeSettings` |
| 30 | + + `ExtendedUpdateSettings` |
| 31 | + + `GroupFilter` |
| 32 | + + `GroupFilterTable` |
| 33 | + + `GroupFilterTableRef` |
| 34 | + + `PhysicsMaterialList` |
| 35 | + + `PhysicsStepListener` |
| 36 | + + `PhysicsStepListenerContext` |
| 37 | + + `SkeletonPoseDrawSettings` |
| 38 | + + `StreamIn` |
| 39 | + + `SubShape` |
| 40 | + + `Triangle` |
| 41 | + + `UniformIntDistribution` |
| 42 | + + `VehicleCollisionTester` |
| 43 | + + `VehicleCollisionTesterRay` |
| 44 | + + `VehicleCollisionTesterRayRef` |
| 45 | + + `VehicleConstraint` |
| 46 | + + `VehicleConstraintSettings` |
| 47 | + + `VehicleController` |
| 48 | + + `VehicleControllerSettings` |
| 49 | + + `VehicleControllerSettingsRef` |
| 50 | + + `Wheel` |
| 51 | + + `WheeledVehicleController` |
| 52 | + + `WheeledVehicleControllerRef` |
| 53 | + + `WheeledVehicleControllerSettings` |
| 54 | + + `WheelSettings` |
| 55 | + + `WheelSettingsWv` |
| 56 | + + `WheelSettingsWvRef` |
| 57 | + + `WheelWv` |
| 58 | + |
| 59 | ++ Added 3 enums to the library: |
| 60 | + + `ECastShadow` |
| 61 | + + `ECullMode` |
| 62 | + + `EDrawMode` |
| 63 | ++ Added many public methods to the library. |
| 64 | ++ Updated the Jolt source code and assets to fed2b6c (=sg240929). |
| 65 | + |
3 | 66 | ## Version 0.7.0 released on 12 September 2024 |
4 | 67 |
|
5 | 68 | + Moved the `RefTarget` interface to a new package. |
|
0 commit comments