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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
8
-0
/
+26
*
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques
2023-10-06
1
-3
/
+3
*
GDScript: Add error when exporting node in non [Node]-derived classes
Danil Alexeev
2023-10-05
8
-1
/
+39
*
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
2
-0
/
+15
*
Merge pull request #82547 from dalexeev/gds-fix-unsafe-call-arg-variant-const...
Rémi Verschelde
2023-10-03
3
-9
/
+49
|
\
|
*
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
Danil Alexeev
2023-09-30
3
-9
/
+49
*
|
Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-tests
Rémi Verschelde
2023-10-03
1
-0
/
+10
|
\
\
|
*
|
GDScript: Load global classes when running debug tests
George Marques
2023-07-13
1
-0
/
+10
*
|
|
Add type_string() utility
Jakub Janšta
2023-10-02
1
-83
/
+1
|
|
/
|
/
|
*
|
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 #82186 from dalexeev/gds-fix-property-duplication
Yuri Sizov
2023-09-28
2
-0
/
+69
|
\
\
\
|
*
|
|
GDScript: Fix duplication of inherited script properties
Danil Alexeev
2023-09-23
2
-0
/
+69
*
|
|
|
Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typed
Yuri Sizov
2023-09-28
4
-0
/
+17
|
\
\
\
\
|
*
|
|
|
GDScript: Make array literal typed if `for` loop variable type is specified
Danil Alexeev
2023-09-21
4
-0
/
+17
*
|
|
|
|
Merge pull request #80085 from vnen/gdscript-pattern-guards
Yuri Sizov
2023-09-28
8
-0
/
+99
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
8
-0
/
+99
*
|
|
|
|
Merge pull request #75988 from dalexeev/gds-unsafe-call-argument
Yuri Sizov
2023-09-27
20
-1
/
+114
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
20
-1
/
+114
|
|
/
/
/
*
|
|
|
Merge pull request #82139 from dalexeev/gds-add-inferred-declaration-warning
Rémi Verschelde
2023-09-26
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
GDScript: Add `INFERRED_DECLARATION` warning
Danil Alexeev
2023-09-22
1
-1
/
+1
|
|
/
/
/
*
|
/
/
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
*
|
|
Merge pull request #79510 from dalexeev/gds-fix-const-non-metatype-subscript
Rémi Verschelde
2023-09-20
3
-0
/
+172
|
\
\
\
|
*
|
|
GDScript: Fix subscript resolution for constant non-metatypes
Danil Alexeev
2023-09-19
3
-0
/
+172
*
|
|
|
Merge pull request #74995 from dalexeev/gds-r-strings
Rémi Verschelde
2023-09-20
8
-0
/
+57
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
GDScript: Add raw string literals (r-strings)
Danil Alexeev
2023-09-11
8
-0
/
+57
*
|
|
|
GDScript: Add check for `super()` methods not being implemented
ocean (they/them)
2023-09-17
4
-0
/
+31
*
|
|
|
Merge pull request #81605 from dalexeev/gds-fix-some-lambda-bugs
Rémi Verschelde
2023-09-16
6
-62
/
+196
|
\
\
\
\
|
*
|
|
|
GDScript: Fix some lambda bugs
Danil Alexeev
2023-09-14
6
-62
/
+196
*
|
|
|
|
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 #81355 from ryanabx/features/enforce-static-typing
Rémi Verschelde
2023-09-12
1
-0
/
+4
|
\
\
\
\
|
*
|
|
|
Add "untyped_declaration" warning
ryanabx
2023-09-11
1
-0
/
+4
|
|
/
/
/
*
/
/
/
Language Server: Improve hovered symbol resolution, fix renaming bugs, implem...
BooksBaum
2023-09-11
9
-0
/
+1009
|
/
/
/
*
/
/
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
3
-4
/
+175
|
/
/
*
|
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
10
-0
/
+93
*
|
Merge pull request #80365 from dalexeev/gds-allow-mix-indent-on-blank-lines
Rémi Verschelde
2023-08-17
3
-0
/
+26
|
\
\
|
*
|
GDScript: Allow mixed indentation on blank lines
Danil Alexeev
2023-08-17
3
-0
/
+26
*
|
|
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 regression with native signal not found
Danil Alexeev
2023-08-02
2
-0
/
+19
*
|
Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below
Yuri Sizov
2023-07-31
11
-1
/
+80
|
\
\
[next]