summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_byte_codegen.h
Commit message (Expand)AuthorAgeFilesLines
* Use range iterators for `Map`Lightning_A2021-09-301-3/+3
* 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-1/+1
|/
* [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/+15
* GDScript: Adjust type of temporaries when neededGeorge Marques2021-04-161-0/+1
* GDScript: Pool temporary values by type on the stackGeorge Marques2021-04-141-25/+29
* Reduce number of addressing modes in GDScript VMGeorge Marques2021-04-081-14/+8
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-10/+20
* 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-1/+31
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-1/+31
* | 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-4/+26
* | GDScript: Add faster instruction for validated constructorGeorge Marques2020-11-211-0/+14
* | GDScript: Add faster call instructions for builtin methodsGeorge Marques2020-11-211-0/+15
* | GDScript: Add faster call instructions for native methodsGeorge Marques2020-11-211-2/+22
* | GDScript: Add speficic set/get instructionsGeorge Marques2020-11-211-0/+78
* | GDScript: Add faster operator for known typesGeorge Marques2020-11-211-3/+16
* | GDScript: Gather instructions arguments beforehandGeorge Marques2020-11-211-8/+10
|/
* Add GDScript code generation interfaceGeorge Marques2020-09-011-0/+277