Skip to content
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

Optimize W3DPropBuffer::Draw_Props #797

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

xezon
Copy link
Contributor

@xezon xezon commented Nov 15, 2022

This change cuts 2 obsolete conditions from W3DPropBuffer::Draw_Props. I expect compiler would do it anyway, but it is nice to shorten source code too for simplicity.

@feliwir
Copy link
Contributor

feliwir commented Nov 16, 2022

I think CI needs to be retriggered or you just rebase the branch.

@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2023

Codecov Report

Base: 2.79% // Head: 2.79% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (0535668) compared to base (369c88c).
Patch coverage: 0.00% of modified lines in pull request are covered.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           develop    #797      +/-   ##
==========================================
- Coverage     2.79%   2.79%   -0.01%     
==========================================
  Files          714     719       +5     
  Lines        64140   64223      +83     
  Branches     10419   10427       +8     
==========================================
- Hits          1795    1792       -3     
- Misses       62077   62163      +86     
  Partials       268     268              
Impacted Files Coverage Δ
src/platform/w3dengine/client/w3dpropbuffer.cpp 0.00% <0.00%> (ø)
src/w3d/lib/cpudetect.cpp 22.31% <0.00%> (-0.41%) ⬇️
src/game/client/fxlist.h 0.00% <0.00%> (ø)
src/game/common/ini/ini.cpp 0.00% <0.00%> (ø)
src/game/common/rts/money.h 0.00% <0.00%> (ø)
src/game/common/rts/science.h 0.00% <0.00%> (ø)
src/game/common/gameengine.cpp 0.00% <0.00%> (ø)
src/game/logic/object/weapon.h 0.00% <0.00%> (ø)
src/game/logic/system/rankinfo.h 0.00% <0.00%> (ø)
src/game/logic/object/locomotor.h 0.00% <0.00%> (ø)
... and 9 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xezon
Copy link
Contributor Author

xezon commented Feb 10, 2024

Merge this earliest after Standalone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants