summaryrefslogtreecommitdiff
path: root/core/extension/gdnative_interface.cpp
AgeCommit message (Expand)Author
2022-12-02Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond
2022-11-08Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg
2022-09-21Fix hash mismatch error print in gdextension's gdnative_classdb_get_method_bindEmmanuel Leblond
2022-09-15Move some methods to Animation from Variant for refactoringSilc Renew
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-06-06[GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-10Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew
2022-03-27Add GDExtension support to Scriptreduz
2022-03-15Create GDExtension clases for PhysicsServer3Dreduz
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-30Change 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-17Fix array access in gdextensionsBastiaan Olij
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-09-22[ClassDB] Unify construct/extension retrieval.Fabio Alessandrelli
2021-09-22[Core] Add ClassDB functions to retrieve/construct extensions.Fabio Alessandrelli
2021-09-16Merge pull request #52739 from BastiaanOlij/gdextension_array_indexRémi Verschelde
2021-09-16Add GD extensions operator functions for arraysBastiaan Olij
2021-09-16Add property group and subgroup registration to extensionsBastiaan Olij
2021-09-02Add functions for access members by index on packed array objectsBastiaan Olij
2021-08-17A few fixes in the extension C APIGeorge Marques
2021-08-13Refactors the memnew_placement.AndreaCatania
2021-08-05Improve extension systemGeorge Marques
2021-07-25Fix dead code in `gdnative_interface.cpp`Nicholas Huelin
2021-07-08Redo how instance bindings workreduz
2021-06-25Implement native extension systemreduz