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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #72212 from anvilfolk/gdtestnames
Rémi Verschelde
2023-01-31
3
-18
/
+21
|
\
|
*
Add option to print filenames in GDScript unit testing
ocean (they/them)
2023-01-30
3
-18
/
+21
*
|
Merge pull request #72400 from vnen/gdscript-match-release-consistency
Rémi Verschelde
2023-01-30
1
-5
/
+1
|
\
\
|
*
|
GDScript: Fix match branches return check on release
George Marques
2023-01-30
1
-5
/
+1
*
|
|
GDScript: Fix vararg method calls with exact arguments
Dmitrii Maganov
2023-01-30
3
-3
/
+15
|
/
/
*
|
Merge pull request #72305 from dalexeev/gfs-fix-export-enum
Rémi Verschelde
2023-01-30
4
-4
/
+57
|
\
\
|
*
|
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
2023-01-30
4
-4
/
+57
*
|
|
Merge pull request #72175 from dalexeev/gds-fix-export-group-annotations
Rémi Verschelde
2023-01-30
2
-4
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix broken export group annotations
Danil Alexeev
2023-01-27
2
-4
/
+12
|
|
/
*
|
Allow unicode identifier in GDScript syntax highlighter
Haoyu Qiu
2023-01-29
1
-1
/
+1
*
|
Merge pull request #72285 from vnen/gdscript-variable-match
Rémi Verschelde
2023-01-29
8
-15
/
+59
|
\
\
|
*
|
GDScript: Allow variables in match patterns
George Marques
2023-01-28
8
-15
/
+59
*
|
|
Merge pull request #72286 from vnen/gdscript-native-static-call-crash
Rémi Verschelde
2023-01-29
3
-1
/
+13
|
\
\
\
|
*
|
|
GDScript: Avoid calling non-static methods on native classes
George Marques
2023-01-28
3
-1
/
+13
|
|
/
/
*
|
|
Merge pull request #71844 from vonagam/fix-constant-conversions
Rémi Verschelde
2023-01-29
28
-103
/
+199
|
\
\
\
|
*
|
|
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
28
-103
/
+199
|
|
/
/
*
/
/
GDScript: Fix implicit conversions for function returns
Dmitrii Maganov
2023-01-28
3
-20
/
+51
|
/
/
*
|
GDScript: Fix test from #69163 after annotations change
Rémi Verschelde
2023-01-28
1
-1
/
+1
*
|
Merge pull request #69163 from vonagam/variant-safe-lines
Rémi Verschelde
2023-01-28
3
-35
/
+70
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix wrong marking of some lines related to Variant as unsafe
Dmitrii Maganov
2023-01-12
3
-35
/
+70
*
|
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-27
7
-25
/
+15
*
|
Merge pull request #71634 from dalexeev/gds-annotations-analyzer
Rémi Verschelde
2023-01-26
18
-162
/
+128
|
\
\
|
*
|
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
18
-162
/
+128
*
|
|
Merge pull request #72008 from vonagam/fix-property-access-unsafe-mark
Rémi Verschelde
2023-01-26
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix marking of line with unsafe property access as unsafe
Dmitrii Maganov
2023-01-25
1
-0
/
+1
*
|
|
Merge pull request #71120 from jordigcs/ternary
George Marques
2023-01-25
3
-5
/
+6
|
\
\
\
|
*
|
|
Allow standalone ternary expressions
jordi
2023-01-19
3
-5
/
+6
*
|
|
|
Merge pull request #71349 from vonagam/disallow-infer-on-weak
Rémi Verschelde
2023-01-25
9
-9
/
+20
|
\
\
\
\
|
*
|
|
|
GDScript: Disallow type inference with untyped initializer
Dmitrii Maganov
2023-01-13
9
-9
/
+20
*
|
|
|
|
Clarify error message about script-level annotation
Danil Alexeev
2023-01-24
2
-2
/
+6
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
George Marques
2023-01-23
6
-16
/
+82
|
\
\
\
\
|
*
|
|
|
GDScript: Add names for disassembling function pointers
George Marques
2023-01-23
6
-16
/
+82
*
|
|
|
|
Merge pull request #71914 from vnen/gdscript-no-continue-match
Rémi Verschelde
2023-01-23
10
-76
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
10
-76
/
+5
*
|
|
|
|
Merge pull request #71676 from vnen/gdscript-unicode-identifiers
Rémi Verschelde
2023-01-23
13
-33
/
+142
|
\
\
\
\
\
|
*
|
|
|
|
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
13
-33
/
+142
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
2
-0
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
2
-0
/
+5
*
|
|
|
|
call update_exports from LSP didSave function
Adam Wardell
2023-01-20
1
-0
/
+1
*
|
|
|
|
Remove references to compiled GDScript in export
George Marques
2023-01-20
4
-31
/
+2
|
/
/
/
/
*
|
|
|
Update `@icon` definition to add a note
Adam Scott
2023-01-18
1
-0
/
+2
*
|
|
|
Fix unnammed enum crash regression
ocean (they/them)
2023-01-18
3
-1
/
+9
*
|
|
|
Merge pull request #71279 from vonagam/fix-iterator-number-type
Rémi Verschelde
2023-01-16
23
-12
/
+202
|
\
\
\
\
|
*
|
|
|
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-13
23
-12
/
+202
*
|
|
|
|
Merge pull request #67774 from aaronfranke/script-annotations
Rémi Verschelde
2023-01-16
4
-47
/
+15
|
\
\
\
\
\
|
*
|
|
|
|
Make script annotations placed before class_name and extends
Aaron Franke
2022-12-19
4
-47
/
+15
*
|
|
|
|
|
Merge pull request #71434 from adamscott/fix-reduce-identifier-from-base-clas...
Rémi Verschelde
2023-01-16
2
-3
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix cyclic reference errors while reducing identifiers.
Adam Scott
2023-01-15
2
-3
/
+3
*
|
|
|
|
|
|
Merge pull request #69970 from poohcom1/fix/autocomplete-custom-class
George Marques
2023-01-16
1
-0
/
+8
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Add identifier completion for custom classes.
poohcom1
2023-01-16
1
-0
/
+8
[next]