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
*
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
*
|
GDScript: Add check for `super()` methods not being implemented
ocean (they/them)
2023-09-17
4
-0
/
+31
*
|
Remove REDUNDANT_FOR_VARIABLE_TYPE
ryanabx
2023-09-12
4
-18
/
+0
*
|
Fix various typos with codespell
Rémi Verschelde
2023-09-12
1
-2
/
+2
|
/
*
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
Yuri Sizov
2023-08-25
9
-0
/
+79
|
\
|
*
GDScript: Allow use local constants as types
Danil Alexeev
2023-08-25
9
-0
/
+79
*
|
GDScript: Fix lambda resolution with cyclic references
Danil Alexeev
2023-08-25
6
-0
/
+53
|
/
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
6
-0
/
+24
*
Merge pull request #78552 from dalexeev/gds-check-get-node-in-static-func
Rémi Verschelde
2023-08-17
2
-0
/
+11
|
\
|
*
GDScript: Check `get_node()` shorthand in static functions
Danil Alexeev
2023-08-09
2
-0
/
+11
*
|
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
11
-1
/
+80
*
Fix for not being able to ignore shadowing warnings on class scope
jpcerrone
2023-07-24
4
-9
/
+17
*
Change GDScript tests to use InstancePlaceholder as the example abstract
Aaron Franke
2023-07-15
4
-4
/
+4
*
GDScript: fix regression when checking for virtual function implementation.
ocean (they/them)
2023-06-21
8
-34
/
+0
*
Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1
Rémi Verschelde
2023-06-19
2
-0
/
+10
|
\
|
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
2
-0
/
+10
*
|
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
6
-0
/
+23
[next]