aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics
AgeCommit message (Expand)Author
2025-01-08Fix Nans from RevoluteJoint::angle() (#736)Chris Bacon
2024-12-06Remove instant dependency in favor of web-time (#767)Thierry Berger
2024-12-05fix clippy needless lifetimes (#769)Thierry Berger
2024-11-19Profiling support (#743)Thierry Berger
2024-09-16Improve capacity handling for `ColliderSet`, `RigidBodySet`. (#726)Bruce Mitchener
2024-09-13ImpulseJointSet::get_mut option to wake up connected bodies (#716)Thierry Berger
2024-08-09Fix more typos. (#712)Bruce Mitchener
2024-08-05Fix CI (#707)Thierry Berger
2024-07-26Fix spelling of `below` and `orthogonalization`. (#700)Bruce Mitchener
2024-07-22docs: Fix minor typos and tweaks (#696)Bruce Mitchener
2024-07-19More Debug derives. (#686)Thierry Berger
2024-07-12ci: cargo doc step (#671)Thierry Berger
2024-07-07chore: add one more test for the multibody insertion out-of-bounds issueSébastien Crozet
2024-07-07Fix broken multibody joint removal.Sébastien Crozet
2024-07-07Fix out-of-bounds crash when merging two multibodiesSébastien Crozet
2024-06-23chore: update to nalgebra 0.33 and parry 0.16 (#664)Sébastien Crozet
2024-06-23Fix delta_time being 0 resulting in incorrect simulation (#660)Thierry Berger
2024-06-20Fix typos. (#658)Bruce Mitchener
2024-06-09feat: rework QueryPipeline update API to take less parameters (#647)Thierry Berger
2024-06-09feat: add RevoluteJoint::angle to compute the revolute joint’s angleSébastien Crozet
2024-06-09fix warning in testsSébastien Crozet
2024-06-09chore: clippy fixesSébastien Crozet
2024-06-09chore: add more commentsSébastien Crozet
2024-06-09feat: add suport for kinematic multibody linksSébastien Crozet
2024-06-09feat: add the ability to disable all contacts between two links belonging to ...Sébastien Crozet
2024-06-09feat: let user specify joints that cannot move for IKSébastien Crozet
2024-06-09feat: make `RigidBody::add_collider` privateSébastien Crozet
2024-06-09feat: impl Default for RigidBodyBuilder and ColliderBuilderSébastien Crozet
2024-06-09feat: rename JointAxesMask::X/Y/Z by ::LIN_X/LIN_Y/LIN_Z and JointAxis::X/Y/...Sébastien Crozet
2024-05-25feat: rename cfm_factor, damping_ratio to contact_cfm_factor and contact_da...Sébastien Crozet
2024-05-25feat: remove the "fast constraint" special caseSébastien Crozet
2024-05-25feat: make the constraints regularization coefficients configurable with angu...Sébastien Crozet
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
2024-05-05chore: don’t return &mut Self with GenericJoint::flipSébastien Crozet
2024-05-05Fix joint limits not being flipped in one body constrains. (#549)Fun Maker
2024-05-05chore: misc typo fixesSébastien Crozet
2024-05-05chore: update to the latest parry apiSébastien Crozet
2024-05-05Fix some typos. (#620)Bruce Mitchener
2024-04-30chore: clippy fixesSébastien Crozet
2024-04-30fix: include the 0.5 factor in pseudo (mass-normalized) kinetic energy calcu...Sébastien Crozet
2024-04-30feat: add IntegrationParameters::length_unit to adjust internal threshold b...Sébastien Crozet
2024-04-30feat: add configurable distance cap to soft-ccdSébastien Crozet
2024-04-30feat: add warmstarting to contact constraints resolutionSébastien Crozet
2024-04-30chore: rework vertical stacks demoSébastien Crozet
2024-04-30feat: add variable constraints stabilization iteration numberSébastien Crozet
2024-04-30feat: add soft (solver-based) ccd implementationSébastien Crozet
2024-04-30feat: add exact mlcp solver for pais of 2 constraintsSébastien Crozet
2024-04-30feat: add some additional perf countersSébastien Crozet
2024-03-23Fix reported contact impulse in the contact force eventSébastien Crozet
2024-03-23feat: add RigidBody::copy_from and Collider::copy_fromSébastien Crozet