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
/
gdscript_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-28
/
+58
*
Merge pull request #72095 from anvilfolk/gd-docs
Yuri Sizov
2023-04-26
1
-3
/
+14
|
\
|
*
Improve and fix GDScript documentation generation & behavior
ocean (they/them)
2023-04-21
1
-3
/
+14
*
|
Merge pull request #75605 from anvilfolk/type-base
Rémi Verschelde
2023-04-24
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Make type not found errors more informative.
ocean (they/them)
2023-04-02
1
-3
/
+0
*
|
GDScript: Add some checks for `@tool` and `@icon`
Danil Alexeev
2023-04-20
1
-0
/
+16
*
|
Merge pull request #72979 from dalexeev/gds-annotation-parsing
Yuri Sizov
2023-04-17
1
-17
/
+22
|
\
\
|
*
|
GDScript: Fix and improve annotation parsing
Danil Alexeev
2023-04-14
1
-17
/
+22
*
|
|
Merge pull request #62830 from ajreckof/access-identifier-keywords
Yuri Sizov
2023-04-17
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix access to identifiers that are reserved keywords
ajreckof
2023-04-14
1
-0
/
+3
|
|
/
*
/
Fix mistakes in documentation and GDScript errors
VolTer
2023-04-10
1
-6
/
+5
|
/
*
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-3
/
+3
*
Merge pull request #73410 from MewPurPur/Fixin-error-spam-2-Electric-Boogaloo
Rémi Verschelde
2023-03-08
1
-1
/
+1
|
\
|
*
Fix error spam when naming a func at the end of the script
VolTer
2023-03-07
1
-1
/
+1
*
|
GDScript: Fix parsing unexpected break/continue in lambda
Dmitrii Maganov
2023-02-23
1
-0
/
+13
*
|
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-7
/
+26
|
/
*
GDScript: Remove `treat_warnings_as_errors` project setting
Danil Alexeev
2023-02-10
1
-1
/
+1
*
Merge pull request #72971 from vnen/gdscript-multiline-comment
Rémi Verschelde
2023-02-09
1
-15
/
+51
|
\
|
*
GDScript: Allow strings as multiline comments
George Marques
2023-02-09
1
-15
/
+51
*
|
GDScript: Be more lenient with identifiers
George Marques
2023-02-09
1
-2
/
+14
|
/
*
GDScript: Improve validation and documentation of `@export_flags`
Danil Alexeev
2023-02-07
1
-13
/
+40
*
Merge pull request #72804 from vnen/gdscript-no-onready-without-node
Yuri Sizov
2023-02-06
1
-1
/
+1
|
\
|
*
GDScript: Fix inheritance check of @onready for inner classes
George Marques
2023-02-06
1
-1
/
+1
*
|
Merge pull request #72708 from KoBeWi/PackedMultilineStringArray
Yuri Sizov
2023-02-06
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix @export_multiline for PackedStringArray
kobewi
2023-02-04
1
-0
/
+7
*
|
Merge pull request #72330 from MinusKube/unreachable_code_bug
Rémi Verschelde
2023-02-06
1
-0
/
+8
|
\
\
|
*
|
Fix unreachable code warning for elif block
MinusKube
2023-01-29
1
-0
/
+8
*
|
|
Merge pull request #72794 from vnen/gdscript-no-onready-without-node
Rémi Verschelde
2023-02-06
1
-0
/
+4
|
\
\
\
|
*
|
|
GDScript: Don't allow @onready without inheriting Node
George Marques
2023-02-06
1
-0
/
+4
*
|
|
|
GDScript: Better handling of `@rpc` annotation and autocompletion
Danil Alexeev
2023-02-05
1
-11
/
+31
|
/
/
/
*
|
|
Merge pull request #72608 from vnen/gdscript-warning-default-error
Yuri Sizov
2023-02-05
1
-7
/
+7
|
\
\
\
|
*
|
|
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
1
-7
/
+7
|
|
|
/
|
|
/
|
*
/
|
Improve docs for rpc annotations
GeroVeni
2023-02-04
1
-1
/
+1
|
/
/
*
|
GDScript: Fix crash in export group annotations
Danil Alexeev
2023-02-02
1
-1
/
+6
*
|
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
1
-7
/
+7
*
|
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
1
-7
/
+7
*
|
GDScript: Fix `@icon` annotation
Danil Alexeev
2023-01-31
1
-4
/
+30
*
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-43
/
+5
*
|
GDScript: Fix match branches return check on release
George Marques
2023-01-30
1
-5
/
+1
*
|
Merge pull request #72305 from dalexeev/gfs-fix-export-enum
Rémi Verschelde
2023-01-30
1
-1
/
+23
|
\
\
|
*
|
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
2023-01-30
1
-1
/
+23
*
|
|
Merge pull request #72175 from dalexeev/gds-fix-export-group-annotations
Rémi Verschelde
2023-01-30
1
-3
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix broken export group annotations
Danil Alexeev
2023-01-27
1
-3
/
+7
|
|
/
*
/
GDScript: Allow variables in match patterns
George Marques
2023-01-28
1
-11
/
+3
|
/
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-62
/
+4
*
Merge pull request #71120 from jordigcs/ternary
George Marques
2023-01-25
1
-0
/
+1
|
\
|
*
Allow standalone ternary expressions
jordi
2023-01-19
1
-0
/
+1
*
|
Clarify error message about script-level annotation
Danil Alexeev
2023-01-24
1
-1
/
+5
*
|
Merge pull request #71914 from vnen/gdscript-no-continue-match
Rémi Verschelde
2023-01-23
1
-19
/
+1
|
\
\
|
*
|
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
1
-19
/
+1
[next]