Age | Commit message (Expand) | Author |
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 |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-29 | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-13 | Merge pull request #60093 from TokageItLab/reset-blend | Rémi Verschelde |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-04-10 | Make blend animation to use ResetTrack as default value | Silc 'Tokage' Renew |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-03-28 | Merge pull request #59553 from reduz/script-extension-support | Rémi Verschelde |
2022-03-27 | GDExtension: change to_string signature to accept GDNativeStringPtr instead o... | Jan Haller |
2022-03-27 | Add GDExtension support to Script | reduz |
2022-03-22 | Add static method support to ClassDB | reduz |
2022-03-15 | Create GDExtension clases for PhysicsServer3D | reduz |
2022-03-10 | Discern between virtual and abstract class bindings | reduz |
2022-03-09 | Remove VARIANT_ARG* macros | reduz |
2022-02-28 | Reorder native extension types initialization, initializing editor last | Gilles Roudière |
2022-02-22 | Merge pull request #58331 from poiati/fix-extension-registration-order-2 | Rémi Verschelde |
2022-02-20 | Fix extension registration order. | Paulo Poiati |
2022-02-20 | Resolving suggestions on comment formatting. | Anish Bhobe |
2022-02-20 | Fixing iteration for extension level loading. | Anish Bhobe |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-23 | If a gdextension library filepath is an absolute path do not attempt to appen... | Bradley Clemetson |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-30 | Change gdnative interface so that Godot object initialization should be trigg... | Gilles Roudière |
2021-11-22 | [GDExtension] Implement missing Dictionary index operators. | bruvzg |
2021-11-17 | Fix array access in gdextensions | Bastiaan Olij |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-07 | Add typedef to GDNativeInstanceBindingCallbacks | Colin Kinloch |