summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_compiler.cpp
AgeCommit message (Expand)Author
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-10Fix regression from 160c260 causing export of non-@export properties.Lyuma
2021-06-01Merge pull request #49067 from JFonS/fix_gcc_warningsRémi Verschelde
2021-05-26GDScript: Use analyzer data to decide assignment conversionGeorge Marques
2021-05-25Fix some warnings raised by GCC-11.1jfons
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