aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-13Fix compilation in 2D.Crozet Sébastien
2021-04-13Fix warningsCrozet Sébastien
2021-04-13Fix torque generation for the prismatic joint motorCrozet Sébastien
2021-04-12Release v0.8.0v0.8.0Crozet Sébastien
2021-04-12Merge pull request #171 from dimforge/nalgebra-upSébastien Crozet
Switch to nalgebra 0.26
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-04-04Add some missing entries to the 0.7.0 CHANGELOG.Crozet Sébastien
The removal of NarrowPhase::maintain and BroadPhase::maintain was not mentioned.
2021-04-03Update the CHANGELOG for 0.7.2.Crozet Sébastien
2021-04-03Release v0.7.2v0.7.2Crozet Sébastien
2021-04-03Merge pull request #164 from dimforge/collider_removal_fixSébastien Crozet
Fix crash caused by a collider being remove before the first timestep.
2021-04-03Remove useless comment.Crozet Sébastien
2021-04-03Add comment regarding the fix.Crozet Sébastien
2021-04-03Make the CCDSolver clonable and serializable.Crozet Sébastien
2021-04-03Fix crash caused by a collider being remove before the first timestep.Crozet Sébastien
2021-04-02Release v0.7.1v0.7.1Crozet Sébastien
2021-04-02Merge pull request #162 from dimforge/determinism_after_snapshotSébastien Crozet
Fix determinism problem in the broad-phase after snapshot restoration.
2021-04-02Fix determinism problem in the broad-phase after snapshot restoration.Crozet Sébastien
2021-04-02Merge pull request #161 from dimforge/release_v0.7.0v0.7.0Sébastien Crozet
Release v0.7.0
2021-04-02Release v0.7.0Crozet Sébastien
2021-04-01Merge pull request #160 from dimforge/rb_flags_gettersSébastien Crozet
Add getters indicating if the translation or rotation dofs of a rigid-body are locked.
2021-04-01Add getters indicating if the translation or rotation dofs of a rigid-body ↵Crozet Sébastien
are locked.
2021-04-01Merge pull request #159 from dimforge/guidesSébastien Crozet
Add ARCHITECTURE, CODE_OF_CONDUCT, CONTRIBUTING files + flesh out the README
2021-04-01Fix some typos and links.Crozet Sébastien
2021-04-01README: fix missing html tag.Crozet Sébastien
2021-04-01Add ARCHITECTURE, CODE_OF_CONDUCT, CONTRIBUTING files + flesh out the README.Crozet Sébastien
2021-04-01Merge pull request #158 from dimforge/query_pipeline_filterSébastien Crozet
Add the ability to pass a custom filter to all the QueryPipeline queries.
2021-04-01Add the ability to pass a custom filter to all the QueryPipeline queries.Crozet Sébastien
2021-04-01Merge pull request #157 from dimforge/ccdSébastien Crozet
Implement Continuous Collision Detection
2021-04-01Fix parallel build.Crozet Sébastien
2021-04-01Some small performance improvements.Crozet Sébastien
2021-04-01Remove useless rigid-body fields.Crozet Sébastien
2021-03-31Remove the IntegrationParameters field we don't use.Crozet Sébastien
2021-03-31ColliderSet::handle_user_changes - don't drain the set of modified colliders.Crozet Sébastien
2021-03-31Fix tests.Crozet Sébastien
2021-03-31Revert the warmstart_correction_slope to its previous value.Crozet Sébastien
2021-03-31Fix more warnings.Crozet Sébastien
2021-03-31Test to see how the warmstart correction affect the benchmarks.Crozet Sébastien
2021-03-31Make the collider shape mutable.Crozet Sébastien
2021-03-31Fix some warnings.Crozet Sébastien
2021-03-31Add missing example file.Crozet Sébastien
2021-03-31Fix body status modification.Crozet Sébastien
2021-03-31Rename some RigidBodyBuilder mass-related setters to include "additional".Crozet Sébastien
2021-03-31Fix the parallel solver to work properly with CCD.Crozet Sébastien
2021-03-30Run the position solver after the CCD motion clamping.Crozet Sébastien
2021-03-30CCD: take angular motion and penetration depth into account in various ↵Crozet Sébastien
thresholds.
2021-03-29Add missing files.Crozet Sébastien
2021-03-29Implement the ability to run multiple CCD substeps.Crozet Sébastien
2021-03-29Allow collider modification after its insersion to the ColliderSet.Crozet Sébastien
2021-03-28Small refactoring of the PhysicsPipeline.Crozet Sébastien
2021-03-28Attenuate the warmstart impulse for CCD contacts.Crozet Sébastien
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.