Gilles Roudière
|
b4d86cb42a
Add _get_bind_compatibility_methods to Object
|
2 years ago |
David Snopek
|
36f4b99638
Fix wrapping Object's in GDExtension that aren't exposed
|
2 years ago |
David Snopek
|
c6b0d4aae3
Add GDExtension function to get Object class name
|
2 years ago |
Rémi Verschelde
|
8cfa19a078
Merge pull request #77000 from reduz/make-more-base-nodes-thread-safe
|
2 years ago |
Juan Linietsky
|
0a9f72d5a8
Make more base nodes thread safe
|
2 years ago |
Raul Santos
|
a34207b812
Reorder PropertyHint enum to avoid breaking compat
|
2 years ago |
Rémi Verschelde
|
74e5ad5c60
Merge pull request #76165 from and-rad/safe-credentials
|
2 years ago |
Rémi Verschelde
|
5271186f2f
Merge pull request #75901 from reduz/refactor-node-processing
|
2 years ago |
Andreas Raddau
|
fab160ce70
Store sensitive export options in dedicated credentials file
|
2 years ago |
smix8
|
a6ac305f96
Rework Navigation Avoidance
|
2 years ago |
Juan Linietsky
|
98c655ec8d
Refactor Node Processing
|
2 years ago |
Rémi Verschelde
|
3e6a731904
Merge pull request #76418 from reduz/method-bind-validated-call
|
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 |
Juan Linietsky
|
8950943356
Optimize Object::get_class_name
|
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 |
Aaron Franke
|
2bc0bcbd26
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
|
2 years ago |
Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
f1edd03d4c
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
|
2 years ago |
Gilles Roudière
|
be1c9d677d
Rename all gdnative occurences to gdextension
|
2 years ago |
Micky
|
885f2a4eca
Fix unable to disconnect signal in Editor once created
|
2 years ago |
Silc Renew
|
83135aa122
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
|
2 years ago |
Rémi Verschelde
|
5d20dccade
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
|
2 years ago |
Micky
|
b4324e7a45
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
|
2 years ago |
Emmanuel Leblond
|
1e8756c94b
Use StringName in the whole GDExtension API instead of const char *
|
2 years ago |