Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Fix missing type info for PackedVector4Array | Aaron Franke | 2024-08-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1405 from dsnopek/fix-null-object-arguments | David Snopek | 2024-04-29 | 1 | -4/+4 |
|\ | | | | | Correctly handle `Object *` arguments that were encoded as `nullptr` | ||||
| * | Correctly handle `Object *` arguments that were encoded as `nullptr` | David Snopek | 2024-04-08 | 1 | -4/+4 |
| | | |||||
* | | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-10 | 1 | -3/+3 |
|/ | |||||
* | Ensure that PtrToArg specializations for native structs are used | David Snopek | 2023-08-15 | 1 | -0/+2 |
| | |||||
* | Revert the changes from PR #1044 and #1045 and standardize on `Object **` ↵ | David Snopek | 2023-06-07 | 1 | -2/+2 |
| | | | | encoding in ptrcall | ||||
* | Ensure GDExtension class is the correct type for the Godot engine class | David Snopek | 2023-05-16 | 1 | -6/+3 |
| | |||||
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -2/+2 |
| | |||||
* | Fix PtrToArg<Object*> crash | Zhehang Ding | 2023-03-30 | 1 | -2/+6 |
| | |||||
* | 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 | -2/+2 |
| | | | | | | | | | | | | | 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 cast on PtrToArg::convert | Emmanuel Leblond | 2022-12-05 | 1 | -2/+2 |
| | |||||
* | Fix const qualifier for parameters in GDExtension api functions | Emmanuel Leblond | 2022-12-03 | 1 | -31/+31 |
| | |||||
* | Add missing bindings for GDNativePtr<void>. | Fabio Alessandrelli | 2022-10-20 | 1 | -0/+1 |
| | |||||
* | Run scripts to format and make headers consistent | Aaron Franke | 2022-10-09 | 1 | -3/+3 |
| | |||||
* | Merge pull request #677 from lukas-toenne/fix_object_ptr_args | Fabio Alessandrelli | 2022-07-29 | 1 | -2/+2 |
|\ | | | | | Fixed pointer indirection in the PtrToArg template for Object arguments. | ||||
| * | Fixed pointer indirection in the PtrToArg template for Object arguments. | Lukas Tönne | 2022-01-02 | 1 | -2/+2 |
| | | |||||
* | | Add bindings for Vector4, Vector4i, Projection built-in types. | bruvzg | 2022-07-21 | 1 | -0/+3 |
| | | |||||
* | | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | | |||||
* | | Fix "const" NativePtr binds. | bruvzg | 2022-02-16 | 1 | -21/+21 |
|/ | |||||
* | Rename interface to gdn_interface because it's a defined keyword under windows | Bastiaan Olij | 2021-10-28 | 1 | -2/+2 |
| | |||||
* | Add pointers support for virtual methods. | Fabio Alessandrelli | 2021-09-27 | 1 | -0/+41 |
| | | | | | As introduced in godot for virtual methods. Custom structs are not yet supported. | ||||
* | Fix encoding/decoding of null objects. | Fabio Alessandrelli | 2021-09-27 | 1 | -2/+2 |
| | |||||
* | Fix binding of function that takes Object * parameters. | Fabio Alessandrelli | 2021-09-27 | 1 | -2/+2 |
| | |||||
* | Fix PtrToArg encoding for `Object *`. | Fabio Alessandrelli | 2021-09-27 | 1 | -2/+2 |
| | | | | | It didn't set the return value at all, changing the local value instead. Now instead correctly sets it as a generic pointer type from `_owner`. | ||||
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+189 |