summaryrefslogtreecommitdiffstats
path: root/core/extension/gdnative_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1083/+0
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-021-67/+67
* Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-30/+39
* Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg2022-09-291-3/+3
* Fix hash mismatch error print in gdextension's gdnative_classdb_get_method_bindEmmanuel Leblond2022-09-211-1/+1
* Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-24/+0
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+12
* [GDExtension] Expose Variant, NodePath and StringName hash functions.bruvzg2022-06-061-0/+12
* Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-291-0/+2
* Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew2022-04-101-0/+8
* Add GDExtension support to Scriptreduz2022-03-271-0/+12
* Create GDExtension clases for PhysicsServer3Dreduz2022-03-151-0/+6
* Remove VARIANT_ARG* macrosreduz2022-03-091-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-301-18/+12
* [GDExtension] Implement missing Dictionary index operators.bruvzg2021-11-221-0/+17
* Fix array access in gdextensionsBastiaan Olij2021-11-171-2/+2
* Implement toast notifications in the editorGilles Roudière2021-10-141-3/+3
* [ClassDB] Unify construct/extension retrieval.Fabio Alessandrelli2021-09-221-13/+7
* [Core] Add ClassDB functions to retrieve/construct extensions.Fabio Alessandrelli2021-09-221-0/+14
* Merge pull request #52739 from BastiaanOlij/gdextension_array_indexRémi Verschelde2021-09-161-0/+15
|\
| * Add GD extensions operator functions for arraysBastiaan Olij2021-09-161-0/+15
* | Add property group and subgroup registration to extensionsBastiaan Olij2021-09-161-0/+2
|/
* Add functions for access members by index on packed array objectsBastiaan Olij2021-09-021-0/+136
* A few fixes in the extension C APIGeorge Marques2021-08-171-1/+18
* Refactors the memnew_placement.AndreaCatania2021-08-131-13/+11
* Improve extension systemGeorge Marques2021-08-051-6/+170
* Fix dead code in `gdnative_interface.cpp`Nicholas Huelin2021-07-251-1/+2
* Redo how instance bindings workreduz2021-07-081-0/+6
* Implement native extension systemreduz2021-06-251-0/+688