summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension_interface.h
Commit message (Expand)AuthorAgeFilesLines
...
* Rework GDExtension interface from a struct to loading function pointersDavid Snopek2023-05-161-213/+1683
* Improve user-friendliness of "return value as function param" pattern in GDEx...Emmanuel Leblond2023-05-151-28/+49
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-0/+1
* GDExtension: array_set_typed() accepts enum instead of uint32_tJan Haller2023-02-081-1/+1
* Use GDExtensionBool in GDExtension interfaceHaoyu Qiu2023-02-081-6/+6
* Expose `_err_print_error` with message parameter to GDExtensionMikael Hermansson2023-02-071-3/+6
* Remove unnecessary stdio.h from gdextension interfaceHaoyu Qiu2023-02-061-1/+0
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-0/+1
* Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg2023-01-301-0/+1
* Fix use of `bool` in extension headerJan Haller2023-01-191-2/+2
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-0/+20
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-12/+12
* Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij2022-12-131-0/+7
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-0/+612