Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
| | |||||
* | Merge pull request #1626 from ruffenman/remove-unimplemented-variant-functions | David Snopek | 2024-10-30 | 1 | -2/+0 |
|\ | | | | | Remove unimplemented static variant functions 'blend' and 'interpolate'… | ||||
| * | Remove unimplemented static variant functions 'blend' and 'interpolate'. If ↵ | ruffenman | 2024-10-14 | 1 | -2/+0 |
| | | | | | | | | a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here. | ||||
* | | Directly get object instance ID from `Variant` and implement ↵ | David Snopek | 2024-10-17 | 1 | -0/+2 |
|/ | | | | `Variant::get_validated_object()` | ||||
* | Add missing enum & ctor for PackedVector4Array implementation | Chris Cranford | 2024-06-19 | 1 | -0/+3 |
| | |||||
* | Merge pull request #1409 from Repiteo/class-to-typename | David Snopek | 2024-04-02 | 1 | -2/+2 |
|\ | | | | | Enforce template syntax `typename` over `class` | ||||
| * | Enforce template syntax `typename` over `class` | Thaddeus Crews | 2024-03-10 | 1 | -2/+2 |
| | | |||||
* | | Avoid creating most objects that Godot is going to use placement new to ↵ | David Snopek | 2024-02-26 | 1 | -2/+1 |
|/ | | | | initialize | ||||
* | Add missing `OP_POWER` operator to `Variant` | A Thousand Ships | 2024-01-06 | 1 | -0/+1 |
| | |||||
* | Add PackedRealArray as an alias for PackedFloat(32/64)Array | Aaron Franke | 2023-12-19 | 1 | -0/+6 |
| | |||||
* | Add missing int→Variant conversions | Thaddeus Crews | 2023-11-08 | 1 | -1/+13 |
| | |||||
* | Fix variant call compiler error | Matthew Murphy | 2023-09-09 | 1 | -6/+14 |
| | | | | Co-authored-by: David Snopek <dsnopek@gmail.com> | ||||
* | Implement vararg methods of builtin classes. | Daylily-Zeleen | 2023-07-03 | 1 | -0/+2 |
| | |||||
* | Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 1 | -0/+12 |
| | |||||
* | Merge pull request #983 from rburing/variant_to_from_objectid | Rémi Verschelde | 2023-01-18 | 1 | -0/+4 |
|\ | | | | | Add conversions between `Variant` and `ObjectID` | ||||
| * | Add conversions between Variant and ObjectID | Ricardo Buring | 2023-01-01 | 1 | -0/+4 |
| | | |||||
* | | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+29 |
|/ | |||||
* | Rename godot-headers to gdextension, move header to top folder | Rémi Verschelde | 2022-12-14 | 1 | -1/+1 |
| | | | | | | | | Changes the `<godot/gdextension_interface.h>` include to simply `<gdextension_interface.h>`. Refactor and better document the SCons and CMake logic around setting the paths to the header and API JSON file. | ||||
* | Rename GDNative to GDExtension | Gilles Roudière | 2022-12-12 | 1 | -11/+11 |
| | | | | | | | | | | | | | 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 | -3/+3 |
| | |||||
* | Run scripts to format and make headers consistent | Aaron Franke | 2022-10-09 | 1 | -3/+3 |
| | |||||
* | Add bindings for Vector4, Vector4i, Projection built-in types. | bruvzg | 2022-07-21 | 1 | -0/+9 |
| | |||||
* | Sync containers with new HashMap/HashSet, sync API headers. | bruvzg | 2022-06-06 | 1 | -5/+15 |
| | |||||
* | 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 | -1/+1 |
| | | | | missing `CharString` method implementations. | ||||
* | Fix issues with method calls | George Marques | 2021-09-27 | 1 | -7/+3 |
| | |||||
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+308 |