mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rename all gdnative occurences to gdextension
This commit is contained in:
commit
f1edd03d4c
66 changed files with 2191 additions and 2192 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -118,13 +118,12 @@ doc_classes/* @godotengine/documentation
|
|||
|
||||
## Text
|
||||
/modules/freetype/ @godotengine/buildsystem
|
||||
/modules/gdnative/text/ @godotengine/gui-nodes
|
||||
/modules/text_server_adv/ @godotengine/gui-nodes
|
||||
/modules/text_server_fb/ @godotengine/gui-nodes
|
||||
|
||||
## XR
|
||||
/modules/camera/ @godotengine/xr
|
||||
/modules/gdnative/xr/ @godotengine/xr
|
||||
/modules/gdextension/xr/ @godotengine/xr
|
||||
/modules/mobile_vr/ @godotengine/xr
|
||||
/modules/webxr/ @godotengine/xr
|
||||
|
||||
|
|
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
|
@ -211,7 +211,7 @@ jobs:
|
|||
if: ${{ matrix.godot-cpp-test }}
|
||||
run: |
|
||||
cp -f extension_api.json godot-cpp/godot-headers/
|
||||
cp -f core/extension/gdnative_interface.h godot-cpp/godot-headers/godot/
|
||||
cp -f core/extension/gdextension_interface.h godot-cpp/godot-headers/godot/
|
||||
|
||||
# Build godot-cpp test extension
|
||||
- name: Build godot-cpp test extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue