Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Update for new NOTIFICATION_POSTINITIALIZE handling | David Snopek | 2024-10-29 | 1 | -4/+4 |
| | |||||
* | Avoid `thread_local` on MacOS to prevent issues with hot reload | David Snopek | 2024-10-17 | 1 | -3/+12 |
| | |||||
* | Correctly set instance bindings on reload | David Snopek | 2024-09-17 | 1 | -18/+11 |
| | |||||
* | Remind developers about `memnew()` in crash message when missing binding ↵ | David Snopek | 2024-06-27 | 1 | -2/+1 |
| | | | | callbacks | ||||
* | Set instance and instance binding in Wrapped constructor. | Daylily-Zeleen | 2024-05-28 | 1 | -7/+18 |
| | |||||
* | Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class | David Snopek | 2024-04-24 | 1 | -4/+1 |
| | |||||
* | Send NOTIFICATION_POSTINITIALIZE to extension classes | David Snopek | 2023-11-29 | 1 | -0/+6 |
| | |||||
* | Automatically register only engine classes whose header has been included | David Snopek | 2023-10-16 | 1 | -0/+25 |
| | |||||
* | Changes necessary for hot reload to work | David Snopek | 2023-09-25 | 1 | -0/+19 |
| | |||||
* | Don't call parent _get_property_list when a class doesn't define it. | Marc Gilleron | 2023-07-26 | 1 | -0/+29 |
| | | | | | | Godot is already supposed to call _get_property_list of parent classes, so this binding function must really only return procedural properties of the class it belongs to, and not parent or child classes. | ||||
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -3/+3 |
| | |||||
* | 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 | -3/+3 |
| | | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension -> Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION -> EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | ||||
* | Fix const qualifier for parameters in GDExtension api functions | Emmanuel Leblond | 2022-12-03 | 1 | -6/+2 |
| | |||||
* | Use StringName in the whole GDExtension API instead of const char * | Emmanuel Leblond | 2022-11-08 | 1 | -4/+8 |
| | |||||
* | Uses `StringName` in GDExtension perf critical instance creation & ↵ | Emmanuel Leblond | 2022-11-08 | 1 | -5/+5 |
| | | | | method/properties setter/getter | ||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Fix object_set_instance being wrongly called for built-in wrapped classes | Gilles Roudière | 2021-12-06 | 1 | -1/+8 |
| | |||||
* | Make extension instances create the corresponding godot object in their ↵ | Gilles Roudière | 2021-12-03 | 1 | -0/+56 |
constructor |