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
/
errors
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
2
-0
/
+6
*
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
4
-11
/
+0
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
2
-0
/
+10
*
GDScript: add errors when calling unimplemented virtual functions
ocean (they/them)
2023-06-15
4
-0
/
+11
*
GDScript: Fix calling static func from non-static is allowed
Danil Alexeev
2023-05-17
2
-0
/
+10
*
Add support for static variables in GDScript
George Marques
2023-04-27
4
-0
/
+18
*
Merge pull request #75605 from anvilfolk/type-base
Rémi Verschelde
2023-04-24
2
-0
/
+8
|
\
|
*
Make type not found errors more informative.
ocean (they/them)
2023-04-02
2
-0
/
+8
*
|
GDScript: Add missing member type check when resolving `extends`
Danil Alexeev
2023-04-10
6
-0
/
+36
|
/
*
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
4
-0
/
+17
*
Fix GDScript code style regarding colon
Danil Alexeev
2023-03-05
8
-13
/
+13
*
GDScript: Fix error message for unfound type
Dmitrii Maganov
2023-02-21
2
-0
/
+5
*
Make global scope enums accessible as types in GDScript
George Marques
2023-02-19
12
-12
/
+12
*
Fix crash by freed object assign to typed variable
ocean (they/them)
2023-02-16
4
-0
/
+29
*
Revert "Remove script class checks when getting function signature"
Rémi Verschelde
2023-02-07
3
-8
/
+0
*
Remove script class checks when getting function signature
Adam Scott
2023-02-07
3
-0
/
+8
*
Merge pull request #72677 from dalexeev/gds-await-infer-type
Yuri Sizov
2023-02-06
2
-0
/
+6
|
\
|
*
GDScript: Fix `await` type inference
Danil Alexeev
2023-02-06
2
-0
/
+6
*
|
GDScript: Fix inheritance check of @onready for inner classes
George Marques
2023-02-06
2
-0
/
+9
|
/
*
Merge pull request #72512 from vonagam/fix-ternary-type-source
Yuri Sizov
2023-02-06
2
-0
/
+8
|
\
|
*
GDScript: Fix type certainty for result of ternary operator
Dmitrii Maganov
2023-02-01
2
-0
/
+8
*
|
GDScript: Don't allow @onready without inheriting Node
George Marques
2023-02-06
4
-0
/
+15
*
|
Merge pull request #72608 from vnen/gdscript-warning-default-error
Yuri Sizov
2023-02-05
1
-1
/
+1
|
\
\
|
*
|
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
1
-1
/
+1
|
|
/
*
/
GDScript: Improve usability of setter chains
George Marques
2023-02-02
4
-0
/
+12
|
/
*
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
1
-1
/
+1
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
9
-1
/
+26
*
Merge pull request #72285 from vnen/gdscript-variable-match
Rémi Verschelde
2023-01-29
4
-0
/
+14
|
\
|
*
GDScript: Allow variables in match patterns
George Marques
2023-01-28
4
-0
/
+14
*
|
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
17
-24
/
+16
|
/
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
2
-0
/
+8
*
Merge pull request #71349 from vonagam/disallow-infer-on-weak
Rémi Verschelde
2023-01-25
6
-0
/
+19
|
\
|
*
GDScript: Disallow type inference with untyped initializer
Dmitrii Maganov
2023-01-13
6
-0
/
+19
*
|
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-13
18
-0
/
+75
|
/
*
Merge pull request #70733 from vonagam/fix-assigning-untyped
Rémi Verschelde
2023-01-12
2
-0
/
+5
|
\
|
*
GDScript: Fix some issues with assignments that involve untyped things
Dmitrii Maganov
2023-01-12
2
-0
/
+5
*
|
GDScript: Fix extending abstract classes, forbid their construction
Dmitrii Maganov
2023-01-12
4
-0
/
+15
|
/
*
GDScript: Fix getting type from PropertyInfo for Variant arguments
Dmitrii Maganov
2023-01-12
2
-9
/
+0
*
Add GDScript `.editorconfig` rules
Adam Scott
2023-01-10
4
-11
/
+12
*
Merge pull request #71140 from vonagam/fix-const-index-subscript-type
Rémi Verschelde
2023-01-10
2
-0
/
+7
|
\
|
*
GDScript: Fix type for index subscript on constant
Dmitrii Maganov
2023-01-10
2
-0
/
+7
*
|
Fix GDScript base and outer classes, signals and functions lookup order
Adam Scott
2023-01-09
8
-0
/
+58
|
/
*
Merge pull request #71051 from vonagam/consts-are-deep-start
Rémi Verschelde
2023-01-09
4
-0
/
+14
|
\
|
*
GDScript: Begin making constants deep, not shallow or flat
Dmitrii Maganov
2023-01-08
4
-0
/
+14
*
|
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
39
-5
/
+131
|
/
*
GDScript: Fix typing of lambda functions
Dmitrii Maganov
2023-01-06
4
-0
/
+12
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
3
-3
/
+3
*
Merge pull request #70702 from vnen/gdscript-error-on-assign-void
Rémi Verschelde
2023-01-03
10
-0
/
+25
|
\
[next]