Danil Alexeev
|
aff767ef07
Fix expected argument count for `Callable` call errors
|
1 year ago |
Rémi Verschelde
|
55dfbd7761
Merge pull request #80284 from dsnopek/gdextension-hot-reload
|
1 year ago |
David Snopek
|
2733a6f762
Implement reloading of GDExtensions
|
2 years ago |
398utubzyt
|
2df37a237a
C#: Abstract script class support
|
2 years ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
David Snopek
|
abef8e3874
Allow implementing `Object::_validate_property()` from GDExtension
|
1 year ago |
Rémi Verschelde
|
fa3428ff25
Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-improvements
|
1 year ago |
Jan Haller
|
4e202bcec7
GDExtension: fix `bool` unknown in C
|
1 year ago |
Danil Alexeev
|
c33ca26e17
Editor: Inspector and Signal docks improvements
|
2 years ago |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 years ago |
kobewi
|
67db4693eb
Expose _validate_property() for scripting
|
2 years ago |
Marc Gilleron
|
e8731f4821
GDExtension: fix _get_property_list not working correctly in parent classes
|
2 years ago |
Angad Kambli
|
9c6c2f09e0
Check parameter validity in `Object::set_script`
|
4 years ago |
David Snopek
|
36f4b99638
Fix wrapping Object's in GDExtension that aren't exposed
|
2 years ago |
Yuri Sizov
|
97a6b40e4e
Merge pull request #70386 from sfrembling/70141
|
2 years ago |
Rémi Verschelde
|
80bf8fd186
Merge pull request #73511 from dsnopek/gdextension-object-name
|
2 years ago |
David Snopek
|
c6b0d4aae3
Add GDExtension function to get Object class name
|
2 years ago |
RedworkDE
|
9c9fd9ffbf
Improve error message when disconnecting callable from signal it was not connected to
|
2 years ago |
Shea Frembling
|
0d6487073f
update error from Object::set_meta to be more human readable
|
2 years ago |
Rémi Verschelde
|
5271186f2f
Merge pull request #75901 from reduz/refactor-node-processing
|
2 years ago |
Juan Linietsky
|
98c655ec8d
Refactor Node Processing
|
2 years ago |
Rémi Verschelde
|
ee931e2be5
Merge pull request #76814 from KoBeWi/underdata
|
2 years ago |
Rémi Verschelde
|
3e6a731904
Merge pull request #76418 from reduz/method-bind-validated-call
|
2 years ago |
kobewi
|
5e3a985c91
Don't refresh inspector when changing internal meta
|
2 years ago |
RedworkDE
|
1a4eccf7e7
Prevent infinite loop when signal disconnection fails during object deletion.
|
2 years ago |
Juan Linietsky
|
1c93606e47
Add ValidatedCall to MethodBind
|
2 years ago |
Rémi Verschelde
|
e0e93ce094
Merge pull request #72421 from myaaaaaaaaa/signal-hashmap
|
2 years ago |
Pedro J. Estébanez
|
2f4168daeb
Fix edge cases of object lifetime when signals involved
|
2 years ago |
Juan Linietsky
|
8950943356
Optimize Object::get_class_name
|
2 years ago |
kobewi
|
8f8178bda6
Fix auto-translations in editor
|
2 years ago |