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
/
analyzer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Fix built-in enum constant bindings
Danil Alexeev
2024-11-22
8
-0
/
+65
*
Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...
girdenis-p
2024-11-06
7
-14
/
+38
*
Always add decimal when printing float
kobewi
2024-10-23
5
-37
/
+37
*
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
18
-0
/
+294
|
\
|
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
18
-0
/
+294
*
|
Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warning
Rémi Verschelde
2024-09-05
2
-8
/
+29
|
\
\
|
|
/
|
/
|
|
*
GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses
Danil Alexeev
2024-03-19
2
-8
/
+29
*
|
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
1
-2
/
+2
|
\
\
|
*
|
StringName Dictionary keys
rune-scape
2024-08-29
1
-2
/
+2
*
|
|
GDScript: Replace `assert()` with `Utils.check()` in tests
Danil Alexeev
2024-08-28
10
-215
/
+209
|
/
/
*
|
Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-error
Rémi Verschelde
2024-08-28
5
-0
/
+27
|
\
\
|
*
|
GDScript: Add warning if non-`@tool` class extends `@tool` class
Danil Alexeev
2024-07-04
5
-0
/
+27
*
|
|
GDScript: Fix common mismatched external parser errors
rune-scape
2024-07-31
13
-1
/
+51
*
|
|
GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT`
Danil Alexeev
2024-07-22
1
-0
/
+14
|
/
/
*
|
GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warnings
Danil Alexeev
2024-06-28
2
-42
/
+21
*
|
GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning
Danil Alexeev
2024-06-28
2
-0
/
+63
*
|
GDScript: Fix some export annotation issues
Danil Alexeev
2024-05-13
1
-5
/
+5
*
|
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
2
-2
/
+0
*
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
2
-0
/
+15
*
|
GDScript: Fix access non-static members in static context
Danil Alexeev
2024-05-01
16
-4
/
+155
*
|
GDScript: Warn when enum variable has no default
George Marques
2024-04-16
2
-0
/
+16
*
|
GDScript: Allow casting enum to int
George Marques
2024-04-12
2
-0
/
+11
*
|
Merge pull request #90448 from vnen/gdscript-infer-string-format
Rémi Verschelde
2024-04-10
2
-0
/
+8
|
\
\
|
*
|
GDScript: Infer type with string format operator
George Marques
2024-04-10
2
-0
/
+8
|
|
/
*
|
Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin
Rémi Verschelde
2024-04-10
4
-1
/
+13
|
\
\
|
*
|
GDScript: Don't warn on unassigned for builtin-typed variables
George Marques
2024-04-10
4
-1
/
+13
|
|
/
*
|
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
Rémi Verschelde
2024-04-09
8
-0
/
+72
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix `UNSAFE_CAST` warning
Danil Alexeev
2023-10-27
8
-0
/
+72
*
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
9
-21
/
+240
*
|
Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation
Rémi Verschelde
2024-02-27
2
-13
/
+12
|
\
\
|
*
|
GDScript: Add `@export_storage` annotation
Danil Alexeev
2023-12-19
2
-13
/
+12
|
|
/
*
|
Merge pull request #82639 from golfinq/gdscript-improve-indexing-error
Rémi Verschelde
2024-01-04
4
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
GDScript: Improve error messages for invalid indexing
Rémi Verschelde
2023-10-02
4
-4
/
+4
*
|
GDScript: Fix non-static call is allowed in static var lambda body
Danil Alexeev
2023-10-20
9
-1
/
+67
*
|
GDScript: Fix incorrect error message for utility functions
Danil Alexeev
2023-10-16
4
-0
/
+8
*
|
GDScript: Add error when exporting node in non [Node]-derived classes
Danil Alexeev
2023-10-05
6
-0
/
+31
*
|
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
Danil Alexeev
2023-09-30
2
-8
/
+49
|
/
*
Merge pull request #82477 from dalexeev/gds-covariance-and-contravariance
Yuri Sizov
2023-09-28
18
-0
/
+138
|
\
|
*
GDScript: Add return type covariance and parameter type contravariance
Danil Alexeev
2023-09-28
18
-0
/
+138
*
|
Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typed
Yuri Sizov
2023-09-28
2
-0
/
+7
|
\
\
|
*
|
GDScript: Make array literal typed if `for` loop variable type is specified
Danil Alexeev
2023-09-21
2
-0
/
+7
*
|
|
Merge pull request #80085 from vnen/gdscript-pattern-guards
Yuri Sizov
2023-09-28
2
-0
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
2
-0
/
+6
*
|
|
Merge pull request #75988 from dalexeev/gds-unsafe-call-argument
Yuri Sizov
2023-09-27
9
-0
/
+91
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
9
-0
/
+91
|
|
/
*
|
Check if any global script class is shadowed by a variable
Chia-Hsiang Cheng
2023-09-26
2
-9
/
+16
*
|
GDScript: Prevent constructing and inheriting engine singletons
Danil Alexeev
2023-09-22
4
-0
/
+12
|
/
*
Merge pull request #81332 from dalexeev/gds-fix-update-array-literal-in-weak-...
Rémi Verschelde
2023-09-20
2
-0
/
+29
|
\
|
*
GDScript: Don't make array literal typed in weak type context
Danil Alexeev
2023-09-05
2
-0
/
+29
*
|
GDScript: Fix subscript resolution for constant non-metatypes
Danil Alexeev
2023-09-19
2
-0
/
+28
[next]