This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot-cpp-double
Watch
1
Star
0
Fork
0
You've already forked godot-cpp-double
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6a47a28c7206c2f19420e39e4f9e09d991752b8
godot-cpp-double
/
include
/
godot_cpp
History
ruffenman
d6a47a28c7
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-28 10:37:36 -06:00
..
classes
Don't print an error when decoding a null Ref<T>
2025-01-28 10:37:36 -06:00
core
Use namespace in defs.hpp
2025-01-28 10:37:36 -06:00
templates
Fix GCC 14 -Wtemplate-id-cdtor warning
2024-09-03 16:35:31 -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-28 10:37:36 -06:00
godot.hpp
[TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API.
2024-06-13 18:57:24 +03:00