Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Implement typed dictionaries | Thaddeus Crews | 2024-09-17 | 1 | -0/+6 |
| | |||||
* | Add support for `PackedVector4Array` | David Snopek | 2024-05-06 | 1 | -0/+19 |
| | |||||
* | Switch to 64-bit ints. | bruvzg | 2024-01-10 | 1 | -20/+20 |
| | |||||
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -42/+42 |
| | |||||
* | Update array_set_typed() call to use GDExtensionVariantType instead of uint32_t | Jan Haller | 2023-02-09 | 1 | -1/+2 |
| | |||||
* | Update typed array API to match "GDScript: Fix typed arrays". | bruvzg | 2023-01-31 | 1 | -0/+4 |
| | |||||
* | Move Array:set_typed to internal GDExtension structure. | bruvzg | 2023-01-30 | 1 | -0/+4 |
| | |||||
* | 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 | -40/+40 |
| | | | | | | | | | | | | | 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 | ||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add ↵ | bruvzg | 2022-02-14 | 1 | -0/+72 |
| | | | | missing `CharString` method implementations. | ||||
* | Implementing dictionary operators | Bastiaan Olij | 2021-11-23 | 1 | -0/+11 |
| | |||||
* | Implement index operators for Arrays | Bastiaan Olij | 2021-11-12 | 1 | -0/+11 |
| | |||||
* | Rename interface to gdn_interface because it's a defined keyword under windows | Bastiaan Olij | 2021-10-28 | 1 | -18/+18 |
| | |||||
* | Fix formatting of files | George Marques | 2021-09-27 | 1 | -8/+38 |
| | |||||
* | Re-introduce build-in type code for core types | Bastiaan Olij | 2021-09-27 | 1 | -0/+97 |