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
*
Fix outer class lookup
Adam Scott
2022-12-17
2
-0
/
+14
*
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
23
-1
/
+206
|
\
|
*
GDScript: Allow out of order member resolution
rune-scape
2022-12-14
23
-1
/
+206
*
|
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
4
-0
/
+22
*
Improve parent signature error
kobewi
2022-12-01
5
-5
/
+5
*
Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2
Rémi Verschelde
2022-11-18
7
-5
/
+29
|
\
|
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
7
-5
/
+29
*
|
Fix ability to overload "script" variable
ocean (they/them)
2022-11-17
4
-0
/
+19
|
/
*
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
*
Merge pull request #61279 from Trioct/fix-typed-array-assignment
Rémi Verschelde
2022-05-25
2
-0
/
+4
|
\
|
*
Fix const typed array assignment
Trioct
2022-05-25
2
-0
/
+4
*
|
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
*
Fixes GDScript define nested dictionary and array as constants #50285
PastMoments
2022-04-19
1
-1
/
+1
*
GDScript: Check if method signature matches the parent
George Marques
2022-03-06
12
-0
/
+80
*
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
16
-0
/
+113
*
GDScript: Fix parsing default parameter values from function calls
strank
2022-01-13
2
-0
/
+11
*
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
*
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-14
2
-0
/
+23
|
\
|
*
GDScript: Access outer scope classes
Brian Semrau
2021-10-13
2
-0
/
+23
*
|
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
2
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
2
-0
/
+12
*
|
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-12
2
-0
/
+10
|
/
*
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
12
-0
/
+123
*
Merge pull request #53479 from vnen/gdscript-subscript-object-self
Rémi Verschelde
2021-10-06
2
-0
/
+11
|
\
|
*
GDScript: Allow subscript on self and object types
George Marques
2021-10-06
2
-0
/
+11
*
|
GDScript: Avoid hard errors on inferred types
George Marques
2021-10-06
4
-0
/
+29
*
|
GDScript: Make all warnings enabled in test generation
George Marques
2021-10-06
1
-0
/
+4
|
/
*
GDScript: Don't allow builtin type names as identifiers
George Marques
2021-09-29
8
-0
/
+25
*
Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2
Rémi Verschelde
2021-09-21
4
-2
/
+6
|
\
|
*
Add more integration tests to the GDScript test suite
Hugo Locurcio
2021-09-15
4
-2
/
+6
*
|
GDScript: Avoid inferred types from giving hard errors
George Marques
2021-09-17
2
-0
/
+11
|
/
*
GDScript: Allow string keys on Lua-style dictionaries
George Marques
2021-09-15
6
-0
/
+24
*
Add dozens of new integration tests to the GDScript test suite
Hugo Locurcio
2021-09-14
36
-0
/
+139
*
Fix GDScript test cases
George Marques
2021-09-13
3
-9
/
+9
*
Merge pull request #52100 from vnen/gdscript-access-outer-constants
Rémi Verschelde
2021-09-13
6
-0
/
+56
|
\
|
*
GDScript: Allow access to outer constant and enum values
George Marques
2021-08-24
6
-0
/
+56
*
|
Correct null and boolean values being capitalised by the str command
Balloonpopper
2021-08-26
2
-2
/
+2
|
/
*
GDScript: Fix calling builtin static functions
George Marques
2021-08-18
2
-0
/
+6
*
GDScript: Fix inner classes and preloaded scripts as types
George Marques
2021-08-18
6
-0
/
+26
*
GDScript: Fix function signature check for self calls
George Marques
2021-05-26
2
-0
/
+12