summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.h
AgeCommit message (Expand)Author
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-26GDScript: Use analyzer data to decide assignment conversionGeorge Marques
2021-04-28GDScript: Implement lambdas compilation and runtimeGeorge Marques
2021-04-28GDScript: Add lambdas to the type analyzerGeorge Marques
2021-04-28GDScript: Add lambda syntax parsingGeorge Marques
2021-03-30GDScript: Allow export of enum variablesGeorge Marques
2021-03-30Move GDSript annotation application after type-checkingGeorge Marques
2021-03-29Add typed arrays to GDScriptGeorge Marques
2021-03-02Merge pull request #41897 from strank/not-in-conditional-doneRémi Verschelde
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-11Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixedRémi Verschelde
2021-01-11Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...Rémi Verschelde
2021-01-10GDScript operator `+` `-` precedence bug fixThakee Nathees
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-27GDScript assert message parsing bug fixedThakee Nathees
2020-12-15Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-26GDScript: Refactor builtin functionsGeorge Marques
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-21Add a "not in" operator to GDScript.strank
2020-09-01Change GDScript compiler to use codegen abstractionGeorge Marques
2020-08-18GDScript: Allow enum values to be set to constant expressionsGeorge Marques
2020-08-11Merge pull request #41055 from snichols/null-callee-fixRémi Verschelde
2020-08-05Fixing null callee crash.Stephen Nichols
2020-08-01[GDScript] Add static HashMap cleanup.bruvzg
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Reintroduce code completionGeorge Marques
2020-07-20Reenable GDScript LSP serverGeorge Marques
2020-07-20Added support for enums to be used as types in GDScriptGeorge Marques
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
2020-07-20Add new GDScript type checkerGeorge Marques
2020-07-20Add better local variable detection in GDScript parserGeorge Marques
2020-07-20Add support for propertiesGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-05-15break, continue outside of a loop, match statement handledThakee Nathees
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-13regression: static func can't access const fixThakee Nathees
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-10Merge pull request #37020 from aaronfranke/rangeRémi Verschelde
2020-05-10more clearer unexpected statement end error messagesThakee Nathees
2020-05-09Change get_completion_identifier_is_function to return a boolAaron Franke
2020-04-27export var type reduce() implementedThakee Nathees
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-25Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov