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
/
gdscript_analyzer.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
1
-2
/
+2
*
Check for GDScript member and class naming conflicts in a variety of conditions.
SaracenOne
2021-09-02
1
-0
/
+6
*
GDScript: Fix issue when calling `new()` on its own
George Marques
2021-08-18
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-1
/
+0
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
1
-0
/
+3
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-2
/
+0
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-1
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #43895 from vnen/gdscript-operators-fix
Rémi Verschelde
2020-11-26
1
-0
/
+1
|
\
|
*
GDScript: Improve handling of operators
George Marques
2020-11-26
1
-0
/
+1
*
|
GDScript: Give an error if dependency can't be parsed
George Marques
2020-11-26
1
-1
/
+1
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Array/Dictinoary no more reduced to array/dictionary variant
Thakee Nathees
2020-09-11
1
-0
/
+3
*
GDScript: parameter infer type bug fix
Thakee Nathees
2020-09-06
1
-1
/
+1
*
GDScript: Don't try to parse constant scripts that aren't valid
George Marques
2020-09-01
1
-2
/
+2
*
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-18
1
-0
/
+2
*
[GDScript] Add static HashMap cleanup.
bruvzg
2020-08-01
1
-0
/
+2
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-1
/
+3
*
Added support for enums to be used as types in GDScript
George Marques
2020-07-20
1
-1
/
+1
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-2
/
+3
*
Add new GDScript type checker
George Marques
2020-07-20
1
-1
/
+64
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-0
/
+52
[prev]