feat(physics): renamed PhysicsPlugin.hpp to follow consistent plugin naming convention#505
Conversation
📝 WalkthroughWalkthroughThis PR renames the physics plugin header from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
…naming convention (#505) # Pull Request ## Description This pull request introduces the renaming of the old PhysicsPlugin class to PluginPhysics class. ## Related Issues Fixes #487 Relates to None ## Type of Change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Performance improvement - [x] Code refactoring - [ ] Build/CI configuration change ## Changes Made List the main changes in this PR: - Rename of the PhysicsPlugin class - Update of tests ## Testing Describe the tests you ran to verify your changes: - [x] Unit tests pass (`xmake test`) - [x] Code follows the project's style guidelines (`clang-format`) - [x] Manual testing performed (describe what you tested) -> Launched unit tests ### Test Environment - OS: Fedora 42 - Compiler: gcc - Vulkan SDK Version: [e.g. 1.3.268.0] ## Screenshots/Videos (if applicable) Add screenshots or videos to help explain your changes. ## Documentation - [ ] I have updated the relevant documentation - [ ] I have added/updated comments in the code - [x] No documentation changes are required ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published ## Breaking Changes If this PR introduces breaking changes, describe them here and provide migration instructions. ## Additional Notes Any additional information that reviewers should know. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal plugin header references and test suite naming conventions to align with refactored naming structure. No changes to functionality or test behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Miouzora <[email protected]>
…naming convention (#505) # Pull Request ## Description This pull request introduces the renaming of the old PhysicsPlugin class to PluginPhysics class. ## Related Issues Fixes #487 Relates to None ## Type of Change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Performance improvement - [x] Code refactoring - [ ] Build/CI configuration change ## Changes Made List the main changes in this PR: - Rename of the PhysicsPlugin class - Update of tests ## Testing Describe the tests you ran to verify your changes: - [x] Unit tests pass (`xmake test`) - [x] Code follows the project's style guidelines (`clang-format`) - [x] Manual testing performed (describe what you tested) -> Launched unit tests ### Test Environment - OS: Fedora 42 - Compiler: gcc - Vulkan SDK Version: [e.g. 1.3.268.0] ## Screenshots/Videos (if applicable) Add screenshots or videos to help explain your changes. ## Documentation - [ ] I have updated the relevant documentation - [ ] I have added/updated comments in the code - [x] No documentation changes are required ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit tests pass locally with my changes - [x] Any dependent changes have been merged and published ## Breaking Changes If this PR introduces breaking changes, describe them here and provide migration instructions. ## Additional Notes Any additional information that reviewers should know. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated internal plugin header references and test suite naming conventions to align with refactored naming structure. No changes to functionality or test behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Miouzora <[email protected]>



Pull Request
Description
This pull request introduces the renaming of the old PhysicsPlugin class to PluginPhysics class.
Related Issues
Fixes #487
Relates to None
Type of Change
Please delete options that are not relevant.
Changes Made
List the main changes in this PR:
Testing
Describe the tests you ran to verify your changes:
xmake test)clang-format)Test Environment
Screenshots/Videos (if applicable)
Add screenshots or videos to help explain your changes.
Documentation
Checklist
Breaking Changes
If this PR introduces breaking changes, describe them here and provide migration instructions.
Additional Notes
Any additional information that reviewers should know.
Summary by CodeRabbit