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

Clean up Image #98084

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Clean up Image #98084

merged 1 commit into from
Nov 12, 2024

Conversation

BlueCube3310
Copy link
Contributor

This PR attempts to clean up the Image class by doing the following:

  • Removing unnecessary comments,
  • Grouping together similar parts of the code, which used to be scattered around the files,
  • Moving some never used inline functions from public to private,
  • Moving function definitions to the .cpp file.

Copy link
Member

@AThousandShips AThousandShips 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 otherwise, I thin this is a worthwhile change even though noisy

Copy link
Member

@clayjohn clayjohn left a comment

Choose a reason for hiding this comment

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

Very nice cleanup!

@clayjohn clayjohn modified the milestones: 4.x, 4.4 Nov 12, 2024
@Repiteo Repiteo merged commit d3c8e4e into godotengine:master Nov 12, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 12, 2024

Thanks!

@BlueCube3310 BlueCube3310 deleted the image-cleanup-v2 branch November 16, 2024 13:29
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