Rémi Verschelde
|
2b55ac445b
Merge pull request #72111 from raulsntos/method-info-metadata
|
2 年之前 |
Raul Santos
|
cac7a784d6
Add `GodotTypeInfo::Metadata` to `MethodInfo`
|
2 年之前 |
Aaron Franke
|
2a65f6812b
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
|
2 年之前 |
Aaron Franke
|
2bc0bcbd26
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
|
2 年之前 |
Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Rémi Verschelde
|
f1edd03d4c
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
|
2 年之前 |
Gilles Roudière
|
be1c9d677d
Rename all gdnative occurences to gdextension
|
2 年之前 |
Micky
|
885f2a4eca
Fix unable to disconnect signal in Editor once created
|
2 年之前 |
Silc Renew
|
83135aa122
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
|
2 年之前 |
Rémi Verschelde
|
5d20dccade
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
|
2 年之前 |
Micky
|
b4324e7a45
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
|
2 年之前 |
Emmanuel Leblond
|
1e8756c94b
Use StringName in the whole GDExtension API instead of const char *
|
2 年之前 |
Rémi Verschelde
|
632b3e974c
Merge pull request #67693 from Mickeon/slight-hint-shuffling
|
2 年之前 |
Micky
|
9a1d87f66f
Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPE
|
2 年之前 |
kobewi
|
4aaed4fee1
Minor code improvements
|
2 年之前 |
Ricardo Buring
|
1d5aa74ac3
GDExtension: add support for abstract and virtual classes
|
2 年之前 |
Rémi Verschelde
|
9cd62741bb
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
|
2 年之前 |
Aaron Franke
|
094e8db97c
Fix hide_slider vs no_slider inconsistency in editor property code
|
2 年之前 |
Rémi Verschelde
|
82b87d7a17
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
|
2 年之前 |
Micky
|
dd26ecdd31
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
|
2 年之前 |
Hugo Locurcio
|
f7292dbeb3
Rename `or_lesser` range property hint to `or_less`
|
2 年之前 |
bruvzg
|
d91cb1d5d5
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization.
|
2 年之前 |
Rémi Verschelde
|
2961651444
Merge pull request #64691 from TokageItLab/Quaternion-editor
|
2 年之前 |
Silc Renew
|
673c649adb
Implement Quaternion Editor
|
2 年之前 |
Rémi Verschelde
|
91e5f48ea7
Merge pull request #64009 from KoBeWi/arrayy_lmao
|
2 年之前 |
kobewi
|
1abdffe7a0
Replace Array return types with TypedArray 2
|
2 年之前 |
bruvzg
|
56101080cc
[GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods using incorrect string type.
|
2 年之前 |
Yuri Sizov
|
1a24c9e14b
Make `_validate_property` a multilevel method
|
2 年之前 |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
2 年之前 |