| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-02 | Merge pull request #193 from rezural/egui-focus | Sébastien Crozet | |
| Testbed: check if the egui context wants pointer focus, disable orbit camera if so. | |||
| 2021-06-02 | Update dependencies | Crozet Sébastien | |
| 2021-05-29 | check if the egui context wants pointer focus, disable orbit camera if so. ↵ | rezural | |
| this disables egui interactions being sent to the orbital camera | |||
| 2021-05-25 | Add prelude + use vectors for setting linvel/translation in builders | Crozet Sébastien | |
| 2021-05-17 | Fix warnings when compiling tests. | Crozet Sébastien | |
| 2021-05-16 | Replace Kiss3d by Bevy for the testbed renderer. | Crozet Sébastien | |
| 2021-04-26 | Split rigid-bodies and colliders into multiple components | Crozet Sébastien | |
| 2021-04-01 | Add the ability to pass a custom filter to all the QueryPipeline queries. | Crozet Sébastien | |
| 2021-03-31 | Remove the IntegrationParameters field we don't use. | Crozet Sébastien | |
| 2021-03-30 | CCD: take angular motion and penetration depth into account in various ↵ | Crozet Sébastien | |
| thresholds. | |||
| 2021-03-28 | Attenuate 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. | |||
| 2021-03-26 | First working version of non-linear CCD based on single-substep motion-clamping. | Crozet Sébastien | |
| 2021-02-23 | Update the testbed to use PhysicsHooks. | Crozet Sébastien | |
| 2021-02-08 | Don't serialize solver contacts + remove erased-serde dependency. | Crozet Sébastien | |
| 2021-01-23 | Fix warnings in tests and testbed. | 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 | 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-06 | Fix 2D compilation. | Crozet Sébastien | |
| 2021-01-05 | Testbed physx backend: re-add joints. | Crozet Sébastien | |
| 2021-01-05 | Add compound shape support. | Crozet Sébastien | |
| 2021-01-02 | unify callbacks with & without graphics & window | rezural | |
| 2020-12-31 | QueryPipeline: add shape casting, point projection, and intersection queries. | Crozet Sébastien | |
| 2020-12-31 | Perform contact sorting in the narrow-phase directly. | Crozet Sébastien | |
| 2020-12-31 | remove some unused imports | rezural | |
| 2020-12-31 | add harness_mut() to testbed | rezural | |
| 2020-12-31 | remove unused use | rezural | |
| 2020-12-31 | remove plugin callback related code from testbed | rezural | |
| 2020-12-31 | Update src_testbed/testbed.rs | rezural | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2020-12-31 | remove comment | rezural | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2020-12-31 | TODO comment update | rezural | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2020-12-30 | Remove the useless manifold.data.pair field. | Crozet Sébastien | |
| 2020-12-29 | Use Isometry::inv_mul. | Crozet Sébastien | |
| 2020-12-29 | Externalize the proximity code (renamed intersection). | Crozet Sébastien | |
| 2020-12-29 | Outsource the contact manifold, SAT, and some shapes. | Crozet Sébastien | |
| 2020-12-24 | cargo fmt | rezural | |
| 2020-12-24 | rework some threading code with the ui | rezural | |
| 2020-12-24 | remove thread code completely from testbed | rezural | |
| 2020-12-24 | pass run_state instead of time to TestbedPlugin::run_callbacks | rezural | |
| 2020-12-24 | cargo fmt | rezural | |
| 2020-12-24 | reenable self.highlight_hovered_body | rezural | |
| 2020-12-24 | remove fixme comments | rezural | |
| 2020-12-24 | remove event code | rezural | |
| 2020-12-24 | remove time & timestep_id from testbed side of things | rezural | |
| remove events code | |||
| 2020-12-24 | remove unused physics var | rezural | |
| 2020-12-24 | refactor testbed to use harness | rezural | |
| 2020-12-20 | cargo fmt | rezural | |
| 2020-12-20 | extract PhysicsState, PhysicsSnapshot & PhysicsEvents | rezural | |
| cargo fmt changes to make rapier compile | |||
| 2020-12-20 | make new public on PhysicsState | rezural | |
| 2020-11-30 | Add a 2D demo for locking rotation. | Crozet Sébastien | |
