godot-cpp/include/godot_cpp
Adam Scott 5c262844ad
Fix Clang deprecated builtins
It seems that Clang and GCC have different interpretations of certain
builtins. So this PR uses std <type_traits> functions just as cowdata.h
does in the godot project.
2023-08-15 18:50:47 -04:00
..
classes Don't call parent _get_property_list when a class doesn't define it. 2023-07-26 20:12:25 +01:00
core Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent 2023-07-26 15:31:15 -05:00
templates Fix Clang deprecated builtins 2023-08-15 18:50:47 -04:00
variant Attempt to fully implement CharString 2023-06-22 21:03:30 -05:00
godot.hpp Implement `String::resize()` 2023-07-31 15:14:10 -05:00