Chris Cranford
|
5f350e2572
Rework GDCLASS macro to allow pure virtual functions
|
1 year ago |
David Snopek
|
20c4e843b0
Send NOTIFICATION_POSTINITIALIZE to extension classes
|
1 year ago |
David Snopek
|
d33bd47219
Add `CallableCustom` that devs can use in their GDExtensions
|
1 year ago |
Rémi Verschelde
|
1ab94699c5
Merge pull request #1277 from dsnopek/variant-iter-tests
|
1 year ago |
David Snopek
|
421c61e730
Add test for `Callable.bind()`
|
1 year ago |
David Snopek
|
d733663e8b
Add an automated test using a Variant iterator
|
1 year ago |
David Snopek
|
c18c1916c3
Implement `callable_mp()` and `callable_mp_static()`
|
2 years ago |
David Snopek
|
4314f91b7d
Merge pull request #1238 from dsnopek/variant-call-callp
|
1 year ago |
David Snopek
|
aa6867e6c9
Support `_validate_property()`
|
2 years ago |
Matthew Murphy
|
ca3e25de04
Fix variant call compiler error
|
2 years ago |
David Snopek
|
d5fab0b9f8
Add automated tests to verify some previous fixes
|
2 years ago |
David Snopek
|
8bc1c1dbeb
Implement `String::resize()`
|
2 years ago |
David Snopek
|
3162be28e5
Merge pull request #1150 from dsnopek/charstring-full
|
2 years ago |
Fabio Alessandrelli
|
155f2e2a62
Add RPC tests.
|
2 years ago |
David Snopek
|
4df112cd95
Attempt to fully implement CharString
|
2 years ago |
Rémi Verschelde
|
d12cf071bb
Merge pull request #1128 from Mathis-Z/master
|
2 years ago |
Mathis-Z
|
ac98dd2752
Fixing #1127 by making return types of auto-generated functions dynamic
|
2 years ago |
David Snopek
|
ad726015e7
Revert the changes from PR #1044 and #1045 and standardize on `Object **` encoding in ptrcall
|
2 years ago |
David Snopek
|
1fd3f82d3a
Add automated tests that run a GDExtension (rather than just building it)
|
2 years ago |
Andy Maloney
|
b01f0cf99b
ExampleRef::get_id() should be const
|
2 years ago |
Дмитрий Сальников
|
6528c7177f
Fixed variant casting for enum and bitfield
|
2 years ago |
bruvzg
|
abca497b72
Expose some low level functions and String operators.
|
2 years ago |
Fabio Alessandrelli
|
9fd33b5cde
Allow method binds to take Object subclasses as arguments
|
2 years ago |
Rémi Verschelde
|
49a478a879
Merge pull request #949 from BastiaanOlij/fix_tests_refcounting
|
2 years ago |
Gilles Roudière
|
c02e644679
Rename GDNative to GDExtension
|
2 years ago |
Bastiaan Olij
|
f24ee56c5d
Change example code to properly represent test cases with refcounted objects
|
2 years ago |
Ricardo Buring
|
01960ffc9f
Add support for virtual and abstract classes
|
2 years ago |
bruvzg
|
c001d0e5c7
Implement support for typed arrays.
|
3 years ago |
bruvzg
|
36273baa7e
Change PropertyInfo members to String.
|
3 years ago |
Rémi Verschelde
|
446cacde15
Merge pull request #817 from akien-mga/test-project-public-domain
|
3 years ago |