Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
1 year ago |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 years ago |
Rémi Verschelde
|
76d318dbd1
Merge pull request #75778 from KoBeWi/_vp
|
1 year ago |
kobewi
|
67db4693eb
Expose _validate_property() for scripting
|
2 years ago |
Yuri Sizov
|
2c77f07aaa
Add a script method to get its class icon
|
1 year ago |
ocean (they/them)
|
cca57171c1
Add error message when a GDScript resource fails to load.
|
2 years ago |
Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
2 years ago |
ocean (they/them)
|
7d29ac0bf2
GDScript: solve `_populate_class_members()` cyclic dependency problem
|
2 years ago |
Danil Alexeev
|
84c8946565
GDScript: Remove unnecessary name check in `_get_property_list()`
|
2 years ago |
jpcerrone
|
8ce8216d17
Fix errors destroying script with static variables
|
2 years ago |
Danil Alexeev
|
a0577eb23b
GDScript: Fix `_get_script_name()` function collision for SCU build
|
2 years ago |
Rémi Verschelde
|
ae00187b58
Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1
|
2 years ago |
Rémi Verschelde
|
5f9175f969
Merge pull request #76954 from Rindbee/return-null-on-fail-load-script
|
2 years ago |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
Rindbee
|
cbce374f68
Returns null and does not cache when the source code of the script fails to load
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
kobewi
|
c646f7df70
Clear SelfList when destroying GDScriptLanguage
|
2 years ago |
Rémi Verschelde
|
7780926b25
GDScript: Fix template_debug compilation with TOOLS/DEBUG macro mismatch
|
2 years ago |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
ocean (they/them)
|
6783ff69c0
Improve and fix GDScript documentation generation & behavior
|
2 years ago |
Dmitrii Maganov
|
4e34cf238a
GDScript: Change parser representation of class extends
|
2 years ago |
Yuri Sizov
|
496bd94c21
Prevent cache corruption when saving resources in the editor
|
2 years ago |
voidedWarranties
|
bd5ab9f9b4
Remove unused `ScriptLanguage` methods
|
2 years ago |
Yuri Sizov
|
6212da66e8
Merge pull request #72867 from vnen/gdscript-limit-call-depth
|
2 years ago |
Danil Alexeev
|
220898a69f
GDScript: Remove `treat_warnings_as_errors` project setting
|
2 years ago |
George Marques
|
34f0a2ca46
GDScript: Add limit to call depth
|
2 years ago |
Rémi Verschelde
|
604493eb6e
Merge pull request #65910 from KoBeWi/gdsus
|
2 years ago |
Rémi Verschelde
|
e768e02b78
Merge pull request #72444 from reduz/fix-global-class-parsing
|
2 years ago |
Juan Linietsky
|
1bbe0a2b2f
Fix global script class parsing.
|
2 years ago |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 years ago |