Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 1 | -3/+3 |
| | |||||
* | [Core] Improve `CowData` and `Memory` metadata alignment. | bruvzg | 2024-02-05 | 1 | -6/+6 |
| | |||||
* | [iOS] Fix building as static library or xcframework, add iOS config and ↵ | bruvzg | 2023-11-09 | 1 | -5/+6 |
| | | | | xcframework build script to the test project. | ||||
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-13 | 1 | -2/+2 |
| | |||||
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -4/+4 |
| | |||||
* | Fix incorrect memory allocation in release builds. | bruvzg | 2023-02-21 | 1 | -6/+53 |
| | | | | Co-authored-by: lightyears <lightyears1998@hotmail.com> | ||||
* | 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 | ||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Port a bunch of Godot container templates to GDExtension. | bruvzg | 2022-02-18 | 1 | -0/+13 |
| | |||||
* | Rename interface to gdn_interface because it's a defined keyword under windows | Bastiaan Olij | 2021-10-28 | 1 | -3/+3 |
| | |||||
* | Silence delete compile warning in memory.h/cpp on Windows | Bastiaan Olij | 2021-09-27 | 1 | -0/+19 |
| | |||||
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+53 |