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 |
Rémi Verschelde
|
6ad5637ffc
Merge pull request #66427 from Mickeon/object-methods-autocompletion
|
2 years ago |
Micky
|
dc51ff8c5b
Rename `set`/`get_indexed`'s "property" to "property_path"
|
2 years ago |
Micky
|
2a66ddb1bb
Add autocompletion to several Object methods
|
2 years ago |
Micky
|
dd26ecdd31
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
|
3 years ago |
Hugo Locurcio
|
291d3aaabe
Improve null and object printing to avoid confusion with arrays
|
3 years ago |
Rémi Verschelde
|
91e5f48ea7
Merge pull request #64009 from KoBeWi/arrayy_lmao
|
3 years ago |
kobewi
|
1abdffe7a0
Replace Array return types with TypedArray 2
|
3 years ago |
bruvzg
|
56101080cc
[GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods using incorrect string type.
|
3 years ago |
Yuri Sizov
|
1a24c9e14b
Make `_validate_property` a multilevel method
|
3 years ago |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
3 years ago |
Hristo Stamenov
|
0e1f7e9f89
Removed faulty function update after get_property_list.
|
3 years ago |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 years ago |
Jan Haller
|
60ffadd133
GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyInfo&)
|
3 years ago |
K. S. Ernest (iFire) Lee
|
9ddebc0c22
Add a const call mode to Object, Variant and Script.
|
3 years ago |
reduz
|
dd8c0522a6
Implement varargs in Methodinfo
|
3 years ago |
Marcus Elg
|
46bbbd9770
Allow autocompletion of "noslider" in export_range
|
3 years ago |
kobewi
|
a3a029d4c6
Change set/get binding to use StringName
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
reduz
|
0a57f964a3
Implement missing Node & Resource placeholders
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 years ago |
Pierre-Thomas Meisels
|
63f7f44ccb
Make vararg method bind no return and return
|
3 years ago |
Rémi Verschelde
|
482cdeaf71
Merge pull request #58608 from KoBeWi/metadefault
|
3 years ago |
Jan Haller
|
f88bdac403
GDExtension: change to_string signature to accept GDNativeStringPtr instead of returning const char*
|
3 years ago |