Age | Commit message (Expand) | Author |
---|---|---|
2023-02-08 | GDExtension: array_set_typed() accepts enum instead of uint32_t | Jan Haller |
2023-02-08 | Use GDExtensionBool in GDExtension interface | Haoyu Qiu |
2023-02-07 | Expose `_err_print_error` with message parameter to GDExtension | Mikael Hermansson |
2023-02-06 | Remove unnecessary stdio.h from gdextension interface | Haoyu Qiu |
2023-01-31 | GDScript: Fix issues with typed arrays | Dmitrii Maganov |
2023-01-30 | Move Array:set_typed to internal GDExtension structure and unexposed it. | bruvzg |
2023-01-19 | Fix use of `bool` in extension header | Jan Haller |
2023-01-19 | [GDExtension] Expose some low level functions and String operators. | bruvzg |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-14 | Extension header: amend const correctness of `p_args` parameters | Jan Haller |
2022-12-13 | Improve logic around using Ref<T> with GDExtension virtual functions | Bastiaan Olij |
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière |