summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_compiler.cpp
AgeCommit message (Expand)Author
2021-05-17Merge pull request #48347 from Blackiris/fix-temporary-key-not-releasedGeorge Marques
2021-05-16GDScript: Add support for builtin static method callsGeorge Marques
2021-05-06Fix temporary value not released when used as a dictionary keyJulien Nguyen
2021-04-28GDScript: Implement lambdas compilation and runtimeGeorge Marques
2021-04-23GDScript: Make sure Lua-style dicts use StringName as keysGeorge Marques
2021-04-23GDScript: Fix resolution of dictionary keysGeorge 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-04-06Fix stack overflow in setterJulien Nguyen
2021-04-04Fix GDScript variables addresses getting mixedJulien Nguyen
2021-03-30GDScript: Allow export of enum variablesGeorge Marques
2021-03-29Add typed arrays to GDScriptGeorge Marques
2021-03-14Merge pull request #46936 from DavidSichma/match_temp_headerRémi Verschelde
2021-03-12Fixed match test expression for temporariesDavid Sichma
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-02Fixed match for expression patternDavid Sichma
2021-02-24false positive "Identifier not found" error or signals fixedThakee Nathees
2021-01-11Merge pull request #44104 from nekomatata/coroutine-await-fixRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
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-06Fix base script not initialized properly in some casesPouleyKetchoupp
2020-12-02Merge pull request #41095 from ThakeeNathees/GDScript-DocumentationRémi Verschelde
2020-12-02Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fixGeorge Marques
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
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-25Merge pull request #43856 from vnen/gdscript-some-fixesRémi Verschelde
2020-11-25GDScript: Fix return of cast expression on compilationGeorge 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-13GDScript: Fix native class not set with inheritanceGeorge Marques
2020-09-10Prevent cyclic reference between script and its membersPedro J. Estébanez
2020-09-02Fix GDScript codegen leak.bruvzg
2020-09-01Change GDScript compiler to use codegen abstractionGeorge Marques
2020-08-26GDScript: Fix issues when deriving from other scriptsGeorge Marques
2020-08-24GDScript: Don't fail to load constants if they're not a literalGeorge Marques
2020-07-24GDScript: Allow "new()" to be called in non-static functionsGeorge Marques
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Reintroduce code completionGeorge Marques
2020-07-20Add new GDScript type checkerGeorge Marques
2020-07-20Add support for propertiesGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-06-17Merge pull request #38067 from ThakeeNathees/elif-error-line-fixedRémi Verschelde
2020-06-17GDScript debugger incorrect error line fixedThakee Nathees
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde