George Marques
|
03ea77407c
GDScript: Be more lenient with identifiers
|
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 |
Rémi Verschelde
|
eee343210d
Merge pull request #72330 from MinusKube/unreachable_code_bug
|
2 years ago |
Rémi Verschelde
|
8a37fad281
Merge pull request #72794 from vnen/gdscript-no-onready-without-node
|
2 years ago |
George Marques
|
3941af3d91
GDScript: Don't allow @onready without inheriting Node
|
2 years ago |
Danil Alexeev
|
31749de128
GDScript: Better handling of `@rpc` annotation and autocompletion
|
2 years ago |
Yuri Sizov
|
13f0158e49
Merge pull request #72608 from vnen/gdscript-warning-default-error
|
2 years ago |
kobewi
|
2b71ede967
Fix @export_multiline for PackedStringArray
|
2 years ago |
GeroVeni
|
54f2226ce5
Improve docs for rpc annotations
|
2 years ago |
George Marques
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
Danil Alexeev
|
4311836be2
GDScript: Fix crash in export group annotations
|
2 years ago |
Rémi Verschelde
|
afe3b94ab2
Revert "GDScript: Add warnings that are set to error by default"
|
2 years ago |
George Marques
|
a166833bfa
GDScript: Add warnings that are set to error by default
|
2 years ago |
Danil Alexeev
|
83cb968965
GDScript: Fix `@icon` annotation
|
2 years ago |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 years ago |
George Marques
|
65407dd42d
GDScript: Fix match branches return check on release
|
2 years ago |
Rémi Verschelde
|
af57bdb193
Merge pull request #72305 from dalexeev/gfs-fix-export-enum
|
2 years ago |
Danil Alexeev
|
d4b78c352f
GDScript: Fix `@export_enum` works only with `int`
|
2 years ago |
Rémi Verschelde
|
a2817eca03
Merge pull request #72175 from dalexeev/gds-fix-export-group-annotations
|
2 years ago |
MinusKube
|
2b60d9d6e1
Fix unreachable code warning for elif block
|
2 years ago |
George Marques
|
c68b2358d5
GDScript: Allow variables in match patterns
|
2 years ago |
Danil Alexeev
|
1d68ce2cce
GDScript: Fix broken export group annotations
|
2 years ago |
Danil Alexeev
|
b004f8180e
GDScript: Allow constant expressions in annotations
|
2 years ago |
George Marques
|
e93266b9ff
Merge pull request #71120 from jordigcs/ternary
|
2 years ago |
Danil Alexeev
|
13215638a9
Clarify error message about script-level annotation
|
2 years ago |
Rémi Verschelde
|
81fe3715b8
Merge pull request #71914 from vnen/gdscript-no-continue-match
|
2 years ago |
George Marques
|
9462ae4783
GDScript: Remove function of `continue` for match statement
|
2 years ago |