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_analyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-04
1
-45
/
+88
|
\
|
*
GDScript: Treat enum values as int and enum types as dictionary
George Marques
2022-02-03
1
-29
/
+66
|
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
1
-20
/
+26
*
|
Fix crash with non-constant keys in match statement Dictionary pattern
cdemirer
2022-01-26
1
-1
/
+1
|
/
*
Merge pull request #55995 from Xwdit/enum_fix
Rémi Verschelde
2022-01-17
1
-1
/
+2
|
\
|
*
Fix enum int comparison
Xwdit
2021-12-16
1
-1
/
+2
*
|
Merge pull request #56194 from cdemirer/fix-operation-result-type-inference
Rémi Verschelde
2022-01-10
1
-8
/
+20
|
\
\
|
*
|
Fix operation result type inference
cdemirer
2021-12-23
1
-8
/
+20
|
|
/
*
|
Merge pull request #56232 from V-Sekai/invalid_explicit_variant_assign_fix
Rémi Verschelde
2022-01-10
1
-1
/
+1
|
\
\
|
*
|
Fix 'Compiler bug: unresolved assign' on explicitly annotated variants.
SaracenOne
2021-12-25
1
-1
/
+1
|
|
/
*
|
Merge pull request #56260 from cdemirer/fix-type-mutation-upon-assignment-wit...
Rémi Verschelde
2022-01-10
1
-6
/
+7
|
\
\
|
*
|
Fix type mutation upon compound assignment
cdemirer
2021-12-27
1
-6
/
+7
|
|
/
*
|
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-05
1
-2
/
+36
|
\
\
|
*
|
GDScript: Add annotation to ignore warnings
George Marques
2022-01-04
1
-2
/
+36
|
|
/
*
/
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Avoid a crash in the gdscript analyser
Gilles Roudière
2021-12-14
1
-2
/
+4
*
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-12-13
1
-1
/
+19
*
Improve various texts
kobewi
2021-11-23
1
-1
/
+1
*
Fix incorrect debug check for setters
Benjamin Navarro
2021-10-18
1
-1
/
+1
*
Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant
Rémi Verschelde
2021-10-15
1
-0
/
+3
|
\
|
*
GDScript: Fix inferred typed array marked as constant
George Marques
2021-10-15
1
-0
/
+3
*
|
GDScript: Fix typing for await expression
George Marques
2021-10-14
1
-3
/
+12
*
|
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
1
-5
/
+5
|
/
*
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-14
1
-0
/
+5
|
\
|
*
GDScript: Access outer scope classes
Brian Semrau
2021-10-13
1
-0
/
+5
*
|
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
1
-0
/
+1
*
|
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-12
1
-1
/
+3
|
/
*
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
1
-32
/
+118
*
GDScript: Use getter return type for the property type
George Marques
2021-10-07
1
-3
/
+6
*
Merge pull request #53479 from vnen/gdscript-subscript-object-self
Rémi Verschelde
2021-10-06
1
-1
/
+5
|
\
|
*
GDScript: Allow subscript on self and object types
George Marques
2021-10-06
1
-1
/
+5
*
|
GDScript: Avoid hard errors on inferred types
George Marques
2021-10-06
1
-11
/
+8
|
/
*
GDScript: Use path cache when checking preloaded scripts
George Marques
2021-10-04
1
-1
/
+7
*
Merge pull request #53338 from briansemrau/gdscript-handle-for-with-null-list
Rémi Verschelde
2021-10-04
1
-2
/
+4
|
\
|
*
GDScript Check for null list in `for` loop
Brian Semrau
2021-10-02
1
-2
/
+4
*
|
Allow void as return type for constructors
kobewi
2021-10-03
1
-1
/
+4
|
/
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-3
/
+3
*
Revert "GdScript: Use reduced constant expression result when doing binary op...
Rémi Verschelde
2021-09-30
1
-10
/
+2
*
Merge pull request #51818 from MarianoGnu/gdscript2-enum-fixes
Rémi Verschelde
2021-09-30
1
-3
/
+19
|
\
|
*
GdScript: Use reduced constant expression result when doing binary operations...
Mariano Suligoy
2021-08-18
1
-2
/
+10
|
*
Accept non unnamed enums as valid values for enums. Fixes #49357
Mariano Suligoy
2021-08-17
1
-0
/
+5
|
*
When analyzing GdScript sources, consider Enums as Dictionaries. Fixes #45558
Mariano Suligoy
2021-08-17
1
-1
/
+4
*
|
GDScript: Don't allow builtin type names as identifiers
George Marques
2021-09-29
1
-0
/
+5
*
|
GDScript: Remove conversion assign mistakenly done when unneeded
George Marques
2021-09-21
1
-1
/
+0
*
|
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
George Marques
2021-09-17
1
-6
/
+21
|
\
\
|
*
|
Fix parameter type resolution in GDScript
Pedro J. Estébanez
2021-09-11
1
-2
/
+1
|
*
|
Implement iterator variable typing in GDScript
Pedro J. Estébanez
2021-09-11
1
-4
/
+20
*
|
|
GDScript: Avoid inferred types from giving hard errors
George Marques
2021-09-17
1
-3
/
+16
*
|
|
Merge pull request #50456 from Blackiris/fix-extends-parent-relative
George Marques
2021-09-15
1
-0
/
+3
|
\
\
\
[next]