godot-cpp
godot-cpp copied to clipboard
C++ bindings for the Godot script API
### Godot version - ### godot-cpp version 2ffff669f557351e85423e9edbc7a0e6520b613e ### System information Arch Linux ### Issue description Commit introduces ~X3 compilation time. ### Steps to reproduce Bisected from master, benchmarked with...
Follow-up of https://github.com/godotengine/godot/pull/97487#pullrequestreview-2331113052 Fixes #1608 As mentioned, a discussion could be had about just removing the 'components' alias, but I think there's no harm just using deprecations as is usually...
### Tested versions - 4.3.stable ### System information Windows 11 ### Issue description I found that the `module_Variant` method for the `String` type in **GDExtension** did not return the correct...
This PR builds on https://github.com/godotengine/godot-cpp/pull/1595 In this PR, I hope to consolidate all the existing code into one style so that we can start adding things that exist in the...
Hello! The following commands will produce an error while attempting to generate the bindings with Python: ``` git clone https://github.com/godotengine/godot-cpp.git cd godot-cpp git checkout master mkdir build cd build cmake...
### Issue description When attempting to build the test project for this using CMake it fails do to looking for the godot-cpp library file Output when attempting to build test...
Probably related to #967 While adding godot-cpp 4.0 to [xmake-repo](https://github.com/xmake-io/xmake-repo) the builds for mingw/x86_64 on MSYS2 failed with seemingly no error output: ```console ... g++ -o gen/src/classes/physics_test_motion_result2d.windows.template_release.x86_64.o -c -std=c++17 -O3...
### Godot version all versions since at least 3 years ago (it's as far back as I looked) ### godot-cpp version all versions since at least 3 years ago ###...
### Godot version master, b6223c0df0300ba2db17b5742c349f13c33f8884 ### godot-cpp version master, d47758910428242169ebe59329b449edf16036e0 ### System information macOS Sonoma 14.6.1, M3 Max ### Issue description I had to add this in my cmake to...
### Godot version Godot 4.3-stable ### godot-cpp version master b93d6e887e98d5f55e77883950032da9675c405d ### System information macOS 14.6.1 arm64 ### Issue description ```cpp print_line("test"); ``` This line compiles in engine code, but does...