summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Make *_operator_index in gdnative_interface not logging an error if called wi...Emmanuel Leblond2023-05-131-22/+66
|/
* GDExtension: array_set_typed() accepts enum instead of uint32_tJan Haller2023-02-081-2/+2
* Use GDExtensionBool in GDExtension interfaceHaoyu Qiu2023-02-081-6/+6
* Expose `_err_print_error` with message parameter to GDExtensionMikael Hermansson2023-02-071-6/+18
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-0/+7
* Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg2023-01-301-0/+8
* Fix use of `bool` in extension headerJan Haller2023-01-191-4/+4
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-0/+75
* 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-5/+5
* Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij2022-12-131-0/+22
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-0/+1083