Yuri Sizov
|
f85bafaa11
Add grouping annotations for class properties in GDScript
|
3 years ago |
George Marques
|
9490146a16
GDScript: Enable exporting nodes to the inspector
|
3 years ago |
reduz
|
dd8c0522a6
Implement varargs in Methodinfo
|
3 years ago |
Marcus Elg
|
46bbbd9770
Allow autocompletion of "noslider" in export_range
|
3 years ago |
Rémi Verschelde
|
68bf4eb100
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
|
3 years ago |
George Marques
|
eba3e0a9fc
GDScript: Support `%` in shorthand for `get_node`
|
3 years ago |
Rémi Verschelde
|
f2a7bb6b51
Merge pull request #59943 from jordigcs/gdscript_warning_enums
|
3 years ago |
Danil Alexeev
|
320cf5d84c
Use blank line instead of `@desc:` for doc comments
|
3 years ago |
George Marques
|
1b76a9d705
GDScript: Fix lambda captures in default argument values
|
3 years ago |
George Marques
|
969f1980d2
GDScript: Fix `if` after lambda being seen as ternary
|
3 years ago |
George Marques
|
0a28b4cd94
GDScript: Do not allow standalone lambdas
|
3 years ago |
Rémi Verschelde
|
e22255edaf
Merge pull request #55201 from Scony/fix-unreachable-code-false-positive
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
JoJoX
|
8870e1c75d
Fix first value update
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
Yuri Rubinsky
|
be8eb6625e
Fix incorrect precedence of pow operator in GDScript
|
3 years ago |
Yuri Roubinsky
|
dbd7a31507
Implement exponential operator (**) to GDScript/Expressions
|
3 years ago |
Rémi Verschelde
|
9963ae3553
Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-pattern
|
3 years ago |
George Marques
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 years ago |
jordi
|
14bad75206
Add enum values (Ignore, Warn, Error) to GDScript warnings
|
3 years ago |
cdemirer
|
3c5b9d1be3
Fix issues with multiple bind patterns in match statement
|
3 years ago |
Rémi Verschelde
|
5ba3b993d5
Merge pull request #59694 from vnen/gdscript-better-call-super
|
3 years ago |
George Marques
|
be718285f7
GDScript: Fix issues with completion and `super` calls
|
3 years ago |
Yuri Roubinsky
|
0584387918
Fix autocompletion of static methods in built-in types in GDScript
|
3 years ago |
Yuri Rubinsky
|
7befa7234d
Merge pull request #58971 from Chaosus/gds_multiline_annotation
|
3 years ago |
Yuri Roubinsky
|
8a6ab899ec
Add an error emitting when the `@export_flags` arg count is exceeded
|
3 years ago |
Yuri Roubinsky
|
85488f12f3
Allow making multiline annotations in GDScript
|
3 years ago |
SaracenOne
|
ae0026bc7b
Make 'is_attribute' false during parse error to prevent crash
|
3 years ago |
Rémi Verschelde
|
317cd0b19a
Refactor some object type checking code with `cast_to`
|
3 years ago |
Rémi Verschelde
|
89eb6d372d
Merge pull request #57591 from vnen/gdscript-enum-fixes
|
3 years ago |