This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot-cpp
Watch
1
Star
0
Fork
0
You've already forked godot-cpp
mirror of
https://github.com/godotengine/godot-cpp.git
synced
2026-01-05 02:10:14 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
42a35a1852cec7dad37132836955bcd462409fc8
godot-cpp
/
include
/
godot_cpp
History
ruffenman
42a35a1852
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.
2024-10-14 20:33:20 -04:00
..
classes
removes warnings generated by GDCLASS usage
2024-08-08 02:46:28 +02:00
core
Implement typed dictionaries
2024-09-17 15:05:16 -05:00
templates
Fix GCC 14 -Wtemplate-id-cdtor warning
2024-08-25 07:55:58 +00: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.
2024-10-14 20:33:20 -04:00
godot.hpp
Implement typed dictionaries
2024-09-17 15:05:16 -05:00