voidedWarranties
|
e8309dd192
Add `path` option to `ScriptLanguageExtension::_validate`
|
1 year ago |
Danil Alexeev
|
de7cbe8789
Highlight doc comments in a different color
|
2 years ago |
Danil Alexeev
|
ed0b3c08e1
Core: Fix `Object::has_method()` for script static methods
|
1 year ago |
David Snopek
|
cbf939e121
GDExtension: Don't deprecate old method of getting script category
|
1 year ago |
David Cambré
|
531f56e830
add GDExtensionScriptInstanceGetClassCategory
|
2 years ago |
Markus Sauermann
|
d2bcde0407
Fix type of notification_func
|
1 year ago |
Rémi Verschelde
|
d759f91f8d
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
|
1 year ago |
398utubzyt
|
2df37a237a
C#: Abstract script class support
|
2 years ago |
Danil Alexeev
|
26ce861910
Editor: Remove unused Class Name field from Create Script dialog
|
2 years ago |
David Snopek
|
abef8e3874
Allow implementing `Object::_validate_property()` from GDExtension
|
2 years ago |
David Snopek
|
3e7a6e058a
Allow implementing `ScriptInstance::validate_property()` from GDExtension
|
2 years ago |
David Snopek
|
83faf84ec9
GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on the heap to prevent crash
|
2 years ago |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 years ago |
Rémi Verschelde
|
76d318dbd1
Merge pull request #75778 from KoBeWi/_vp
|
2 years ago |
kobewi
|
67db4693eb
Expose _validate_property() for scripting
|
2 years ago |
Yuri Sizov
|
2c77f07aaa
Add a script method to get its class icon
|
2 years ago |
David Cambré
|
ceed30c442
Fix Ref<>.is_valid() for ScriptInstanceExtension
|
2 years ago |
voidedWarranties
|
bd5ab9f9b4
Remove unused `ScriptLanguage` methods
|
2 years ago |
Juan Linietsky
|
dddd8d43f6
Support script global resource name in EditorFileSystem
|
2 years ago |
voidedWarranties
|
411719a399
Fix `ScriptInstanceExtension::get_property_default_value` return value
|
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 |
Emmanuel Leblond
|
61c900ac6f
Fix const qualifier for parameters in GDExtension api functions
|
2 years ago |
Emmanuel Leblond
|
39c039a363
Revert removal of GDNativeExtensionScriptInstanceInfo::get_property_type_func in GDExtension
|
2 years ago |
Emmanuel Leblond
|
1e8756c94b
Use StringName in the whole GDExtension API instead of const char *
|
2 years ago |
Emmanuel Leblond
|
13c0a60747
Implement ScriptExtension::get_documentation
|
2 years ago |
Rémi Verschelde
|
8017827144
SCons: Re-enable treating `#warning` as error with `werror`
|
2 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 |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 years ago |