Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
* | Fix warnings emitted with -Wall | Richard Hozák | 2024-06-02 | 1 | -1/+1 |
* | Implement to/from dict helpers for PropertyInfo/MethodInfo | Chris Cranford | 2024-04-20 | 1 | -0/+58 |
* | Identifiers containing double underscore are reserved according to the C++ st... | Andy Maloney | 2023-06-15 | 1 | -1/+1 |
* | Ensure GDExtension class is the correct type for the Godot engine class | David Snopek | 2023-05-16 | 1 | -0/+30 |
* | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+29 |
* | Rename GDNative to GDExtension | Gilles Roudière | 2022-12-12 | 1 | -5/+5 |
* | Use StringName in the whole GDExtension API instead of const char * | Emmanuel Leblond | 2022-11-08 | 1 | -3/+3 |
* | [Method Bind] Add support for default argument values and static method bindi... | bruvzg | 2022-05-06 | 1 | -5/+5 |
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+54 |