virtualx-engine/core/extension
Jan Haller 618507eb89 GDExtension: Uninitialized*Ptr for constructors/converters using placement new
These methods construct their destination in-place, but the parameters are not declared using the `Uninitialized*Ptr` pointer types.
2023-06-18 23:14:10 +02:00
..
extension_api_dump.cpp Update extension api validation 2023-05-24 18:51:33 +02:00
extension_api_dump.h Add a backwards-compatibility system for GDExtension method 2023-05-15 12:05:40 +02:00
gdextension.cpp Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
gdextension.h Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
gdextension_interface.cpp Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
gdextension_interface.h GDExtension: Uninitialized*Ptr for constructors/converters using placement new 2023-06-18 23:14:10 +02:00
gdextension_manager.cpp Add support for icons in GDExtension classes 2023-03-31 21:39:02 +02:00
gdextension_manager.h Add support for icons in GDExtension classes 2023-03-31 21:39:02 +02:00
make_interface_dumper.py Compress embedded GDExtension interface 2023-05-16 22:16:45 +02:00
make_wrappers.py [GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions. 2022-09-28 10:04:11 +03:00
SCsub Rename all gdnative occurences to gdextension 2022-12-12 11:04:57 +01:00