summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_byte_codegen.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * GDScript: for loop override stack variable bug fixThakee Nathees2020-09-181-3/+5
| | | | | | | | Fix: #42050
* | GDScript crash on builtin type constructor fixThakee Nathees2020-09-081-0/+1
|/ | | | Fix: #41848
* Add GDScript code generation interfaceGeorge Marques2020-09-011-0/+736
Implement the abstraction by targeting the current VM.