summaryrefslogtreecommitdiffstats
path: root/test/src/example.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1591 from dsnopek/variant-object-instance-idDavid Snopek2024-10-291-0/+1
|\
| * Directly get object instance ID from `Variant` and implement `Variant::get_va...David Snopek2024-10-171-0/+1
* | Merge pull request #1574 from dsnopek/unicode-class-namesDavid Snopek2024-10-291-0/+10
|\ \
| * | Allow unicode class namesDavid Snopek2024-09-181-0/+10
| |/
* / Implement typed dictionariesThaddeus Crews2024-09-171-0/+2
|/
* Merge pull request #1520 from dsnopek/test-library-path-absoluteDavid Snopek2024-08-271-0/+2
|\
| * Add a test to ensure that library path is absoluteDavid Snopek2024-08-221-0/+2
* | Fix missing MAKE_TYPED_ARRAY_INFO for Packed*ArraysAaron Franke2024-08-221-0/+1
|/
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-1/+1
* Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...David Snopek2024-06-141-0/+5
|\
| * Set instance and instance binding in Wrapped constructor.Daylily-Zeleen2024-05-281-0/+5
* | Fix undefined symbol error on Linux with virtual methods that take `Node *` a...David Snopek2024-06-101-0/+1
|/
* Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-101-0/+2
* Merge pull request #1399 from bruvzg/init_listDavid Snopek2024-03-121-0/+1
|\
| * [Packed*Array] Add support for initializer lists.bruvzg2024-03-031-0/+1
* | Fix _notification with parent and child classesDavid Snopek2024-02-221-0/+25
|/
* Allow registering "runtime classes"David Snopek2024-02-131-0/+16
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+4
* Rework GDCLASS macro to allow pure virtual functionsChris Cranford2024-01-181-2/+13
* Send NOTIFICATION_POSTINITIALIZE to extension classesDavid Snopek2023-11-291-0/+7
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-0/+1
* Merge pull request #1277 from dsnopek/variant-iter-testsRémi Verschelde2023-10-241-0/+2
|\
| * Add an automated test using a Variant iteratorDavid Snopek2023-10-201-0/+2
* | Add test for `Callable.bind()`David Snopek2023-10-211-0/+2
|/
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+12
* Merge pull request #1238 from dsnopek/variant-call-callpDavid Snopek2023-09-211-0/+3
|\
| * Fix variant call compiler errorMatthew Murphy2023-09-091-0/+3
* | Support `_validate_property()`David Snopek2023-09-121-0/+1
|/
* Add automated tests to verify some previous fixesDavid Snopek2023-08-141-0/+13
* Implement `String::resize()`David Snopek2023-07-311-0/+1
* Merge pull request #1150 from dsnopek/charstring-fullDavid Snopek2023-07-221-0/+1
|\
| * Attempt to fully implement CharStringDavid Snopek2023-06-221-0/+1
* | Add RPC tests.Fabio Alessandrelli2023-06-301-0/+6
|/
* Merge pull request #1128 from Mathis-Z/masterRémi Verschelde2023-06-081-0/+1
|\
| * Fixing #1127 by making return types of auto-generated functions dynamicMathis-Z2023-06-081-0/+1
* | Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...David Snopek2023-06-071-0/+2
|/
* Add automated tests that run a GDExtension (rather than just building it)David Snopek2023-05-171-1/+8
* ExampleRef::get_id() should be constAndy Maloney2023-02-021-1/+1
* Fixed variant casting for enum and bitfieldДмитрий Сальников2023-01-201-1/+14
* Expose some low level functions and String operators.bruvzg2023-01-191-0/+2
* Allow method binds to take Object subclasses as argumentsFabio Alessandrelli2023-01-101-0/+1
* Merge pull request #949 from BastiaanOlij/fix_tests_refcountingRémi Verschelde2022-12-131-1/+10
|\
| * Change example code to properly represent test cases with refcounted objectsBastiaan Olij2022-12-051-1/+10
* | Rename GDNative to GDExtensionGilles Roudière2022-12-121-3/+3
|/
* Add support for virtual and abstract classesRicardo Buring2022-10-151-0/+14
* Implement support for typed arrays.bruvzg2022-09-231-0/+2
* Change PropertyInfo members to String.bruvzg2022-09-141-0/+1
* Merge pull request #817 from akien-mga/test-project-public-domainRémi Verschelde2022-09-071-32/+9
|\
| * Relicense integration testing project under public domain/UnlicenseRémi Verschelde2022-08-221-32/+9
* | Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...bruvzg2022-08-221-0/+17
|/