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
*
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