David Snopek
|
aa6867e6c9
Support `_validate_property()`
|
1 year 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 |
Rémi Verschelde
|
e72bc1a12f
Merge pull request #1028 from asmaloney/fix-improper-conversion
|
2 years ago |
Andy Maloney
|
b01f0cf99b
ExampleRef::get_id() should be const
|
2 years ago |
Andy Maloney
|
f2cb5a7414
Fix improper implicit conversion
|
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 |
Andy Maloney
|
fbf7f7bc36
Fix some type warnings in example
|
2 years ago |
bruvzg
|
c001d0e5c7
Implement support for typed arrays.
|
2 years ago |
bruvzg
|
36273baa7e
Change PropertyInfo members to String.
|
2 years ago |
Rémi Verschelde
|
446cacde15
Merge pull request #817 from akien-mga/test-project-public-domain
|
2 years ago |
Rémi Verschelde
|
9220e9dd34
Relicense integration testing project under public domain/Unlicense
|
3 years ago |
bruvzg
|
270ad28931
Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_property_can_revert`, `_property_get_revert`, and `_to_string` methods.
|
3 years ago |
bruvzg
|
91c56a0ad1
Add bindings for Vector4, Vector4i, Projection built-in types.
|
3 years ago |
bruvzg
|
031a83b0ea
[Method Bind] Add support for default argument values and static method binding. Sync headers.
|
3 years ago |
bruvzg
|
057a771fda
Add support for variadic method binds with the typed return. Sync headers.
|
3 years ago |
Rémi Verschelde
|
1632322ce0
Update copyright year
|
3 years ago |
Bastiaan Olij
|
b008810c01
Implementing dictionary operators
|
3 years ago |