I'm encountering issues with pointer deallocation when using C++ with GDExtension in Godot 4.4.
|
|
1
|
11
|
March 26, 2025
|
Is it possible to build GDExtension with the engine rather than as a dll?
|
|
1
|
25
|
March 18, 2025
|
How to specify custom constructor for C++ created classes
|
|
2
|
59
|
March 17, 2025
|
C# bindings for custom c++ modules not appearing in IDE
|
|
0
|
10
|
March 11, 2025
|
How to get local collision point coordinates if using PhysicsServer?
|
|
1
|
12
|
March 4, 2025
|
GDExtension C++ - managing RefCounted pointers
|
|
5
|
86
|
February 28, 2025
|
Hot reloading a GDExtension with a custom ScriptLanguageExtension crashes the editor
|
|
0
|
26
|
February 26, 2025
|
How can i receive and send rpc calls to another program to godot?
|
|
1
|
50
|
February 23, 2025
|
A minimal project with CMake?
|
|
0
|
17
|
February 21, 2025
|
Override static method defined in C++
|
|
0
|
21
|
February 19, 2025
|
GDExtension not working with custom STL container
|
|
5
|
67
|
February 19, 2025
|
Initializing already initialized RID
|
|
2
|
173
|
February 14, 2025
|
Some breakpoints work while others don’t when compiling in debug mode with VS C++
|
|
2
|
28
|
February 9, 2025
|
Image object initialization dose not behave as expected
|
|
2
|
11
|
February 2, 2025
|
How to handle await from GDScript override in Cpp
|
|
1
|
29
|
January 26, 2025
|
Static method from C++ class not being seen from GDScript class that extends it
|
|
0
|
48
|
January 26, 2025
|
What is an alternative way to print to the console in C++ while debugging?
|
|
0
|
56
|
January 25, 2025
|
Can I wire an Editor Timer's timeout callback to a C++ method?
|
|
4
|
46
|
January 25, 2025
|
Override _process/_physics_process while in C++ module
|
|
2
|
52
|
January 24, 2025
|
Game as c++ engine module? Node inheritance and lifecycle
|
|
7
|
149
|
January 23, 2025
|
Compilation error in windows VSC++
|
|
5
|
21
|
January 23, 2025
|
How to connect in c++ signal to method not using GD script
|
|
2
|
466
|
January 23, 2025
|
Can I use godot-cpp 4.3 with Godot 4.4 build 7?
|
|
4
|
63
|
January 13, 2025
|
TileMapLayer's set_cell() not working properly from GDExtension.
|
|
0
|
31
|
January 8, 2025
|
How to let the root (node) type of inherited scene be a derived gdextension class
|
|
0
|
43
|
January 3, 2025
|
How to enable or disable inspector ui within godot-cpp?
|
|
0
|
17
|
January 1, 2025
|
Binding boost to custom module
|
|
0
|
28
|
December 27, 2024
|
What does Scons do during a double precision build?
|
|
4
|
74
|
December 22, 2024
|
I’m looking for ways to embed Godot into native desktop Windows applications, frameworks, or the native Windows API
|
|
2
|
148
|
December 19, 2024
|
Singleton in C++ and life cicle methods.
|
|
0
|
44
|
December 19, 2024
|