-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
989 add fixed step plugin #997
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clang-Tidy
found issue(s) with the introduced code (1/1)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Some points to take care of before merging:
- you included two commits with the same desc, please merge them.
- rename the plugin dir to
fixed_step
to follow the naming convention of other plugins. - don't forget to add the change to the change log :)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #997 +/- ##
==========================================
+ Coverage 36.15% 36.18% +0.02%
==========================================
Files 297 298 +1
Lines 24411 24396 -15
==========================================
Hits 8827 8827
+ Misses 15584 15569 -15 ☔ View full report in Codecov by Sentry. |
d22d197
to
184a2fd
Compare
184a2fd
to
1b7809c
Compare
1b7809c
to
5727aad
Compare
5727aad
to
972d6e2
Compare
Description
Added fixedStepPlugin which creates the cubos.fixedStep Tag, any systems with that tag will
run at 100 fps.
Checklist