| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-14 | Merge pull request #112 from alec-deason/typo | Sébastien Crozet | |
| Fix a small documentation typo on InteractionGroups | |||
| 2021-02-13 | Fix a small documentation typo | Alec Deason | |
| 2021-02-12 | Various generic joint fixes. | Crozet Sébastien | |
| 2021-02-11 | More experiments with the way the generic joint is stabilized. | Crozet Sébastien | |
| 2021-02-11 | Start experimenting with a generic joint implementation for joint drives. | Crozet Sébastien | |
| 2021-02-11 | Merge pull request #102 from EmbarkStudios/apply-forces-in-velocity-solver | Sébastien Crozet | |
| Apply accelerations during velocity solver | |||
| 2021-02-08 | Omit integrate_accelerations in feature = parallel | Emil Ernerfeldt | |
| 2021-02-08 | Apply accelerations during velocity solver | Emil Ernerfeldt | |
| Closes https://github.com/dimforge/rapier/issues/97 Instead of applying accelerations from gravity and external forces as a separate step, this PR switches to applying them in the velocity solver. | |||
| 2021-02-08 | Replace linacc/angacc with force/torque inside of RigidBody | Emil Ernerfeldt | |
| I also improved the documentation for the various force/impulse applying functions. | |||
| 2021-02-08 | Merge pull request #107 from dimforge/serialization_perf | Sébastien Crozet | |
| Don't serialize solver contacts + remove erased-serde dependency. | |||
| 2021-02-08 | Don't serialize solver contacts + remove erased-serde dependency. | Crozet Sébastien | |
| 2021-02-04 | Merge pull request #104 from EmbarkStudios/clippy-fixes | Sébastien Crozet | |
| Make clippy a bit happier | |||
| 2021-02-04 | Merge pull request #103 from EmbarkStudios/energy-inspection | Sébastien Crozet | |
| Add functions for kinetic and potential energy of a RigidBody | |||
| 2021-02-04 | Make clippy a bit happier | Emil Ernerfeldt | |
| 2021-02-04 | Add functions for kinetic and potential energy of a RigidBody | Emil Ernerfeldt | |
| 2021-02-02 | Merge pull request #99 from extrawurst/patch-1 | Sébastien Crozet | |
| fix some typos in docs | |||
| 2021-02-02 | fix some typos in docs | Stephan Dilly | |
| 2021-01-29 | Add other missing entries to the CHANGELOG. | Crozet Sébastien | |
| 2021-01-29 | Add a missing entry to the CHANGELOG. | Crozet Sébastien | |
| 2021-01-29 | Release v0.5.0v0.5.0 | Crozet Sébastien | |
| 2021-01-29 | Merge pull request #79 from dimforge/split_geom | Sébastien Crozet | |
| Move most of the geometric code to another crate. | |||
| 2021-01-29 | Update the CHANGELOG. | Crozet Sébastien | |
| 2021-01-29 | Remove cargo patches. | Crozet Sébastien | |
| 2021-01-29 | Update Cargo badges and categories. | Crozet Sébastien | |
| 2021-01-27 | Add all the missing docs. | Crozet Sébastien | |
| 2021-01-26 | Fix compilation of the 3D testbed. | Crozet Sébastien | |
| 2021-01-26 | Allow using polylines as a collider shape. | Crozet Sébastien | |
| 2021-01-25 | Fix compilation with f64. | Crozet Sébastien | |
| 2021-01-25 | Add missing constructor for a round-triangle collider. | Crozet Sébastien | |
| 2021-01-24 | Rename cdl to parry. | Crozet Sébastien | |
| 2021-01-23 | Fix warnings in tests and testbed. | Crozet Sébastien | |
| 2021-01-23 | CI: deny warnings. | Crozet Sébastien | |
| 2021-01-23 | Fix WASM build. | Crozet Sébastien | |
| 2021-01-23 | Fix warnings and 2D compilation when parallelism is ON but SIMD is OFF. | Crozet Sébastien | |
| 2021-01-22 | Move ColliderShape out of Rapier. | Crozet Sébastien | |
| 2021-01-22 | Fix compilation in 2D. | Crozet Sébastien | |
| 2021-01-22 | Fix regressions introduced by the merge with master. | Crozet Sébastien | |
| 2021-01-22 | Minor code simplification for the 3D heightfield example. | Crozet Sébastien | |
| 2021-01-22 | Add a VERSION constant containing the package version. | Crozet Sébastien | |
| 2021-01-22 | Merge branch 'master' into split_geom | Crozet Sébastien | |
| # Conflicts: # examples2d/sensor2.rs # examples3d/sensor3.rs # src/dynamics/integration_parameters.rs # src/dynamics/solver/parallel_island_solver.rs # src/dynamics/solver/velocity_constraint.rs # src/dynamics/solver/velocity_ground_constraint.rs # src_testbed/nphysics_backend.rs # src_testbed/physx_backend.rs # src_testbed/testbed.rs | |||
| 2021-01-22 | Merge pull request #88 from EmbarkStudios/refactor-params | Sébastien Crozet | |
| Small refactor of IntegrationParameters | |||
| 2021-01-22 | Merge pull request #93 from sebcrozet/ci-fix-pull-request-target | Sébastien Crozet | |
| Fix CI bench message emission for fork PRs. | |||
| 2021-01-22 | Fix CI bench message emission for fork PRs. | Crozet Sébastien | |
| 2021-01-22 | IntegrationParameters: deprectate dt() and inv_dt() methods | Emil Ernerfeldt | |
| 2021-01-22 | Deprectate IntegrationParameters::new | Emil Ernerfeldt | |
| 2021-01-22 | Remove IntegrationParameters::inv_dt and make dt pub | Emil Ernerfeldt | |
| 2021-01-22 | Merge pull request #90 from sebcrozet/fix_bench_ci_from_forks | Sébastien Crozet | |
| CI: use trigger the bench message workfrow on a pull_request_target instead of pull_request | |||
| 2021-01-22 | CI: use trigger the bench message workfrow on a pull_request_target instead ↵ | Crozet Sébastien | |
| of pull_request. | |||
| 2021-01-22 | Merge pull request #89 from EmbarkStudios/fix-tests | Sébastien Crozet | |
| fix cargo test -p rapier3d | |||
| 2021-01-21 | fix cargo test -p rapier3d | Emil Ernerfeldt | |
