Sébastien Crozet
e9ea2ca10b
Merge pull request #540 from johnny-smitherson/bevy-0.11
...
update bevy 0.11 - fix compile errors
2023-11-04 18:32:55 +01:00
Sébastien Crozet
1886c6f362
Leave the version bumps to another pr
2023-11-04 18:18:12 +01:00
Sébastien Crozet
ab68a8386a
feat: add a checkbox to enable/disable the debug renderer in the testbed
2023-11-04 18:12:38 +01:00
Sébastien Crozet
556ba1f998
Changelog: specify that the bevy update is about the testbed
2023-11-04 18:12:07 +01:00
Sébastien Crozet
c57a0a3b88
Fix typo
2023-11-04 18:11:47 +01:00
Sébastien Crozet
fb3eee502c
cargo fmt
2023-11-04 17:56:13 +01:00
johnny-smitherson
aa546225a4
delete comments left over in diff
2023-11-03 21:43:31 +00:00
johnny-smitherson
70922ba0a7
flip y coord in 3d highlight_hovered_body
2023-11-03 21:30:03 +00:00
johnny-smitherson
3547d78af7
edit changelog - not a breaking change, field was not pub
2023-11-03 21:06:32 +00:00
johnny-smitherson
31518e3dce
fix compiler warnings & mention breaking in changelog
2023-11-03 21:01:39 +00:00
Sébastien Crozet
dbc540d788
Merge pull request #538 from rafalh/enable-collider-fix
...
Fix enabling disabled collider
2023-10-29 19:00:15 +01:00
Sébastien Crozet
23a7ed5beb
Fix crashes on MacOS
2023-10-29 18:59:47 +01:00
Sébastien Crozet
bc287a9895
cargo fmt
2023-10-29 18:00:52 +01:00
johnny-smitherson
780ba4a216
update bevy 0.11 - fix compile errors
2023-10-23 16:39:52 +00:00
Rafal Harabien
94829fd852
Fix enabling disabled collider
...
If collider was enabled and no other attributes were changed its collisions
were not detected. This was the result of `needs_broad_phase_update` function
not handling case of changed enabled status.
Fixes dimforge/bevy_rapier#435
2023-10-18 15:08:41 +02:00
Sébastien Crozet
82416e3ca6
Merge pull request #529 from Linentio/master
...
Use the absolute value of the up attribute when calculating up_extent and side_extent
2023-10-01 17:37:36 +02:00
Linentio
6c901d5774
Use the absolute value of the up attribute when calculating side_extent
2023-09-30 13:27:50 +02:00
Linentio
fa2be3fc9c
Use the absolute value of the up attribute when calculating up_extent
2023-09-30 12:37:45 +02:00
Sébastien Crozet
dfb4f2a1aa
Merge pull request #505 from mrDIMAS/master
...
`user_data` for joints
2023-09-09 12:59:50 +02:00
Sébastien Crozet
39a839560e
Merge pull request #508 from PaulL48/master
...
Add serde derives to structures in the control module
2023-09-09 12:59:16 +02:00
Sébastien Crozet
7d2111d0b9
Merge pull request #511 from Triuman/master
...
fix lock_translations & lock_rotations doesn't work both ways
2023-09-09 12:58:38 +02:00
Sébastien Crozet
04e05d9336
Merge pull request #518 from waywardmonkeys/remove-unused-indexmap-dep
...
deps: Remove unused `indexmap` dep.
2023-09-09 12:57:12 +02:00
Sébastien Crozet
c3ef34b8e9
Merge pull request #519 from waywardmonkeys/update-ci
...
ci: Update to `actions/checkout@v3`.
2023-09-09 12:56:54 +02:00
Sébastien Crozet
50b838381b
Merge pull request #520 from waywardmonkeys/doc-fixes
...
docs: Minor fixes.
2023-09-09 12:56:46 +02:00
Sébastien Crozet
32ffb3e1aa
Merge pull request #521 from waywardmonkeys/expand-wrt
...
docs: Expand "wrt" to "with respect to".
2023-09-09 12:56:35 +02:00
Sébastien Crozet
b977d41e5b
Merge pull request #522 from waywardmonkeys/doc-exclude-kinematic-dynamic-mixup
...
docs: exclude kinematic/dynamic reversed in description.
2023-09-09 12:56:27 +02:00
Bruce Mitchener
727610cdc2
docs: exclude kinematic/dynamic reversed in description.
...
Fixes #496 .
2023-08-28 11:18:27 +07:00
Bruce Mitchener
b9b5b58f61
docs: Expand "wrt" to "with respect to".
...
This makes things more clear as this abbreviation isn't known
to everyone.
While the trailing period is common in French, it isn't in English
(one might use "w.r.t.").
Fixes #498 .
2023-08-28 11:13:27 +07:00
Bruce Mitchener
4c2d18a0cd
docs: Minor fixes.
2023-08-28 11:05:45 +07:00
Bruce Mitchener
10bc99c2e9
ci: Update to actions/checkout@v3.
2023-08-28 10:49:16 +07:00
Bruce Mitchener
e3174eb501
deps: Remove unused indexmap dep.
...
This was only enabled in the `enhanced-determinism` feature, but
it wasn't actually used in these crates.
2023-08-28 10:45:33 +07:00
Sébastien Crozet
5c6def3239
Merge pull request #517 from waywardmonkeys/update-dep-num-derive
...
deps: Update `num-derive` from `0.3` to `0.4`.
2023-08-27 19:56:13 +02:00
Bruce Mitchener
5ae5f4d46a
deps: Update num-derive from 0.3 to 0.4.
2023-08-28 00:25:03 +07:00
Triuman
fd0c8d3dc7
fix lock_rotations doesn't work both ways
2023-08-10 09:29:11 +02:00
Triuman
f7b02f2a1d
fix lock_translations doesn't work both ways
2023-08-10 09:26:27 +02:00
Paul Lane
be9968628f
Add serde derives to structures in the control module
2023-08-01 21:44:48 -04:00
Dmitry
64b0d08c14
user_data for joints
2023-07-15 23:14:44 +03:00
Sébastien Crozet
958fba8ed4
Merge pull request #501 from dimforge/more-pub-vehicle
...
Give access to more vehicle controller fields
2023-07-09 13:09:48 +02:00
Sébastien Crozet
916815e432
Give access to more vehicle controller fields
2023-07-09 12:31:27 +02:00
Sébastien Crozet
13b290ddd0
Merge pull request #474 from dimforge/debug-render-filtering
...
Add a predicate to the DebugRenderBackend to filter out objects that are being rendered
2023-07-08 14:27:39 +02:00
Sébastien Crozet
bf047ed474
Merge pull request #484 from stefnotch/patch-1
...
Prevent testbed.rs from crashing when pressing D
2023-06-18 11:15:07 +02:00
Sébastien Crozet
ee4cb9cbd5
Merge pull request #491 from Benjins-automation/benjins-automated-https-upgrade
...
Upgrade http links to https in Cargo.toml
2023-06-18 11:14:14 +02:00
Sébastien Crozet
fb5adc7630
Merge pull request #493 from Imberflur/master
...
Delete mention of removed `PhysicsPipeline::step_generic`
2023-06-18 11:13:40 +02:00
Imbris
9168d36dd4
Delete mention of removed PhysicsPipeline::step_generic
...
This was removed in version 0.12.0
89e3d7650c/CHANGELOG.md (L191)
2023-05-26 15:59:14 -04:00
Benji Smith
f6806bfbad
Upgrade plain-HTTP links to HTTPS in Cargo.toml files
2023-05-20 18:37:06 -04:00
stefnotch
39bc5312a5
Update testbed.rs
2023-04-24 14:07:33 +02:00
Sébastien Crozet
89e3d7650c
Merge pull request #476 from MrGunflame/builder-docrefs
...
Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder`
2023-04-02 12:01:28 +02:00
MrGunflame
6d72192955
Fix doc-links for ColliderBuilder and RigidBodyBuilder
2023-03-30 17:15:43 +02:00
Sébastien Crozet
eac5a26925
Fix typo
2023-03-26 18:32:50 +02:00
Sébastien Crozet
82aa37ed30
Update Changelog
2023-03-26 18:05:35 +02:00