Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
Danil Alexeev
|
049a49cac0
GDScript: Fix doc comment parsing (newlines and spaces)
|
2 years ago |
Rémi Verschelde
|
06d337af80
Merge pull request #75943 from adamscott/fix-missing-script-type-nullptr-check
|
2 years ago |
smix8
|
a6ac305f96
Rework Navigation Avoidance
|
2 years ago |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
Yuri Sizov
|
26fb911f79
Merge pull request #72095 from anvilfolk/gd-docs
|
2 years ago |
Rémi Verschelde
|
54b0e8123e
Merge pull request #75605 from anvilfolk/type-base
|
2 years ago |
ocean (they/them)
|
6783ff69c0
Improve and fix GDScript documentation generation & behavior
|
2 years ago |
Danil Alexeev
|
dbc3c82043
GDScript: Add some checks for `@tool` and `@icon`
|
2 years ago |
Yuri Sizov
|
6596a6c1b5
Merge pull request #72979 from dalexeev/gds-annotation-parsing
|
2 years ago |
Yuri Sizov
|
d220680bd0
Merge pull request #62830 from ajreckof/access-identifier-keywords
|
2 years ago |
ajreckof
|
ab9f60dd1a
fix access to identifiers that are reserved keywords
|
2 years ago |
Danil Alexeev
|
5038a336be
GDScript: Fix and improve annotation parsing
|
2 years ago |
Adam Scott
|
1236302388
Add missing `script_type` `nullptr` check
|
2 years ago |
VolTer
|
f832eb92e4
Fix mistakes in documentation and GDScript errors
|
2 years ago |
ocean (they/them)
|
5d164df4e1
Make type not found errors more informative.
|
2 years ago |
Dmitrii Maganov
|
4e34cf238a
GDScript: Change parser representation of class extends
|
2 years ago |
Rémi Verschelde
|
9eaaeef76d
Merge pull request #73410 from MewPurPur/Fixin-error-spam-2-Electric-Boogaloo
|
2 years ago |
VolTer
|
07dd627728
Fix error spam when naming a func at the end of the script
|
2 years ago |
Dmitrii Maganov
|
b0b1eaeb6d
GDScript: Fix parsing unexpected break/continue in lambda
|
2 years ago |
Dmitrii Maganov
|
8fe023ad93
GDScript: Rework type check
|
2 years ago |
Danil Alexeev
|
220898a69f
GDScript: Remove `treat_warnings_as_errors` project setting
|
2 years ago |
Rémi Verschelde
|
dc7f08b556
Merge pull request #72971 from vnen/gdscript-multiline-comment
|
2 years ago |
George Marques
|
03ea77407c
GDScript: Be more lenient with identifiers
|
2 years ago |
George Marques
|
f95967c299
GDScript: Allow strings as multiline comments
|
2 years ago |
Danil Alexeev
|
c8e3d8b5d5
GDScript: Improve validation and documentation of `@export_flags`
|
2 years ago |
Yuri Sizov
|
7b86a082be
Merge pull request #72804 from vnen/gdscript-no-onready-without-node
|
2 years ago |
Yuri Sizov
|
de4369ca4b
Merge pull request #72708 from KoBeWi/PackedMultilineStringArray
|
2 years ago |
George Marques
|
ed5ddab7e5
GDScript: Fix inheritance check of @onready for inner classes
|
2 years ago |