summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_byte_codegen.cpp
AgeCommit message (Expand)Author
2020-11-21GDScript: Add faster call instructions for builtin methodsGeorge Marques
2020-11-21GDScript: Add faster call instructions for native methodsGeorge Marques
2020-11-21GDScript: Add speficic set/get instructionsGeorge Marques
2020-11-21GDScript: Add faster operator for known typesGeorge Marques
2020-11-21GDScript: Gather instructions arguments beforehandGeorge Marques
2020-10-19Merge pull request #42067 from ThakeeNathees/for-loop-stack-overriden-fixGeorge Marques
2020-09-18GDScript: for loop override stack variable bug fixThakee Nathees
2020-09-08GDScript crash on builtin type constructor fixThakee Nathees
2020-09-01Add GDScript code generation interfaceGeorge Marques