godot-cpp
godot-cpp copied to clipboard
C++ bindings for the Godot script API
This adds an x86_64h slice, which can lead to improved performance (at the cost of binary size). It will be selected automatically on all post-2013 macs, if compiled. Pre 2013...
### Godot version 4.4.stable ### godot-cpp version 4d8c05f405929480ef2eed7300447c4647da2d6f ### System information macOS 14.6.1 ### Issue description In the core engine, NodePath has the following constructors: ```cpp NodePath(const Vector &p_path, bool...
### Godot version 4.3 stable ### godot-cpp version 4.3 stable, f398ebb ### System information Windows 10 x64 ### Issue description GDExtension version of the ClassDB class is missing the following...
Allows binary searches on `const Vector` values. This matches `const Array`. See https://github.com/godotengine/godot/pull/90341
Fix [1729](https://github.com/godotengine/godot-cpp/issues/1729) Tested on Linux only. Note: I didn't manage to remove the ar command print in non verbose builds.  To reproduce/test: - make sure the/path/to/godot-cpp is long enough...
### Godot version Godot 4.4 beta 4 ### godot-cpp version master ### System information Fedora Kinoite 41 ### Issue description After compiling any part of the code, every public code...
### Godot version Godot 4.4-beta3 ### godot-cpp version master ### System information Linux Fedora Kinoite 41, AMD Ryzen 7 5700G ### Issue description Get garbage values from a enum. ###...
### godot-cpp version 27ffd8c6be614b283b1228c3f8476db25070c00f ### System information Windows 11, Msys2/clang64 ### Issue description Compiling for Windows on Windows using the MSys2/clang64 environment shell. Using compile command: `scons verbose=yes use_mingw=yes use_llvm=yes`...
We recently found in [a discussion](https://github.com/godotengine/godot-cpp/pull/1613) that godot-cpp arch build behavior does not match Godot upstream. In particular, godot-cpp [defaults to building universal binaries](https://github.com/godotengine/godot-cpp/blob/master/tools/godotcpp.py#L410) ([which passes the appropriate flags to...