Jan Haller
|
27a637d287
GDExtension: provide `free_property_list_func` with length of array
|
1 年間 前 |
A Thousand Ships
|
0c19d0f5a0
Add extension support for argument count to `ScriptInstance`
|
1 年間 前 |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 年間 前 |
David Snopek
|
0badf07657
GDExtension: Pass count when freeing method and property lists for script instances
|
1 年間 前 |
David Snopek
|
ea75307a11
Allow registering "runtime classes"
|
1 年間 前 |
David Snopek
|
be11002e41
Allow GDExtensions to register virtual methods and call them on scripts
|
1 年間 前 |
Riteo
|
f468e59efd
GDExtension: add an interface for loading extra documentation
|
2 年 前 |
David Snopek
|
b0a33cac7c
GDExtension: Use ObjectID when creating custom callable
|
2 年 前 |
Emmanuel Leblond
|
5aa9f1ce64
Fix comment in gdextension_interface.h
|
2 年 前 |
Ced Naru
|
0a246e9b54
expose Object::free_instance_binding to GDExtension
|
2 年 前 |
David Snopek
|
cbf939e121
GDExtension: Don't deprecate old method of getting script category
|
2 年 前 |
David Cambré
|
531f56e830
add GDExtensionScriptInstanceGetClassCategory
|
2 年 前 |
David Snopek
|
2733a6f762
Implement reloading of GDExtensions
|
2 年 前 |
Jan Haller
|
c770937db5
More precise documentation for GDExtension String constructors (bytes vs. character count)
|
2 年 前 |
Jan Haller
|
ed3015e979
GDExtension: construct StringName directly from char*
|
2 年 前 |
Jeff Ward
|
60851af4da
Add functions for non-ptr style virtual calls in GDExtension
|
2 年 前 |
Rémi Verschelde
|
8dfc3f1864
Merge pull request #79005 from maiself/gde-custom-callable
|
2 年 前 |
Rémi Verschelde
|
43c7e8d3b5
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
|
2 年 前 |
Rémi Verschelde
|
786dab42fd
Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_internal_class
|
2 年 前 |
David Snopek
|
abef8e3874
Allow implementing `Object::_validate_property()` from GDExtension
|
2 年 前 |
David Snopek
|
3e7a6e058a
Allow implementing `ScriptInstance::validate_property()` from GDExtension
|
2 年 前 |
Daylily-Zeleen
|
41ffe5461f
Allow GDExtension to register unexposed class.
|
2 年 前 |
Jan Haller
|
4e202bcec7
GDExtension: fix `bool` unknown in C
|
2 年 前 |
Mai Lavelle
|
e0ee985f64
Allow CallableCustom objects to be created from GDExtensions
|
2 年 前 |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 年 前 |
Mai Lavelle
|
4b5da7e0ac
Expose PlaceHolderScriptInstance to GDExtension
|
2 年 前 |
Jeff Ward
|
efc8fd6e2c
Add get_script_instance to GDExtension
|
2 年 前 |
Yuri Sizov
|
6bfda7f5c5
Merge pull request #79156 from dsnopek/gdextension-string-resize
|
2 年 前 |
David Snopek
|
e87900970c
Allow resizing String's from GDExtension
|
2 年 前 |
Mikael Hermansson
|
2173821b38
Add support for indexed properties in GDExtension
|
2 年 前 |