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

Rename godot-headers to gdextension, move header to top folder #960

Conversation

akien-mga
Copy link
Member

Changes the <godot/gdextension_interface.h> include to simply <gdextension_interface.h>.

Refactor and better document the SCons and CMake logic around setting the paths to the header and API JSON file.

@akien-mga akien-mga added breaks compat topic:buildsystem Related to the buildsystem or CI setup labels Dec 13, 2022
@akien-mga akien-mga requested a review from a team as a code owner December 13, 2022 23:42
Copy link
Member

@groud groud left a comment

Choose a reason for hiding this comment

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

Haven't tested but seems fine!

Changes the `<godot/gdextension_interface.h>` include to simply
`<gdextension_interface.h>`.

Refactor and better document the SCons and CMake logic around setting
the paths to the header and API JSON file.
@akien-mga akien-mga force-pushed the godot-headers-is-dead-long-live-godot-headers branch from 1b5bfe3 to bab247d Compare December 14, 2022 11:37
@akien-mga akien-mga merged commit a0b0560 into godotengine:master Dec 14, 2022
@akien-mga akien-mga deleted the godot-headers-is-dead-long-live-godot-headers branch December 14, 2022 13:09
akien-mga added a commit to akien-mga/godot that referenced this pull request Dec 14, 2022
Follow-up to godotengine/godot-cpp#960.

Fix exit code for --dump-extension-api and --dump-gdextension-interface.

Removed the planned API validation step as we still didn't implement
anything, and maintaining a stub isn't useful.
rohanrhu pushed a commit to rohanrhu/godot that referenced this pull request Dec 28, 2022
Follow-up to godotengine/godot-cpp#960.

Fix exit code for --dump-extension-api and --dump-gdextension-interface.

Removed the planned API validation step as we still didn't implement
anything, and maintaining a stub isn't useful.
rohanrhu pushed a commit to rohanrhu/godot that referenced this pull request Dec 28, 2022
Follow-up to godotengine/godot-cpp#960.

Fix exit code for --dump-extension-api and --dump-gdextension-interface.

Removed the planned API validation step as we still didn't implement
anything, and maintaining a stub isn't useful.
Streq pushed a commit to Streq/godot that referenced this pull request Feb 9, 2023
Follow-up to godotengine/godot-cpp#960.

Fix exit code for --dump-extension-api and --dump-gdextension-interface.

Removed the planned API validation step as we still didn't implement
anything, and maintaining a stub isn't useful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaks compat topic:buildsystem Related to the buildsystem or CI setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants