godot-cpp icon indicating copy to clipboard operation
godot-cpp copied to clipboard

C++ bindings for the Godot script API

Results 330 godot-cpp issues
Sort by recently updated
recently updated
newest added

### Tested versions Reproducible with Godot 4.4 Not reproducible with Godot 4.3 ### System information Godot v4.4.1.rc (afaa0cd4b) - Ubuntu 22.04.5 LTS 22.04 on X11 - X11 display driver, Multi-window,...

bug
needs testing
topic:buildsystem
topic:gdextension

Supersedes #1439 - it's basically just a rebase. It compiles, but I haven't checked if it does what it says it does (allow godot-cpp to be included from elsewhere).

enhancement
topic:buildsystem

In GDScript you can do the following to iterate over an array: ``` things = [1,2,3,4,5] for x in things: # do something with x pass ``` C++11 added support...

enhancement

### Godot version 4.3.stable ### godot-cpp version 4.3.stable ### System information MacOS, m1 pro ### Issue description Properties registered with gdextension disappear in editor's inspector on rebuild gdextension with hot...

platform:macos

### Godot version 3.6-stable ### godot-cpp version 3.x ### System information N/A ### Issue description There doesn't seem to be an appropriate release/tag/branch to target for the most recent 3.x...

### Godot version v4.3.1.rc.custom_build [b51be503c] ### godot-cpp version 4.3.stable ### System information Fedora 41 ### Issue description In order to make certain constants faster for comparison, I made static arrays...

### Godot version 4.4 ### godot-cpp version 27ffd8c6be614b283b1228c3f8476db25070c00f ### System information Windows, 64-bit, MSVC ### Issue description I started using a build_profile restricting classes to the following: ```json { "enabled_classes":...

bug
topic:buildsystem

### Godot version 4.4.dev4.official.36e6207bb ### godot-cpp version 5255034fb0c8914da22b80209a3085be33742776 ### System information tried in both Chrome Stable and Firefox-ESR; wasm was compiled on debian trixie and ubuntu noble ### Issue description...

bug
platform:web

### Godot version 4.4 (master) ### godot-cpp version 4.4 (c20a84e483ec61c77e5903cb4a139f6875e28a3b) ### System information macOS ### Issue description > Can you explain in more detail the problem you were having? I've...

enhancement
topic:buildsystem

### Godot version 4.3 ### godot-cpp version 4.3 ### System information Linux manjaro ### Issue description Resource::get_rid is not exposed as virtual, and that make it impossible to create a...

bug