summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_codegen.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde2021-09-131-0/+1
|\
| * GDScript: Fix loading of interdependent autoloadsGeorge Marques2021-09-011-0/+1
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-2/+2
|/
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-1/+1
* GDScript: Use analyzer data to decide assignment conversionGeorge Marques2021-05-261-0/+1
* GDScript: Add support for builtin static method callsGeorge Marques2021-05-161-0/+1
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+1
* GDScript: Adjust type of temporaries when neededGeorge Marques2021-04-161-7/+1
* GDScript: Pool temporary values by type on the stackGeorge Marques2021-04-141-1/+1
* Reduce number of addressing modes in GDScript VMGeorge Marques2021-04-081-4/+1
* Add typed arrays to GDScriptGeorge Marques2021-03-291-0/+1
* Merge pull request #44104 from nekomatata/coroutine-await-fixRémi Verschelde2021-01-111-0/+1
|\
| * Fix error when calling coroutine with await in _readyPouleyKetchoupp2020-12-171-0/+1
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-2/+3
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-2/+3
* | Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fixGeorge Marques2020-12-021-0/+1
|\ \
| * | GDScript default argument override bug fixThakee Nathees2020-11-281-0/+1
* | | GDScript: Improve handling of operatorsGeorge Marques2020-11-261-1/+2
| |/ |/|
* | GDScript: Fix mishandling of stack pointersGeorge Marques2020-11-251-1/+3
* | GDScript: Add faster call instructions for builtin methodsGeorge Marques2020-11-211-0/+1
* | GDScript: Add faster call instructions for native methodsGeorge Marques2020-11-211-2/+2
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Add GDScript code generation interfaceGeorge Marques2020-09-011-0/+160