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
...
*
|
GDScript: Fix lambda resolution with cyclic references
Danil Alexeev
2023-08-25
1
-30
/
+63
|
/
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
1
-1
/
+33
*
Merge pull request #78552 from dalexeev/gds-check-get-node-in-static-func
Rémi Verschelde
2023-08-17
1
-6
/
+15
|
\
|
*
GDScript: Check `get_node()` shorthand in static functions
Danil Alexeev
2023-08-09
1
-6
/
+15
*
|
GDScript: Fix "Identifier not found" error when accessing inner class from in...
Danil Alexeev
2023-08-11
1
-0
/
+3
|
/
*
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
1
-0
/
+19
*
Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_a...
Yuri Sizov
2023-07-25
1
-24
/
+23
|
\
|
*
Fix for not being able to ignore shadowing warnings on class scope
jpcerrone
2023-07-24
1
-24
/
+23
*
|
Script editor: Show depended script errors
rune-scape
2023-07-24
1
-0
/
+4
|
/
*
GDScript: fix regression when checking for virtual function implementation.
ocean (they/them)
2023-06-21
1
-10
/
+0
*
Make container element type comparison safe
Yuri Sizov
2023-06-20
1
-1
/
+1
*
Merge pull request #73540 from mashumafi/fix-typed-array-add
Rémi Verschelde
2023-06-20
1
-3
/
+22
|
\
|
*
Fix: Typed arrays aren't working with +
mashumafi
2023-02-22
1
-3
/
+22
*
|
Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1
Rémi Verschelde
2023-06-19
1
-2
/
+8
|
\
\
|
*
|
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-2
/
+8
*
|
|
Merge pull request #74741 from vnen/variant-not-for-everyone
Rémi Verschelde
2023-06-18
1
-0
/
+11
|
\
\
\
|
*
|
|
GDScript: Allow boolean operators between any types
George Marques
2023-03-10
1
-0
/
+11
*
|
|
|
Merge pull request #73657 from mashumafi/callable-ctor
Rémi Verschelde
2023-06-18
1
-1
/
+11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix: Get constructor as Callable
mashumafi
2023-02-20
1
-1
/
+11
*
|
|
|
Merge pull request #77324 from anvilfolk/oh-no-its-virtual
Rémi Verschelde
2023-06-15
1
-30
/
+36
|
\
\
\
\
|
*
|
|
|
GDScript: add errors when calling unimplemented virtual functions
ocean (they/them)
2023-06-15
1
-30
/
+36
*
|
|
|
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #77351 from anvilfolk/super-discard
Rémi Verschelde
2023-06-15
1
-2
/
+3
|
\
\
\
\
|
*
|
|
|
GDScript: do not warn of return value discarded for super() inside _init()
ocean (they/them)
2023-05-22
1
-2
/
+3
*
|
|
|
|
Merge pull request #75419 from vonagam/fix-super-classes-in-array-literals
Rémi Verschelde
2023-06-14
1
-0
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Allow elements of a parent class in a typed array literal
Dmitrii Maganov
2023-03-28
1
-0
/
+4
*
|
|
|
|
|
GDScript: Fix calling static func from non-static is allowed
Danil Alexeev
2023-05-17
1
-0
/
+4
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
GDScript: Fix `validate_call_arg()` for unresolved datatype
Danil Alexeev
2023-05-15
1
-3
/
+5
*
|
|
|
|
GDScript: Fix warning ignoring for member variables
Danil Alexeev
2023-05-12
1
-2
/
+3
*
|
|
|
|
Merge pull request #76412 from dalexeev/gds-reorganize-warnings
Rémi Verschelde
2023-04-28
1
-5
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Reorganize and unify warnings
Danil Alexeev
2023-04-28
1
-5
/
+9
*
|
|
|
|
|
Merge pull request #75014 from vonagam/assert-literal-false
Rémi Verschelde
2023-04-28
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
GDScript: Allow usage of literal false in assert without a warning
Dmitrii Maganov
2023-03-17
1
-1
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Add support for static variables in GDScript
George Marques
2023-04-27
1
-16
/
+69
*
|
|
|
|
Merge pull request #75691 from dalexeev/gds-fix-signature-generation
Yuri Sizov
2023-04-14
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Misc fixes and improvements for signature generation
Danil Alexeev
2023-04-07
1
-1
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
GDScript: Add missing member type check when resolving `extends`
Danil Alexeev
2023-04-10
1
-1
/
+21
|
/
/
/
/
*
|
|
|
Merge pull request #74949 from dalexeev/gds-fix-await-warning
Yuri Sizov
2023-03-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
Danil Alexeev
2023-03-16
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #74844 from vonagam/change-class-extends-parsing
Yuri Sizov
2023-03-20
1
-16
/
+16
|
\
\
\
\
|
*
|
|
|
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-16
/
+16
|
|
/
/
/
*
/
/
/
GDScript: Fix missing warning for shadowing of built-in types
Dmitrii Maganov
2023-03-13
1
-13
/
+15
|
/
/
/
*
|
|
GDScript: Fix wrong unsafety mark for binary operator
Dmitrii Maganov
2023-02-26
1
-1
/
+1
*
|
|
GDScript: Fix range regression
Dmitrii Maganov
2023-02-24
1
-12
/
+23
*
|
|
GDScript: Fix usage of enum value as range argument
Dmitrii Maganov
2023-02-23
1
-14
/
+10
*
|
|
GDScript: Fix error message for unfound type
Dmitrii Maganov
2023-02-21
1
-1
/
+1
*
|
|
Merge pull request #73693 from vnen/gdscript-fix-script-signature-check
Rémi Verschelde
2023-02-21
1
-0
/
+1
|
\
\
\
|
*
|
|
GDScript: Fix override signature check of script inheritance
George Marques
2023-02-21
1
-0
/
+1
|
|
/
/
*
/
/
GDScript: Fix crash when autoload script can't be found
George Marques
2023-02-21
1
-0
/
+4
|
/
/
*
|
Merge pull request #73590 from vnen/gdscript-global-scope-enums
Rémi Verschelde
2023-02-20
1
-16
/
+113
|
\
\
[prev]
[next]