summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_codegen.h
AgeCommit message (Expand)Author
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-06-27GDScript: Fix setter being called in chains for shared typesGeorge Marques
2022-04-24GDScript: Allow using self in lambdasGeorge Marques
2022-04-06GDScript: Add support for static method calls in native typesGeorge Marques
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-13Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-01GDScript: Fix loading of interdependent autoloadsGeorge Marques
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-05-26GDScript: Use analyzer data to decide assignment conversionGeorge Marques
2021-05-16GDScript: Add support for builtin static method callsGeorge Marques
2021-04-28GDScript: Implement lambdas compilation and runtimeGeorge Marques
2021-04-16GDScript: Adjust type of temporaries when neededGeorge Marques
2021-04-14GDScript: Pool temporary values by type on the stackGeorge Marques
2021-04-08Reduce number of addressing modes in GDScript VMGeorge Marques
2021-03-29Add typed arrays to GDScriptGeorge Marques
2021-01-11Merge pull request #44104 from nekomatata/coroutine-await-fixRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-17Fix error when calling coroutine with await in _readyPouleyKetchoupp
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 call instructions for builtin methodsGeorge Marques
2020-11-21GDScript: Add faster call instructions for native methodsGeorge Marques
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-01Add GDScript code generation interfaceGeorge Marques