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 |
myaaaaaaaaa
|
1ec5381c16
Store Object signals in a HashMap rather than a VMap
|
2 years ago |
Rémi Verschelde
|
2b55ac445b
Merge pull request #72111 from raulsntos/method-info-metadata
|
2 years ago |
Raul Santos
|
cac7a784d6
Add `GodotTypeInfo::Metadata` to `MethodInfo`
|
2 years ago |
Aaron Franke
|
2a65f6812b
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
|
2 years ago |
Juan Linietsky
|
33d3b7eea7
Fix Callable call error reporting.
|
2 years ago |
Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 years ago |
Juan Linietsky
|
0e0ca01bce
Properly report Callable bound arguments
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Gilles Roudière
|
be1c9d677d
Rename all gdnative occurences to gdextension
|
2 years ago |
Yuri Sizov
|
a9961b378a
Add missing public property_*_revert getters
|
2 years ago |
Emmanuel Leblond
|
1e8756c94b
Use StringName in the whole GDExtension API instead of const char *
|
2 years ago |