| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1591 from dsnopek/variant-object-instance-id | David Snopek | 2024-10-29 | 2 | -0/+6 |
|\ |
|
| * | Directly get object instance ID from `Variant` and implement `Variant::get_va... | David Snopek | 2024-10-17 | 2 | -0/+6 |
* | | Merge pull request #1574 from dsnopek/unicode-class-names | David Snopek | 2024-10-29 | 3 | -0/+19 |
|\ \ |
|
| * | | Allow unicode class names | David Snopek | 2024-09-18 | 3 | -0/+19 |
| |/ |
|
* / | Implement typed dictionaries | Thaddeus Crews | 2024-09-17 | 2 | -0/+21 |
|/ |
|
* | Merge pull request #1520 from dsnopek/test-library-path-absolute | David Snopek | 2024-08-27 | 2 | -0/+10 |
|\ |
|
| * | Add a test to ensure that library path is absolute | David Snopek | 2024-08-22 | 2 | -0/+10 |
* | | Fix missing MAKE_TYPED_ARRAY_INFO for Packed*Arrays | Aaron Franke | 2024-08-22 | 2 | -0/+15 |
|/ |
|
* | Merge pull request #1505 from Repiteo/include-formatting | David Snopek | 2024-06-25 | 1 | -18/+19 |
|\ |
|
| * | Fix `#include` formatting | Thaddeus Crews | 2024-06-25 | 1 | -18/+19 |
* | | Integrate `.pre-commit-config.yaml` | Thaddeus Crews | 2024-06-24 | 2 | -6/+6 |
|/ |
|
* | Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_... | David Snopek | 2024-06-14 | 2 | -1/+22 |
|\ |
|
| * | Set instance and instance binding in Wrapped constructor. | Daylily-Zeleen | 2024-05-28 | 2 | -1/+22 |
* | | Fix undefined symbol error on Linux with virtual methods that take `Node *` a... | David Snopek | 2024-06-10 | 2 | -0/+2 |
|/ |
|
* | Clean up instance bindings for engine singletons to prevent crash | David Snopek | 2024-05-10 | 2 | -0/+9 |
* | Use `GDREGISTER` defines in example | Thaddeus Crews | 2024-04-10 | 1 | -9/+9 |
* | Add support for getting argument count from `Callable`s | A Thousand Ships | 2024-03-14 | 1 | -0/+5 |
* | Merge pull request #1399 from bruvzg/init_list | David Snopek | 2024-03-12 | 2 | -0/+11 |
|\ |
|
| * | [Packed*Array] Add support for initializer lists. | bruvzg | 2024-03-03 | 2 | -0/+11 |
* | | Fix _notification with parent and child classes | David Snopek | 2024-02-22 | 3 | -0/+45 |
|/ |
|
* | Allow registering "runtime classes" | David Snopek | 2024-02-13 | 3 | -0/+37 |
* | Allow GDExtensions to register virtual methods and call them on scripts | David Snopek | 2024-02-12 | 2 | -0/+15 |
* | Rework GDCLASS macro to allow pure virtual functions | Chris Cranford | 2024-01-18 | 2 | -3/+15 |
* | Send NOTIFICATION_POSTINITIALIZE to extension classes | David Snopek | 2023-11-29 | 2 | -0/+22 |
* | Add `CallableCustom` that devs can use in their GDExtensions | David Snopek | 2023-11-06 | 2 | -0/+46 |
* | Merge pull request #1277 from dsnopek/variant-iter-tests | Rémi Verschelde | 2023-10-24 | 2 | -0/+39 |
|\ |
|
| * | Add an automated test using a Variant iterator | David Snopek | 2023-10-20 | 2 | -0/+39 |
* | | Add test for `Callable.bind()` | David Snopek | 2023-10-21 | 2 | -0/+8 |
|/ |
|
* | Implement `callable_mp()` and `callable_mp_static()` | David Snopek | 2023-09-21 | 2 | -0/+76 |
* | Merge pull request #1238 from dsnopek/variant-call-callp | David Snopek | 2023-09-21 | 2 | -0/+9 |
|\ |
|
| * | Fix variant call compiler error | Matthew Murphy | 2023-09-09 | 2 | -0/+9 |
* | | Support `_validate_property()` | David Snopek | 2023-09-12 | 2 | -0/+9 |
|/ |
|
* | Add automated tests to verify some previous fixes | David Snopek | 2023-08-14 | 2 | -0/+56 |
* | Implement `String::resize()` | David Snopek | 2023-07-31 | 2 | -0/+12 |
* | Merge pull request #1150 from dsnopek/charstring-full | David Snopek | 2023-07-22 | 2 | -0/+6 |
|\ |
|
| * | Attempt to fully implement CharString | David Snopek | 2023-06-22 | 2 | -0/+6 |
* | | Add RPC tests. | Fabio Alessandrelli | 2023-06-30 | 2 | -0/+32 |
|/ |
|
* | Merge pull request #1128 from Mathis-Z/master | Rémi Verschelde | 2023-06-08 | 2 | -0/+6 |
|\ |
|
| * | Fixing #1127 by making return types of auto-generated functions dynamic | Mathis-Z | 2023-06-08 | 2 | -0/+6 |
* | | Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc... | David Snopek | 2023-06-07 | 2 | -0/+9 |
|/ |
|
* | Add automated tests that run a GDExtension (rather than just building it) | David Snopek | 2023-05-17 | 2 | -32/+52 |
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -2/+2 |
* | Merge pull request #1028 from asmaloney/fix-improper-conversion | Rémi Verschelde | 2023-02-07 | 1 | -1/+1 |
|\ |
|
| * | Fix improper implicit conversion | Andy Maloney | 2023-02-02 | 1 | -1/+1 |
* | | ExampleRef::get_id() should be const | Andy Maloney | 2023-02-02 | 2 | -2/+2 |
|/ |
|
* | Fixed variant casting for enum and bitfield | Дмитрий Сальников | 2023-01-20 | 2 | -1/+25 |
* | Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 2 | -0/+26 |
* | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+4 |
* | Allow method binds to take Object subclasses as arguments | Fabio Alessandrelli | 2023-01-10 | 2 | -0/+7 |
* | Rename godot-headers to gdextension, move header to top folder | Rémi Verschelde | 2022-12-14 | 1 | -1/+1 |