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
*
GDScript: Fix vararg method calls with exact arguments
Dmitrii Maganov
2023-01-30
2
-0
/
+8
*
Merge pull request #71844 from vonagam/fix-constant-conversions
Rémi Verschelde
2023-01-29
4
-0
/
+44
|
\
|
*
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
4
-0
/
+44
*
|
GDScript: Fix implicit conversions for function returns
Dmitrii Maganov
2023-01-28
2
-0
/
+36
|
/
*
GDScript: Fix test from #69163 after annotations change
Rémi Verschelde
2023-01-28
1
-1
/
+1
*
Merge pull request #69163 from vonagam/variant-safe-lines
Rémi Verschelde
2023-01-28
2
-0
/
+37
|
\
|
*
GDScript: Fix wrong marking of some lines related to Variant as unsafe
Dmitrii Maganov
2023-01-12
2
-0
/
+37
*
|
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
3
-3
/
+14
*
|
Merge pull request #71349 from vonagam/disallow-infer-on-weak
Rémi Verschelde
2023-01-25
2
-6
/
+0
|
\
\
|
*
|
GDScript: Disallow type inference with untyped initializer
Dmitrii Maganov
2023-01-13
2
-6
/
+0
*
|
|
Fix unnammed enum crash regression
ocean (they/them)
2023-01-18
2
-0
/
+8
*
|
|
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-13
2
-0
/
+19
|
/
/
*
|
Merge pull request #70733 from vonagam/fix-assigning-untyped
Rémi Verschelde
2023-01-12
2
-0
/
+24
|
\
\
|
*
|
GDScript: Fix some issues with assignments that involve untyped things
Dmitrii Maganov
2023-01-12
2
-0
/
+24
|
|
/
*
/
GDScript: Fix extending abstract classes, forbid their construction
Dmitrii Maganov
2023-01-12
2
-0
/
+14
|
/
*
GDScript: Fix getting type from PropertyInfo for Variant arguments
Dmitrii Maganov
2023-01-12
2
-0
/
+8
*
Add GDScript `.editorconfig` rules
Adam Scott
2023-01-10
7
-74
/
+73
*
Fix GDScript base and outer classes, signals and functions lookup order
Adam Scott
2023-01-09
5
-0
/
+122
*
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
16
-2
/
+399
*
GDScript: Fix typing of lambda functions
Dmitrii Maganov
2023-01-06
2
-0
/
+16
*
GDScript: Fix array as default value for parameter
Dmitrii Maganov
2023-01-06
2
-0
/
+25
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
6
-0
/
+53
*
Merge pull request #70859 from vonagam/fix-preload-native-type
Rémi Verschelde
2023-01-03
3
-0
/
+19
|
\
|
*
GDScript: Fix wrong native type for preloaded class
Dmitrii Maganov
2023-01-03
3
-0
/
+19
*
|
Merge pull request #70656 from vonagam/fix-void-returns
Rémi Verschelde
2023-01-03
2
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
GDScript: Disallow return with value in void functions
Dmitrii Maganov
2022-12-29
2
-0
/
+7
*
|
Fix usage of Enum as constant
Dmitrii Maganov
2022-12-28
2
-0
/
+46
|
/
*
Merge pull request #69991 from rune-scape/cast-type
Rémi Verschelde
2022-12-23
2
-0
/
+8
|
\
|
*
GDScript: Fix cast producing null
rune-scape
2022-12-12
2
-0
/
+8
*
|
Merge pull request #70220 from adamscott/fix-external-enum
Rémi Verschelde
2022-12-23
6
-1
/
+14
|
\
\
|
*
|
Fix external enums not assignable as constants
Adam Scott
2022-12-17
6
-1
/
+14
*
|
|
Fix GDScript analyzer null literal
rune-scape
2022-12-22
2
-0
/
+11
|
/
/
*
|
Fix inner class constant assignment
Adam Scott
2022-12-17
3
-0
/
+11
*
|
Fix enum value regression
rune-scape
2022-12-16
1
-1
/
+2
*
|
Merge pull request #69471 from rune-scape/rune-out-of-order
Rémi Verschelde
2022-12-15
5
-0
/
+131
|
\
\
|
*
|
GDScript: Allow out of order member resolution
rune-scape
2022-12-14
5
-0
/
+131
|
|
/
*
/
Fix String type compatibility being too permissive
rune-scape
2022-12-12
2
-0
/
+9
|
/
*
Fix constant base typing in extended GDScript class
Adam Scott
2022-12-10
7
-0
/
+53
*
Unify String and StringName
rune-scape
2022-12-05
2
-0
/
+11
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
7
-5
/
+29
*
GDScript compiler subclass bugfixes
Rune
2022-11-13
4
-0
/
+29
*
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-31
1
-1
/
+1
*
fix(gdscript): Infer type from preload const
Antonio Dell'Annunziata
2022-08-07
3
-0
/
+10
*
GDScript: Don't show redundant await warning on unknown types
George Marques
2022-05-24
2
-0
/
+14
*
Add regression test for gdscript valid function signature
CalebJohn
2022-05-03
2
-0
/
+16
*
GDScript: Check if method signature matches the parent
George Marques
2022-03-06
2
-0
/
+20
*
GDScript: Treat enum values as int and enum types as dictionary
George Marques
2022-02-03
4
-0
/
+48
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
8
-0
/
+73
*
GDScript: Add annotation to ignore warnings
George Marques
2022-01-04
2
-0
/
+19
*
GDScript: Fix inferred typed array marked as constant
George Marques
2021-10-15
2
-0
/
+8
[next]