Rémi Verschelde
|
40b48b13ee
Merge pull request #78580 from Bromeon/feature/gdextension-stringname-ctor
|
1 년 전 |
Jan Haller
|
c770937db5
More precise documentation for GDExtension String constructors (bytes vs. character count)
|
1 년 전 |
Jan Haller
|
ed3015e979
GDExtension: construct StringName directly from char*
|
2 년 전 |
Rémi Verschelde
|
6fc1d50db3
Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fix
|
1 년 전 |
David Snopek
|
0d13727c97
Fix method hashes with default arguments
|
2 년 전 |
Rémi Verschelde
|
8dfc3f1864
Merge pull request #79005 from maiself/gde-custom-callable
|
1 년 전 |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 년 전 |
David Snopek
|
3e7a6e058a
Allow implementing `ScriptInstance::validate_property()` from GDExtension
|
2 년 전 |
David Snopek
|
83faf84ec9
GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on the heap to prevent crash
|
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 년 전 |
David Snopek
|
e87900970c
Allow resizing String's from GDExtension
|
2 년 전 |
David Snopek
|
ef9cb793d3
Remove GDExtension compatibility code for Godot 4.0
|
2 년 전 |
Rémi Verschelde
|
699b66b62d
Merge pull request #77010 from dsnopek/gdextension-editor-plugins
|
2 년 전 |
David Snopek
|
3007163210
Allow GDExtensions to add editor plugins
|
2 년 전 |
David Snopek
|
c6b0d4aae3
Add GDExtension function to get Object class name
|
2 년 전 |
David Snopek
|
9b9482d4bb
Rework GDExtension interface from a struct to loading function pointers
|
2 년 전 |
Emmanuel Leblond
|
e785dd9dd9
Improve user-friendliness of "return value as function param" pattern in GDExtension API
|
2 년 전 |
Rémi Verschelde
|
70dcfdab1f
Merge pull request #76446 from reduz/add-gdextension-api-compatibility
|
2 년 전 |
Juan Linietsky
|
d8078d3f4c
Add a backwards-compatibility system for GDExtension method
|
2 년 전 |
Emmanuel Leblond
|
7501ebb91a
Make *_operator_index in gdnative_interface not logging an error if called with an out-of-bound index
|
2 년 전 |
Jan Haller
|
45e6abde1d
GDExtension: array_set_typed() accepts enum instead of uint32_t
|
2 년 전 |
Haoyu Qiu
|
d8d5cb1198
Use GDExtensionBool in GDExtension interface
|
2 년 전 |
Mikael Hermansson
|
99dba702f5
Expose `_err_print_error` with message parameter to GDExtension
|
2 년 전 |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 년 전 |
bruvzg
|
5aa87ccc03
Move Array:set_typed to internal GDExtension structure and unexposed it.
|
2 년 전 |
Jan Haller
|
b8c4ae28b7
Fix use of `bool` in extension header
|
2 년 전 |
bruvzg
|
db7d8c2d87
[GDExtension] Expose some low level functions and String operators.
|
2 년 전 |