Skip to content

Commit f3357ec

Browse files
Merge branch 'develop'
2 parents 34f86a8 + 54de86d commit f3357ec

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Changelog
22

3-
## Release candidate
4-
5-
Note that this release contains some public API changes. Please read carefully the following changes before upgrading to this new version and
6-
do not hesitate to take a look at the user manual.
3+
## Version 0.9.0 (January 3, 2022)
74

85
### Added
96

10-
- The performance of the collision detection and rigid bodies simulation (PhysicsWorld::update() method) has been improved significantly (1.7x speedup measured in [PEEL](https://github.com/Pierre-Terdiman/PEEL) scenes)
7+
- The performance of the collision detection and rigid bodies simulation (PhysicsWorld::update() method) has been improved significantly (1.7x speedup on average measured in [PEEL](https://github.com/Pierre-Terdiman/PEEL) scenes)
118
- Method RigidBody::resetForce() to reset the accumulated external force on a rigid body has been added
129
- Method RigidBody::resetTorque() to reset the accumulated external torque on a rigid body has been added
1310
- Constructors with local-space anchor/axis have been added to BallAndSocketJointInfo, HingeJointInfo, FixedJointInfo and SliderJointInfo classes
@@ -55,7 +52,7 @@ do not hesitate to take a look at the user manual.
5552
- Issue [#195](https://github.com/DanielChappuis/reactphysics3d/issues/195) in RigidBodyComponents
5653
- Issue with concave vs convex shape collision detection has been fixed
5754
- Issue with edge vs edge collision has been fixed in SAT algorithm (wrong contact normal was computed)
58-
- Issue with sphere radius in DebugRenderer
55+
- Issue with sphere radius in DebugRenderer
5956
- Issue where changing the transform of a Collider attached to a sleeping RigidBody caused the body to remain asleep
6057
- Issue with wrong calculation performed in the ContactSolverSystem
6158
- Issue with joints when center of mass is not at the center of the rigid body local-space
@@ -67,9 +64,9 @@ do not hesitate to take a look at the user manual.
6764
- Issue with wrong linear velocity update computed in RigidBody::updateLocalCenterOfMassFromColliders() method
6865
- Issue with wrong linear velocity update computed in RigidBody::updateMassPropertiesFromColliders() method
6966
- Issue in copy-constructors in Map and Set classes
70-
- A lot of code warnings have been fixed [#221](https://github.com/DanielChappuis/reactphysics3d/issues/221)[#222](https://github.com/DanielChappuis/reactphysics3d/issues/222)[#223](https://github.com/DanielChappuis/reactphysics3d/issues/223)[#224](https://github.com/DanielChappuis/reactphysics3d/issues/224)
67+
- A lot of code warnings have been fixed [#221](https://github.com/DanielChappuis/reactphysics3d/issues/221), [#222](https://github.com/DanielChappuis/reactphysics3d/issues/222), [#223](https://github.com/DanielChappuis/reactphysics3d/issues/223) and [#224](https://github.com/DanielChappuis/reactphysics3d/issues/224)
7168
- The default warning level is not set anymore in CMakeLists.txt file (Issue [#220](https://github.com/DanielChappuis/reactphysics3d/issues/220))
72-
- Issue with collision not working when setting a body to be static before calling updateMassPropertiesFromColliders() (Issue [#225](https://github.com/DanielChappuis/reactphysics3d/issues/225))
69+
- Issue [#225](https://github.com/DanielChappuis/reactphysics3d/issues/225) with collision not working when setting a body to be static before calling updateMassPropertiesFromColliders()
7370

7471
## Version 0.8.0 (May 31, 2020)
7572

0 commit comments

Comments
 (0)