| Commit message (Expand) | Author | Age | Files | Lines |
* | GDExtension: Use ObjectID when creating custom callable | David Snopek | 2023-10-23 | 1 | -2/+2 |
* | Fix comment in gdextension_interface.h | Emmanuel Leblond | 2023-10-16 | 1 | -1/+4 |
* | expose Object::free_instance_binding to GDExtension | Ced Naru | 2023-10-04 | 1 | -0/+11 |
* | GDExtension: Don't deprecate old method of getting script category | David Snopek | 2023-10-02 | 1 | -1/+1 |
* | add GDExtensionScriptInstanceGetClassCategory | David Cambré | 2023-09-27 | 1 | -0/+3 |
* | Implement reloading of GDExtensions | David Snopek | 2023-09-25 | 1 | -0/+2 |
* | More precise documentation for GDExtension String constructors (bytes vs. cha... | Jan Haller | 2023-09-24 | 1 | -8/+8 |
* | GDExtension: construct StringName directly from char* | Jan Haller | 2023-09-24 | 1 | -0/+44 |
* | Add functions for non-ptr style virtual calls in GDExtension | Jeff Ward | 2023-09-19 | 1 | -4/+16 |
* | Merge pull request #79005 from maiself/gde-custom-callable | Rémi Verschelde | 2023-09-19 | 1 | -0/+69 |
|\ |
|
| * | Allow CallableCustom objects to be created from GDExtensions | Mai Lavelle | 2023-08-31 | 1 | -0/+69 |
* | | Merge pull request #81515 from dsnopek/gdextension-validate-property-object | Rémi Verschelde | 2023-09-11 | 1 | -0/+2 |
|\ \ |
|
| * | | Allow implementing `Object::_validate_property()` from GDExtension | David Snopek | 2023-09-10 | 1 | -0/+2 |
* | | | Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_interna... | Rémi Verschelde | 2023-09-11 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Allow GDExtension to register unexposed class. | Daylily-Zeleen | 2023-09-04 | 1 | -0/+1 |
* | | | Allow implementing `ScriptInstance::validate_property()` from GDExtension | David Snopek | 2023-09-04 | 1 | -0/+2 |
|/ / |
|
* / | GDExtension: fix `bool` unknown in C | Jan Haller | 2023-09-02 | 1 | -2/+2 |
|/ |
|
* | Fix Object::notification order | Markus Sauermann | 2023-08-30 | 1 | -4/+95 |
* | Expose PlaceHolderScriptInstance to GDExtension | Mai Lavelle | 2023-08-28 | 1 | -0/+31 |
* | Add get_script_instance to GDExtension | Jeff Ward | 2023-08-07 | 1 | -0/+13 |
* | Merge pull request #79156 from dsnopek/gdextension-string-resize | Yuri Sizov | 2023-07-27 | 1 | -0/+19 |
|\ |
|
| * | Allow resizing String's from GDExtension | David Snopek | 2023-07-26 | 1 | -0/+19 |
* | | Add support for indexed properties in GDExtension | Mikael Hermansson | 2023-07-21 | 1 | -0/+17 |
|/ |
|
* | GDExtension `@since` attribute | Jan Haller | 2023-06-21 | 1 | -0/+136 |
* | GDExtension: `Uninitialized*Ptr` for constructors/converters using placement new | Jan Haller | 2023-06-18 | 1 | -3/+3 |
* | Merge pull request #77010 from dsnopek/gdextension-editor-plugins | Rémi Verschelde | 2023-05-26 | 1 | -0/+20 |
|\ |
|
| * | Allow GDExtensions to add editor plugins | David Snopek | 2023-05-25 | 1 | -0/+20 |
* | | Add GDExtension function to get Object class name | David Snopek | 2023-05-22 | 1 | -0/+13 |
|/ |
|
* | Rework GDExtension interface from a struct to loading function pointers | David Snopek | 2023-05-16 | 1 | -213/+1683 |
* | Improve user-friendliness of "return value as function param" pattern in GDEx... | Emmanuel Leblond | 2023-05-15 | 1 | -28/+49 |
* | Add ValidatedCall to MethodBind | Juan Linietsky | 2023-04-30 | 1 | -0/+1 |
* | GDExtension: array_set_typed() accepts enum instead of uint32_t | Jan Haller | 2023-02-08 | 1 | -1/+1 |
* | Use GDExtensionBool in GDExtension interface | Haoyu Qiu | 2023-02-08 | 1 | -6/+6 |
* | Expose `_err_print_error` with message parameter to GDExtension | Mikael Hermansson | 2023-02-07 | 1 | -3/+6 |
* | Remove unnecessary stdio.h from gdextension interface | Haoyu Qiu | 2023-02-06 | 1 | -1/+0 |
* | GDScript: Fix issues with typed arrays | Dmitrii Maganov | 2023-01-31 | 1 | -0/+1 |
* | Move Array:set_typed to internal GDExtension structure and unexposed it. | bruvzg | 2023-01-30 | 1 | -0/+1 |
* | Fix use of `bool` in extension header | Jan Haller | 2023-01-19 | 1 | -2/+2 |
* | [GDExtension] Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 1 | -0/+20 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Extension header: amend const correctness of `p_args` parameters | Jan Haller | 2022-12-14 | 1 | -12/+12 |
* | Improve logic around using Ref<T> with GDExtension virtual functions | Bastiaan Olij | 2022-12-13 | 1 | -0/+7 |
* | Rename all gdnative occurences to gdextension | Gilles Roudière | 2022-12-12 | 1 | -0/+612 |