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

Improves readability in BaseHeightMapRenderObjClass::Get_Height_Map_Height #917

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

bobtista
Copy link
Contributor

No description provided.

Copy link
Contributor

@jonwil jonwil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@codecov-commenter
Copy link

codecov-commenter commented May 16, 2023

Codecov Report

Attention: 62 lines in your changes are missing coverage. Please review.

Comparison is base (7eb9ef8) 2.53% compared to head (8a18b5b) 2.53%.

Files Patch % Lines
src/platform/w3dengine/client/baseheightmap.cpp 0.00% 62 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #917      +/-   ##
===========================================
- Coverage     2.53%    2.53%   -0.01%     
===========================================
  Files          949      949              
  Lines       110293   110299       +6     
  Branches     18881    18881              
===========================================
  Hits          2800     2800              
- Misses      107089   107095       +6     
  Partials       404      404              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xezon
Copy link
Contributor

xezon commented May 16, 2023

The variable name convention for non-member non-global is lowercase with underscore: my_variable_name.

@bobtista
Copy link
Contributor Author

The variable name convention for non-member non-global is lowercase with underscore: my_variable_name.

Updated, thanks!

xezon
xezon previously requested changes May 16, 2023
Copy link
Contributor

@xezon xezon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name changes need to not further refactor code.

src/game/client/baseheightmap.cpp Outdated Show resolved Hide resolved
@xezon xezon changed the title Improves readability Improves readability in BaseHeightMapRenderObjClass::Get_Height_Map_Height May 16, 2023
src/game/client/baseheightmap.cpp Outdated Show resolved Hide resolved
src/game/client/baseheightmap.cpp Outdated Show resolved Hide resolved
@xezon xezon dismissed their stale review May 16, 2023 15:12

solved

Copy link
Contributor

@xezon xezon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just realized I did not submit my pending review.

src/game/client/baseheightmap.cpp Outdated Show resolved Hide resolved
src/game/client/baseheightmap.cpp Outdated Show resolved Hide resolved
Copy link
Contributor

@xezon xezon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let us submit that.

@xezon xezon merged commit cfa005f into TheAssemblyArmada:develop Feb 10, 2024
7 checks passed
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.

4 participants