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
/
warnings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...
girdenis-p
2024-11-06
7
-14
/
+38
*
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
*
|
StringName Dictionary keys
rune-scape
2024-08-29
1
-2
/
+2
*
|
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 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: Warn when enum variable has no default
George Marques
2024-04-16
2
-0
/
+16
*
|
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
Rémi Verschelde
2024-04-09
2
-0
/
+57
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix `UNSAFE_CAST` warning
Danil Alexeev
2023-10-27
2
-0
/
+57
*
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
3
-2
/
+19
|
/
*
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
Danil Alexeev
2023-09-30
2
-8
/
+49
*
Merge pull request #75988 from dalexeev/gds-unsafe-call-argument
Yuri Sizov
2023-09-27
3
-0
/
+71
|
\
|
*
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
3
-0
/
+71
*
|
Check if any global script class is shadowed by a variable
Chia-Hsiang Cheng
2023-09-26
2
-9
/
+16
|
/
*
Remove REDUNDANT_FOR_VARIABLE_TYPE
ryanabx
2023-09-12
4
-18
/
+0
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
4
-0
/
+18
*
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
8
-0
/
+73
*
Fix for not being able to ignore shadowing warnings on class scope
jpcerrone
2023-07-24
2
-6
/
+14
*
GDScript: Fix warning ignoring for member variables
Danil Alexeev
2023-05-12
2
-0
/
+19
*
GDScript: Reorganize and unify warnings
Danil Alexeev
2023-04-28
3
-6
/
+6
*
Fix mistakes in documentation and GDScript errors
VolTer
2023-04-10
1
-1
/
+1
*
Merge pull request #74949 from dalexeev/gds-fix-await-warning
Yuri Sizov
2023-03-20
2
-0
/
+90
|
\
|
*
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
Danil Alexeev
2023-03-16
2
-0
/
+90
*
|
GDScript: Fix missing warning for shadowing of built-in types
Dmitrii Maganov
2023-03-13
2
-0
/
+38
|
/
*
GDScript: Don't use validated call for vararg methods
George Marques
2023-02-24
1
-1
/
+1
*
Make global scope enums accessible as types in GDScript
George Marques
2023-02-19
2
-2
/
+2
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
8
-0
/
+74
*
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
8
-64
/
+0
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
8
-0
/
+64
*
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
4
-0
/
+21
*
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
1
-1
/
+1
*
GDScript: Fix typing of lambda functions
Dmitrii Maganov
2023-01-06
4
-0
/
+21