Age | Commit message (Expand) | Author |
2022-11-16 | Extension header: fix typos, documentation and member order | Jan Haller |
2022-11-12 | Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func... | Emmanuel Leblond |
2022-11-08 | Use StringName in the whole GDExtension API instead of const char * | Emmanuel Leblond |
2022-11-08 | Uses `StringName` in GDExtension perf critical instance creation & method/pro... | Emmanuel Leblond |
2022-11-07 | GDExtension: Ensure newline at EOF | Rémi Verschelde |
2022-10-31 | Merge pull request #67309 from groud/implement_gdnative_interface_h_dump | Rémi Verschelde |
2022-10-16 | GDExtension: add support for abstract and virtual classes | Ricardo Buring |
2022-10-13 | Merge pull request #67138 from touilleMan/gdextension-typed-enum-in-struct | Rémi Verschelde |
2022-10-13 | Implement a way to dump the gdnative_interface.h file from the executable | Gilles Roudière |
2022-10-10 | Fix extension_api.json Variant types incorrectly displayed as `Nil` | Emmanuel Leblond |
2022-10-10 | Remove unused `GDNativeExtensionClassObjectInstance` type def from GDExtension | Emmanuel Leblond |
2022-10-09 | Use enum type in GDExtension info structs for better readability | Emmanuel Leblond |
2022-09-29 | Use `constexpr` in the conditions with template parameters and `sizeof`s to s... | bruvzg |
2022-09-28 | [GDExtension] Use function names with underscore for TextServer extension, ad... | bruvzg |
2022-09-23 | Merge pull request #65817 from bruvzg/typed_array | Rémi Verschelde |
2022-09-22 | [GDExtension] Implement support for typed arrays. | bruvzg |
2022-09-22 | Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1 | Rémi Verschelde |
2022-09-21 | Merge pull request #66181 from touilleMan/extension_api_dump-correct-keyed | Rémi Verschelde |
2022-09-21 | Fix hash mismatch error print in gdextension's gdnative_classdb_get_method_bind | Emmanuel Leblond |
2022-09-21 | Fix is_keyed param in extension_api.json | Emmanuel Leblond |
2022-09-15 | Move some methods to Animation from Variant for refactoring | Silc Renew |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-23 | Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdent... | Rémi Verschelde |
2022-08-22 | Ignore fake properties in classes when generating extension_api.json | Emmanuel Leblond |
2022-08-21 | Add missing Projection's members offsets to gdextension_api.json | Emmanuel Leblond |
2022-08-18 | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov |
2022-08-08 | Print expected `os.arch` tuple for current platform in GDExtension error | Hugo Locurcio |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-16 | Changed bool to GdNativeBool | basta |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg |
2022-07-12 | Remove unused hints | kobewi |
2022-07-05 | Implement a BitField hint | reduz |
2022-06-29 | GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI... | Jan Haller |
2022-06-27 | Add a const call mode to Object, Variant and Script. | K. S. Ernest (iFire) Lee |
2022-06-23 | Add core types enums description to extension api json | Pierre-Thomas Meisels |
2022-06-19 | GDExtension: print error messages for different error paths during loading | Jan Haller |
2022-06-17 | Make enum/constant binds 64-bit. | bruvzg |
2022-06-12 | Fix NativeExtension::open_library return value when the undelying lib fails t... | Emmanuel Leblond |
2022-06-06 | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-11 | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky |
2022-05-10 | Merge pull request #55876 from bradc6/feature/AllowForAbsoluteLibraryPaths | Rémi Verschelde |
2022-05-08 | Merge pull request #60886 from touilleMan/gdextension-header-duplicated-GDNat... | Rémi Verschelde |
2022-05-08 | Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnati... | Emmanuel Leblond |
2022-05-08 | Fix extension_api.json builtin_class_member_offsets member names for Color | Emmanuel Leblond |
2022-05-06 | [GDExtension] Fix static method binds and default arguments. | bruvzg |
2022-05-04 | Merge pull request #60723 from reduz/refactor-module-initialization | Rémi Verschelde |
2022-05-04 | Refactor module initialization | reduz |
2022-05-03 | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde |