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
/
features
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-0
/
+76
*
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
*
|
GDScript: Don't warn on unassigned for builtin-typed variables
George Marques
2024-04-10
4
-1
/
+13
|
/
*
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
6
-19
/
+221
*
GDScript: Add `@export_storage` annotation
Danil Alexeev
2023-12-19
2
-13
/
+12
*
GDScript: Add return type covariance and parameter type contravariance
Danil Alexeev
2023-09-28
4
-0
/
+54
*
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
2
-0
/
+5
*
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
*
|
GDScript: Add check for `super()` methods not being implemented
ocean (they/them)
2023-09-17
2
-0
/
+24
|
/
*
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
Yuri Sizov
2023-08-25
3
-0
/
+58
|
\
|
*
GDScript: Allow use local constants as types
Danil Alexeev
2023-08-25
3
-0
/
+58
*
|
GDScript: Fix lambda resolution with cyclic references
Danil Alexeev
2023-08-25
2
-0
/
+39
|
/
*
GDScript: Fix "Identifier not found" error when accessing inner class from in...
Danil Alexeev
2023-08-11
2
-0
/
+26
*
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
1
-1
/
+1
*
Fix for not being able to ignore shadowing warnings on class scope
jpcerrone
2023-07-24
2
-3
/
+3
*
GDScript: fix regression when checking for virtual function implementation.
ocean (they/them)
2023-06-21
4
-23
/
+0
*
Merge pull request #74741 from vnen/variant-not-for-everyone
Rémi Verschelde
2023-06-18
2
-0
/
+576
|
\
|
*
GDScript: Allow boolean operators between any types
George Marques
2023-03-10
2
-0
/
+576
*
|
GDScript: add errors when calling unimplemented virtual functions
ocean (they/them)
2023-06-15
2
-0
/
+12
*
|
Merge pull request #77351 from anvilfolk/super-discard
Rémi Verschelde
2023-06-15
2
-0
/
+11
|
\
\
|
*
|
GDScript: do not warn of return value discarded for super() inside _init()
ocean (they/them)
2023-05-22
2
-0
/
+11
*
|
|
Merge pull request #75419 from vonagam/fix-super-classes-in-array-literals
Rémi Verschelde
2023-06-14
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Allow elements of a parent class in a typed array literal
Dmitrii Maganov
2023-03-28
1
-2
/
+2
*
|
|
Merge pull request #76412 from dalexeev/gds-reorganize-warnings
Rémi Verschelde
2023-04-28
2
-2
/
+2
|
\
\
\
|
*
|
|
GDScript: Reorganize and unify warnings
Danil Alexeev
2023-04-28
2
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #75014 from vonagam/assert-literal-false
Rémi Verschelde
2023-04-28
2
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Allow usage of literal false in assert without a warning
Dmitrii Maganov
2023-03-17
2
-0
/
+8
|
|
/
*
/
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
Danil Alexeev
2023-03-16
1
-1
/
+1
|
/
*
Fix GDScript code style regarding colon
Danil Alexeev
2023-03-05
7
-24
/
+24
*
GDScript: Fix range regression
Dmitrii Maganov
2023-02-24
2
-0
/
+9
*
GDScript: Fix usage of enum value as range argument
Dmitrii Maganov
2023-02-23
2
-0
/
+11
*
Merge pull request #73705 from anvilfolk/doublewoopsie
Rémi Verschelde
2023-02-21
2
-0
/
+25
|
\
|
*
Added check for null objects in gdscript typed assign.
ocean (they/them)
2023-02-21
2
-0
/
+25
*
|
GDScript: Fix override signature check of script inheritance
George Marques
2023-02-21
2
-0
/
+12
|
/
*
Merge pull request #73590 from vnen/gdscript-global-scope-enums
Rémi Verschelde
2023-02-20
2
-0
/
+39
|
\
|
*
Make global scope enums accessible as types in GDScript
George Marques
2023-02-19
2
-0
/
+39
*
|
Merge pull request #73489 from vonagam/type-check-node
Rémi Verschelde
2023-02-20
2
-0
/
+129
|
\
\
|
*
|
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
2
-0
/
+129
|
|
/
*
/
Fix inability to assign null regression
ocean (they/them)
2023-02-17
2
-0
/
+22
|
/
*
Merge pull request #72925 from vonagam/fix-enum-typed-array-error
Yuri Sizov
2023-02-17
1
-0
/
+4
|
\
|
*
GDScript: Fix error about enum typed arrays
Dmitrii Maganov
2023-02-09
1
-0
/
+4
*
|
Add return type for GDScript getters
ocean (they/them)
2023-02-15
2
-0
/
+11
*
|
GDScript: Fix usage of ints with typed array of floats
Dmitrii Maganov
2023-02-13
1
-1
/
+2
|
/
*
Revert "Remove script class checks when getting function signature"
Rémi Verschelde
2023-02-07
3
-8
/
+0
[next]