summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_byte_codegen.h
AgeCommit message (Expand)Author
2020-12-15Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRĂ©mi Verschelde
2020-12-02Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fixGeorge Marques
2020-11-28GDScript default argument override bug fixThakee Nathees
2020-11-26GDScript: Improve handling of operatorsGeorge Marques
2020-11-26GDScript: Refactor builtin functionsGeorge Marques
2020-11-25GDScript: Fix mishandling of stack pointersGeorge Marques
2020-11-21GDScript: Add faster instruction for validated constructorGeorge Marques
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-09-01Add GDScript code generation interfaceGeorge Marques