Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
il y a 2 ans |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
il y a 2 ans |
Rémi Verschelde
|
76d318dbd1
Merge pull request #75778 from KoBeWi/_vp
|
il y a 2 ans |
kobewi
|
67db4693eb
Expose _validate_property() for scripting
|
il y a 2 ans |
Yuri Sizov
|
2c77f07aaa
Add a script method to get its class icon
|
il y a 2 ans |
Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
il y a 2 ans |
Danil Alexeev
|
a0577eb23b
GDScript: Fix `_get_script_name()` function collision for SCU build
|
il y a 2 ans |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
il y a 2 ans |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
il y a 2 ans |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
il y a 2 ans |
ocean (they/them)
|
6783ff69c0
Improve and fix GDScript documentation generation & behavior
|
il y a 2 ans |
voidedWarranties
|
bd5ab9f9b4
Remove unused `ScriptLanguage` methods
|
il y a 2 ans |
Rémi Verschelde
|
ebd0b40f6e
Merge pull request #71687 from reduz/support-script-class-name-in-efs
|
il y a 2 ans |
Juan Linietsky
|
dddd8d43f6
Support script global resource name in EditorFileSystem
|
il y a 2 ans |
George Marques
|
7e5c2f945d
Remove references to compiled GDScript in export
|
il y a 2 ans |
Adam Scott
|
d22199990e
Resolve `GDScript::clear()` `heap-use-after-free` ASAN errors
|
il y a 2 ans |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
il y a 2 ans |
ocean (they/them)
|
fb418685a0
Unify GDScriptAnalyzer in-editor and runtime autoload checks
|
il y a 2 ans |
rune-scape
|
e1c63fee86
GDScript: Fix built-in script and other `find_class` bugs
|
il y a 2 ans |
rune-scape
|
d531869a7c
GDScript: Fix subclass script path issues
|
il y a 2 ans |
Adam Scott
|
5704055d30
Fix cyclic references in GDScript 2.0
|
il y a 2 ans |
Rune
|
bce6f1792e
GDScript compiler subclass bugfixes
|
il y a 2 ans |
Wei Guo
|
d0edd36f80
Fix built-in script path of GDScript
|
il y a 2 ans |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
il y a 2 ans |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
il y a 3 ans |
kobewi
|
c3606cb5f3
Swap arguments of ResourceSaver.save()
|
il y a 3 ans |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
il y a 3 ans |
Yuri Sizov
|
a9098e6147
Add support for documenting built-in annotations
|
il y a 3 ans |
George Marques
|
cf015673d3
GDScript: Use implicit method for @onready variables
|
il y a 3 ans |
Hugo Locurcio
|
cceeb671db
Improve stack overflow error message in GDScript and VisualScript
|
il y a 3 ans |