summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_byte_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44104 from nekomatata/coroutine-await-fixRémi Verschelde2021-01-111-0/+11
|\
| * Fix error when calling coroutine with await in _readyPouleyKetchoupp2020-12-171-0/+11
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Fix gdscript and operatorBrian Semrau2020-12-161-2/+2
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+61
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+61
* | Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fixGeorge Marques2020-12-021-6/+12
|\ \
| * | GDScript default argument override bug fixThakee Nathees2020-11-281-6/+12
* | | GDScript: Improve handling of operatorsGeorge Marques2020-11-261-1/+22
| |/ |/|
* | GDScript: Fix mishandling of stack pointersGeorge Marques2020-11-251-18/+51
* | GDScript: Add faster instruction for validated constructorGeorge Marques2020-11-211-1/+53
* | GDScript: Add typed iterate instructionsGeorge Marques2020-11-211-2/+89
* | GDScript: Add faster call instructions for builtin methodsGeorge Marques2020-11-211-0/+47
* | GDScript: Add faster call instructions for native methodsGeorge Marques2020-11-211-7/+78
* | GDScript: Add speficic set/get instructionsGeorge Marques2020-11-211-2/+134
* | GDScript: Add faster operator for known typesGeorge Marques2020-11-211-0/+28
* | GDScript: Gather instructions arguments beforehandGeorge Marques2020-11-211-115/+111
|/
* Merge pull request #42067 from ThakeeNathees/for-loop-stack-overriden-fixGeorge Marques2020-10-191-3/+5
|\
| * GDScript: for loop override stack variable bug fixThakee Nathees2020-09-181-3/+5
* | GDScript crash on builtin type constructor fixThakee Nathees2020-09-081-0/+1
|/
* Add GDScript code generation interfaceGeorge Marques2020-09-011-0/+736