Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-10 | 1 | -1/+1 |
| | |||||
* | 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 | -4/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | Run scripts to format and make headers consistent | Aaron Franke | 2022-10-09 | 1 | -3/+3 |
| | |||||
* | Use struct instead of class for core structures | Aaron Franke | 2022-10-05 | 1 | -0/+4 |
| | |||||
* | Add support for `_notification`, `_set`, `_get`, `_get_property_list`, ↵ | bruvzg | 2022-08-22 | 1 | -0/+1 |
| | | | | `_property_can_revert`, `_property_get_revert`, and `_to_string` methods. | ||||
* | Fix GDN_EXPORT define with mingw. | Fabio Alessandrelli | 2022-06-18 | 1 | -3/+5 |
| | | | | | | | | This commit changes the platform detection order to detect mingw compiling for windows (which defines `__GNUC__`). This commit also wraps the definition around a guard so it can be overridden via a define at build-time. | ||||
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
| | |||||
* | Re-introduce build-in type code for core types | Bastiaan Olij | 2021-09-27 | 1 | -0/+17 |
| | |||||
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+106 |