godot-cpp/include/godot_cpp
ruffenman c532b919df Remove unimplemented static variant functions 'blend' and 'interpolate'. If a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here.
(cherry picked from commit 42a35a1852)
2025-01-27 15:54:17 -06:00
..
classes Don't print an error when decoding a null Ref<T> 2025-01-27 15:53:44 -06:00
core Use namespace in defs.hpp 2025-01-27 15:53:56 -06:00
templates Fix GCC 14 -Wtemplate-id-cdtor warning 2024-09-03 17:16:17 -05:00
variant Remove unimplemented static variant functions 'blend' and 'interpolate'. If a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here. 2025-01-27 15:54:17 -06:00
godot.hpp Clean up instance bindings for engine singletons to prevent crash 2024-05-17 16:40:13 -05:00