Simplify using physics#1570
Merged
fallenatlas merged 12 commits intomainfrom Nov 21, 2025
Merged
Conversation
Closed
2 tasks
92bd7e9 to
760307b
Compare
Contributor
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1570 +/- ##
==========================================
- Coverage 51.76% 51.03% -0.73%
==========================================
Files 501 506 +5
Lines 27267 25506 -1761
Branches 2550 2559 +9
==========================================
- Hits 14114 13018 -1096
+ Misses 13153 12488 -665 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
760307b to
7283c1f
Compare
10 tasks
|
@RiscadoA will only be able to review this PR in 5 days. |
JoaoTRoxo
approved these changes
Nov 11, 2025
Contributor
JoaoTRoxo
left a comment
There was a problem hiding this comment.
Looks good to me. The changes are clear and consistent, and I didn't see any issues. Thanks for the thorough implementation.
7283c1f to
6973486
Compare
a5b24f1 to
5b93fcb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Create Collider component
Create ColliderBundle: facilitates creation of entities that have collider behavior (intersections)
Add RigidBodyBundle
Add StaticBodyBundle
Make AccumulatedCorrection private
Checklist