summaryrefslogtreecommitdiffstats
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1591 from dsnopek/variant-object-instance-idDavid Snopek2024-10-292-0/+6
|\
| * Directly get object instance ID from `Variant` and implement `Variant::get_va...David Snopek2024-10-172-0/+6
* | Merge pull request #1574 from dsnopek/unicode-class-namesDavid Snopek2024-10-293-0/+19
|\ \
| * | Allow unicode class namesDavid Snopek2024-09-183-0/+19
| |/
* / Implement typed dictionariesThaddeus Crews2024-09-172-0/+21
|/
* Merge pull request #1520 from dsnopek/test-library-path-absoluteDavid Snopek2024-08-272-0/+10
|\
| * Add a test to ensure that library path is absoluteDavid Snopek2024-08-222-0/+10
* | Fix missing MAKE_TYPED_ARRAY_INFO for Packed*ArraysAaron Franke2024-08-222-0/+15
|/
* Merge pull request #1505 from Repiteo/include-formattingDavid Snopek2024-06-251-18/+19
|\
| * Fix `#include` formattingThaddeus Crews2024-06-251-18/+19
* | Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-242-6/+6
|/
* Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...David Snopek2024-06-142-1/+22
|\
| * Set instance and instance binding in Wrapped constructor.Daylily-Zeleen2024-05-282-1/+22
* | Fix undefined symbol error on Linux with virtual methods that take `Node *` a...David Snopek2024-06-102-0/+2
|/
* Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-102-0/+9
* Use `GDREGISTER` defines in exampleThaddeus Crews2024-04-101-9/+9
* Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-0/+5
* Merge pull request #1399 from bruvzg/init_listDavid Snopek2024-03-122-0/+11
|\
| * [Packed*Array] Add support for initializer lists.bruvzg2024-03-032-0/+11
* | Fix _notification with parent and child classesDavid Snopek2024-02-223-0/+45
|/
* Allow registering "runtime classes"David Snopek2024-02-133-0/+37
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-122-0/+15
* Rework GDCLASS macro to allow pure virtual functionsChris Cranford2024-01-182-3/+15
* Send NOTIFICATION_POSTINITIALIZE to extension classesDavid Snopek2023-11-292-0/+22
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-062-0/+46
* Merge pull request #1277 from dsnopek/variant-iter-testsRémi Verschelde2023-10-242-0/+39
|\
| * Add an automated test using a Variant iteratorDavid Snopek2023-10-202-0/+39
* | Add test for `Callable.bind()`David Snopek2023-10-212-0/+8
|/
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-212-0/+76
* Merge pull request #1238 from dsnopek/variant-call-callpDavid Snopek2023-09-212-0/+9
|\
| * Fix variant call compiler errorMatthew Murphy2023-09-092-0/+9
* | Support `_validate_property()`David Snopek2023-09-122-0/+9
|/
* Add automated tests to verify some previous fixesDavid Snopek2023-08-142-0/+56
* Implement `String::resize()`David Snopek2023-07-312-0/+12
* Merge pull request #1150 from dsnopek/charstring-fullDavid Snopek2023-07-222-0/+6
|\
| * Attempt to fully implement CharStringDavid Snopek2023-06-222-0/+6
* | Add RPC tests.Fabio Alessandrelli2023-06-302-0/+32
|/
* Merge pull request #1128 from Mathis-Z/masterRémi Verschelde2023-06-082-0/+6
|\
| * Fixing #1127 by making return types of auto-generated functions dynamicMathis-Z2023-06-082-0/+6
* | Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...David Snopek2023-06-072-0/+9
|/
* Add automated tests that run a GDExtension (rather than just building it)David Snopek2023-05-172-32/+52
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-2/+2
* Merge pull request #1028 from asmaloney/fix-improper-conversionRémi Verschelde2023-02-071-1/+1
|\
| * Fix improper implicit conversionAndy Maloney2023-02-021-1/+1
* | ExampleRef::get_id() should be constAndy Maloney2023-02-022-2/+2
|/
* Fixed variant casting for enum and bitfieldДмитрий Сальников2023-01-202-1/+25
* Expose some low level functions and String operators.bruvzg2023-01-192-0/+26
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+4
* Allow method binds to take Object subclasses as argumentsFabio Alessandrelli2023-01-102-0/+7
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-1/+1