Danil Alexeev
|
c1b450566a
GDScript: Add `@deprecated` and `@experimental` doc comment tags
|
2 years ago |
Rémi Verschelde
|
faf3faa8c8
Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
Danil Alexeev
|
bf8f996212
GDScript: Fix conflict between property and group names
|
2 years ago |
Danil Alexeev
|
f3bf75fbb4
GDScript: Reset local variables on exit from block
|
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 |
Rémi Verschelde
|
2057d7344e
Merge pull request #73590 from vnen/gdscript-global-scope-enums
|
2 years ago |
George Marques
|
75f16b8167
Make global scope enums accessible as types in GDScript
|
2 years ago |
Dmitrii Maganov
|
8fe023ad93
GDScript: Rework type check
|
2 years ago |
Yuri Sizov
|
13f0158e49
Merge pull request #72608 from vnen/gdscript-warning-default-error
|
2 years ago |
George Marques
|
273bf7210f
GDScript: Add warnings that are set to error by default
|
2 years ago |
George Marques
|
5fc7918594
GDScript: Improve usability of setter chains
|
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 |
Rémi Verschelde
|
925784df03
Merge pull request #72454 from dalexeev/gds-fix-icon-annotation
|
2 years ago |
Danil Alexeev
|
83cb968965
GDScript: Fix `@icon` annotation
|
2 years ago |
George Marques
|
a47d4d57ca
GDScript: Allow void functions to return calls to other void functions
|
2 years ago |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
2 years ago |
Danil Alexeev
|
b004f8180e
GDScript: Allow constant expressions in annotations
|
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 |
George Marques
|
7548e043fc
Add support for Unicode identifiers in GDScript
|
2 years ago |
George Marques
|
75515e4303
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
|
2 years ago |
ocean (they/them)
|
366ec895b1
Assorted enum and native type fixes
|
2 years ago |
Dmitrii Maganov
|
a8c2f8a0e1
GDScript: Fix missing conversion for default argument values
|
2 years ago |
Dmitrii Maganov
|
a1d06749f1
Unify typing of variables, constants and parameters in GDScript
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Dmitrii Maganov
|
b6aa4840d8
Fix usage of Enum as constant
|
2 years ago |