| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-31 | 1 | -2/+4 |
* | Directly get object instance ID from `Variant` and implement `Variant::get_va... | David Snopek | 2024-10-17 | 1 | -6/+5 |
* | Fix missing type info for PackedVector4Array | Aaron Franke | 2024-08-10 | 1 | -0/+1 |
* | Add missing enum & ctor for PackedVector4Array implementation | Chris Cranford | 2024-06-19 | 1 | -0/+8 |
* | Avoid creating most objects that Godot is going to use placement new to initi... | David Snopek | 2024-02-26 | 1 | -51/+33 |
* | Add missing int→Variant conversions | Thaddeus Crews | 2023-11-08 | 1 | -0/+16 |
* | Fix return value and r_valid value in Variant::iter_init and iter_next | gilzoide | 2023-09-24 | 1 | -4/+6 |
* | Fix variant call compiler error | Matthew Murphy | 2023-09-09 | 1 | -2/+2 |
* | Ensure GDExtension class is the correct type for the Godot engine class | David Snopek | 2023-05-16 | 1 | -1/+2 |
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -37/+37 |
* | Fix Variant::can_convert[_strict] returning gibberish. | Fabio Alessandrelli | 2023-01-19 | 1 | -4/+2 |
* | Merge pull request #983 from rburing/variant_to_from_objectid | Rémi Verschelde | 2023-01-18 | 1 | -0/+19 |
|\ |
|
| * | Add conversions between Variant and ObjectID | Ricardo Buring | 2023-01-01 | 1 | -0/+19 |
* | | 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 | -95/+95 |
* | Fix const qualifier for parameters in GDExtension api functions | Emmanuel Leblond | 2022-12-03 | 1 | -3/+3 |
* | StringName is working fine with demo \o/ | Emmanuel Leblond | 2022-11-08 | 1 | -1/+1 |
* | Use struct instead of class for core structures | Aaron Franke | 2022-10-05 | 1 | -32/+32 |
* | Mode some methods to Animation from Variant | Silc Renew | 2022-09-15 | 1 | -8/+0 |
* | Add bindings for Vector4, Vector4i, Projection built-in types. | bruvzg | 2022-07-21 | 1 | -1/+34 |
* | Sync containers with new HashMap/HashSet, sync API headers. | bruvzg | 2022-06-06 | 1 | -35/+45 |
* | Update copyright year | Rémi Verschelde | 2022-03-15 | 1 | -2/+2 |
* | Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi... | bruvzg | 2022-02-14 | 1 | -101/+101 |
* | Avoid crash in Variant constructor from nullptr Object* | Gilles Roudière | 2021-11-23 | 1 | -1/+6 |
* | Rename interface to gdn_interface because it's a defined keyword under windows | Bastiaan Olij | 2021-10-28 | 1 | -37/+37 |
* | Re-introduce build-in type code for core types | Bastiaan Olij | 2021-09-27 | 1 | -13/+0 |
* | Fix issues with method calls | George Marques | 2021-09-27 | 1 | -113/+103 |
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+749 |