David Snopek
|
daf6ad3649
gdextension: Sync with upstream commit 3978628c6cc1227250fc6ed45c8d854d24c30c30 (4.3-rc2)
|
1 year ago |
bruvzg
|
2360f84513
[TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API.
|
1 year ago |
David Snopek
|
3e9afccae8
Catch up with minor changes to `gdextension_interface.h`
|
1 year ago |
David Snopek
|
e3f3cb58b7
Merge pull request #1450 from dsnopek/free-property-list-count
|
1 year ago |
Rémi Verschelde
|
17a82e7f94
Merge pull request #1374 from dsnopek/gdext-docs
|
1 year ago |
David Snopek
|
a434850069
Allow submitting documentation to the Godot editor
|
1 year ago |
David Snopek
|
23178e81ff
Add support for `PackedVector4Array`
|
1 year ago |
David Snopek
|
8cc78cfea9
Update `free_property_list` callback to take count
|
1 year ago |
A Thousand Ships
|
87ecf17242
Add extension support for argument count to `ScriptInstance`
|
1 year ago |
David Snopek
|
ec166295ba
Merge pull request #1397 from dsnopek/script-free-lists
|
1 year ago |
A Thousand Ships
|
fb79d5ff98
Add support for getting argument count from `Callable`s
|
1 year ago |
David Snopek
|
8b92368165
Load new `script_instance_create3` GDExtension interface function
|
1 year ago |
David Snopek
|
fb884573ea
Allow registering "runtime classes"
|
1 year ago |
David Snopek
|
8fbb7cf795
Allow GDExtensions to register virtual methods and call them on scripts
|
1 year ago |
David Snopek
|
4b76485a4e
Switch to using `ObjectID` in custom callables
|
1 year ago |
Rémi Verschelde
|
5182624141
gdextension: Sync with upstream commit f8818f85e6c43cdf1277e8ae85eba19ca0a003b0 (4.2-beta2)
|
1 year ago |
Rémi Verschelde
|
4f0eb2f520
Merge pull request #1263 from dsnopek/string-name-new
|
1 year ago |
David Snopek
|
29248c31ae
Miscellaneous updates to gdextension_interface.h
|
1 year ago |
David Snopek
|
3d814f9e4a
Use the new `string_name_new_with_latin1_chars` function to improve StringName construction performance
|
1 year ago |
David Snopek
|
6ad187cc7e
Update for `get_class_category` added to `GDExtensionScriptInstanceInfo2`
|
1 year ago |
David Snopek
|
df849651d9
Changes necessary for hot reload to work
|
2 years ago |
David Snopek
|
c18c1916c3
Implement `callable_mp()` and `callable_mp_static()`
|
2 years ago |
David Snopek
|
3a02feddc3
Update for addition of `get_virtual_call_data_func` and `call_virtual_func` to `GDExtensionClassCreationInfo2`
|
1 year ago |
David Snopek
|
aa6867e6c9
Support `_validate_property()`
|
1 year ago |
Daylily-Zeleen
|
2d1f852baf
Implement register unexposed class.
|
2 years ago |
Jan Haller
|
54092861f1
GDExtension: fix `bool` unknown in C
|
1 year ago |
Markus Sauermann
|
c2d99fd519
Fix `Object::notification` order
|
2 years ago |
David Snopek
|
f0405f18a3
Add support for placeholder_script_instance_create/update
|
2 years ago |
David Snopek
|
8bc1c1dbeb
Implement `String::resize()`
|
2 years ago |
Mikael Hermansson
|
7d8cb7c155
Add support for indexed properties
|
2 years ago |