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
*
GDScript: Suppress unused constant warning with underscore
George Marques
2024-04-18
4
-52
/
+9
*
Merge pull request #89472 from dalexeev/gds-fix-bin-tokenizer-continuation-lines
Rémi Verschelde
2024-04-15
2
-0
/
+14
|
\
|
*
GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`
Danil Alexeev
2024-04-10
2
-0
/
+14
*
|
Fix multiline array/dictionary match statements
Aiden Storey
2024-04-12
4
-0
/
+63
*
|
GDScript: Don't warn on unassigned for builtin-typed variables
George Marques
2024-04-10
2
-3
/
+23
|
/
*
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
8
-4
/
+30
*
Merge pull request #82952 from AbelToy/gds-export-array
Rémi Verschelde
2024-03-06
9
-4
/
+288
|
\
|
*
Support Array and PackedArray in @export_*
Abel Toy
2024-03-06
9
-4
/
+288
*
|
[GDScript] Fix some test file paths
A Thousand Ships
2024-03-04
2
-0
/
+0
*
|
GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...
20kdc
2024-03-01
2
-9
/
+29
|
/
*
Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation
Rémi Verschelde
2024-02-27
6
-69
/
+105
|
\
|
*
GDScript: Add `@export_storage` annotation
Danil Alexeev
2023-12-19
6
-69
/
+105
*
|
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
3
-0
/
+1
*
|
GDScript: Add `is not` operator
Danil Alexeev
2024-02-04
2
-0
/
+17
*
|
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
8
-26
/
+0
*
|
Add UID support to GDScript files
kobewi
2024-01-17
8
-0
/
+26
*
|
GDScript: Allow empty parentheses for property getter declaration
Danil Alexeev
2023-10-11
2
-0
/
+6
|
/
*
GDScript: Add error when exporting node in non [Node]-derived classes
Danil Alexeev
2023-10-05
2
-1
/
+8
*
Merge pull request #80085 from vnen/gdscript-pattern-guards
Yuri Sizov
2023-09-28
4
-0
/
+12
|
\
|
*
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
4
-0
/
+12
*
|
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
6
-0
/
+11
|
/
*
GDScript: Add raw string literals (r-strings)
Danil Alexeev
2023-09-11
8
-0
/
+57
*
GDScript: Allow mixed indentation on blank lines
Danil Alexeev
2023-08-17
3
-0
/
+26
*
Change explicit 'Godot 4.0' references to 'Godot 4'
Rémi Verschelde
2023-07-10
1
-1
/
+1
*
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
|
\
[next]