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

Replace generic macros with math equivalents #1503

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

Conversation

Repiteo
Copy link
Contributor

@Repiteo Repiteo commented Jun 24, 2024

godot-cpp counterpart to godotengine/godot#91324

As this is already largely implemented on godot-cpp's side already, this isn't technically dependant on the aforementioned PR (though it does lift the internals & constexpr). Rather, this focuses on converting whatever remaining macro instances existed with their math equivalents, and labeling the macros as deprecated.

@Repiteo Repiteo added the enhancement This is an enhancement on the current functionality label Jun 24, 2024
@Repiteo Repiteo added this to the 4.x milestone Jun 24, 2024
@Repiteo Repiteo requested a review from a team as a code owner June 24, 2024 16:28
@AThousandShips AThousandShips added waiting for Godot This issue needs a Godot Engine improvement to be solved discussion labels Jun 24, 2024
@dsnopek
Copy link
Collaborator

dsnopek commented Jun 25, 2024

Thanks! This looks good at a first glance :-)

this isn't technically dependant on the aforementioned PR (though it does lift the internals & constexpr)

I'd still prefer to wait until the Godot PR is merged, so that we can be sure this PR is sync'd with the latest version of the code there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement This is an enhancement on the current functionality waiting for Godot This issue needs a Godot Engine improvement to be solved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants