summaryrefslogtreecommitdiff
path: root/core/extension/gdextension_interface.h
AgeCommit message (Expand)Author
2023-02-08GDExtension: array_set_typed() accepts enum instead of uint32_tJan Haller
2023-02-08Use GDExtensionBool in GDExtension interfaceHaoyu Qiu
2023-02-07Expose `_err_print_error` with message parameter to GDExtensionMikael Hermansson
2023-02-06Remove unnecessary stdio.h from gdextension interfaceHaoyu Qiu
2023-01-31GDScript: Fix issues with typed arraysDmitrii Maganov
2023-01-30Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg
2023-01-19Fix use of `bool` in extension headerJan Haller
2023-01-19[GDExtension] Expose some low level functions and String operators.bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-14Extension header: amend const correctness of `p_args` parametersJan Haller
2022-12-13Improve logic around using Ref<T> with GDExtension virtual functionsBastiaan Olij
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière