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

Add scaling features to additional bitmap drawing methods #6487

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

Conversation

MjnMixael
Copy link
Contributor

@MjnMixael MjnMixael commented Dec 24, 2024

This PR adds scaling and mirror parameters to a few more bitmap drawing methods. These are required for the upcoming HUD Config overhaul.

I also took the opportunity to document what the parameters of some of these functions do after I spent a lot of time figuring it out the hard way.

@MjnMixael MjnMixael added this to the Release 25.0 milestone Dec 24, 2024
@MjnMixael MjnMixael force-pushed the hud_config_render_features branch from 2aefac9 to a34b09c Compare December 24, 2024 05:38
@wookieejedi wookieejedi added enhancement A new feature or upgrade of an existing feature to add additional functionality. cleanup A modification or rewrite of code to make it more understandable or easier to maintain. graphics A feature or issue related to graphics (2d and 3d) labels Dec 24, 2024
@wookieejedi
Copy link
Member

Overall looks very straightforward. Just to check, adding scale_factor to all these functions was efficient than using any other existing scaling methods?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup A modification or rewrite of code to make it more understandable or easier to maintain. enhancement A new feature or upgrade of an existing feature to add additional functionality. graphics A feature or issue related to graphics (2d and 3d)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants