index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix lambda parsing continuing on subsequent lines #73273
今井きなみ
2023-06-21
4
-0
/
+92
*
Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable
Rémi Verschelde
2023-06-18
2
-0
/
+33
|
\
|
*
GDScript: Fix `MIN_INT` not representable as numeric literal
Danil Alexeev
2023-02-15
2
-0
/
+33
*
|
GDScript: Fix repeated `_` are allowed after decimal point
Danil Alexeev
2023-06-14
6
-11
/
+53
*
|
GDScript: Reorganize and unify warnings
Danil Alexeev
2023-04-28
14
-26
/
+26
*
|
Add support for static variables in GDScript
George Marques
2023-04-27
4
-0
/
+15
*
|
GDScript: Add some checks for `@tool` and `@icon`
Danil Alexeev
2023-04-20
4
-0
/
+14
*
|
Merge pull request #72979 from dalexeev/gds-annotation-parsing
Yuri Sizov
2023-04-17
4
-0
/
+67
|
\
\
|
*
|
GDScript: Fix and improve annotation parsing
Danil Alexeev
2023-04-14
4
-0
/
+67
*
|
|
fix access to identifiers that are reserved keywords
ajreckof
2023-04-14
2
-0
/
+37
|
/
/
*
|
Fix GDScript code style regarding colon
Danil Alexeev
2023-03-05
2
-5
/
+7
*
|
Minor typo and docs URL fixes
Rémi Verschelde
2023-02-28
1
-1
/
+1
*
|
GDScript: Fix parsing unexpected break/continue in lambda
Dmitrii Maganov
2023-02-23
4
-0
/
+22
|
/
*
Merge pull request #72971 from vnen/gdscript-multiline-comment
Rémi Verschelde
2023-02-09
4
-6
/
+24
|
\
|
*
GDScript: Allow strings as multiline comments
George Marques
2023-02-09
4
-6
/
+24
*
|
GDScript: Be more lenient with identifiers
George Marques
2023-02-09
6
-1
/
+39
|
/
*
Revert "Remove script class checks when getting function signature"
Rémi Verschelde
2023-02-07
2
-14
/
+0
*
Remove script class checks when getting function signature
Adam Scott
2023-02-07
2
-0
/
+14
*
Fix global script class parsing.
Juan Linietsky
2023-01-31
1
-1
/
+1
*
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
2023-01-30
2
-0
/
+22
*
Merge pull request #72285 from vnen/gdscript-variable-match
Rémi Verschelde
2023-01-29
2
-0
/
+27
|
\
|
*
GDScript: Allow variables in match patterns
George Marques
2023-01-28
2
-0
/
+27
*
|
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
1
-4
/
+4
|
/
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
2
-2
/
+2
*
Clarify error message about script-level annotation
Danil Alexeev
2023-01-24
1
-1
/
+1
*
Merge pull request #71914 from vnen/gdscript-no-continue-match
Rémi Verschelde
2023-01-23
4
-8
/
+3
|
\
|
*
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
4
-8
/
+3
*
|
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
6
-0
/
+65
|
/
*
Merge pull request #67774 from aaronfranke/script-annotations
Rémi Verschelde
2023-01-16
3
-4
/
+4
|
\
|
*
Make script annotations placed before class_name and extends
Aaron Franke
2022-12-19
3
-4
/
+4
*
|
Merge pull request #70899 from adamscott/fix-vector-inf
Rémi Verschelde
2023-01-12
2
-0
/
+9
|
\
\
|
*
|
Fix parse error using Vector{2,3,4}.INF
Adam Scott
2023-01-08
2
-0
/
+9
*
|
|
Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflicts
George Marques
2023-01-12
2
-0
/
+22
|
\
\
\
|
*
|
|
GDScript: Fix false name conflicts for unnamed enums
Dmitrii Maganov
2022-12-29
2
-0
/
+22
|
|
|
/
|
|
/
|
*
|
|
Add GDScript `.editorconfig` rules
Adam Scott
2023-01-10
9
-126
/
+126
*
|
|
Merge pull request #70655 from vonagam/fix-assert-multiline
Rémi Verschelde
2023-01-09
2
-0
/
+26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GDScript: Fix multiline and trailing comma for assert
Dmitrii Maganov
2023-01-08
2
-0
/
+26
|
|
/
*
/
GDScript: Make using return of void function an error
George Marques
2022-12-30
2
-11
/
+0
|
/
*
change RETURN_VALUE_DISCARDED GDScript warn text
souplamp
2022-11-21
1
-1
/
+1
*
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-14
2
-0
/
+18
*
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-10-13
2
-2
/
+6
*
Improve dictionary printing to avoid confusion with arrays
Hugo Locurcio
2022-10-04
4
-6
/
+6
*
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-31
2
-2
/
+2
*
Merge pull request #62701 from cdemirer/for-variable-conflict
Rémi Verschelde
2022-07-06
4
-0
/
+11
|
\
|
*
Do error when for variable conflicts with a variable in scope
cdemirer
2022-07-04
4
-0
/
+11
*
|
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
2
-3
/
+3
|
/
*
Merge pull request #61666 from nathanfranke/fix-match-bind
George Marques
2022-06-15
2
-0
/
+19
|
\
|
*
use correct error for unused bind match, suppress with underscore
Nathan Franke
2022-06-03
2
-0
/
+19
*
|
Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-error
George Marques
2022-06-14
4
-0
/
+93
|
\
\
|
|
/
|
/
|
|
*
Fix logic errors in match-statement Array & Dictionary Patterns
cdemirer
2022-03-02
4
-0
/
+93
[next]