summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.h
AgeCommit message (Expand)Author
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-13Merge pull request #62918 from cdemirer/parser-properly-set-node-extentsGeorge Marques
2022-07-11Add default argument bindings to GDScript annotationsYuri Sizov
2022-07-11Parser: Properly set node extentscdemirer
2022-07-06Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde
2022-07-05Add grouping annotations for class properties in GDScriptYuri Sizov
2022-07-04Add support for documenting built-in annotationsYuri Sizov
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-12Fix incorrect precedence of pow operator in GDScript Yuri Rubinsky
2022-05-11Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky
2022-04-24GDScript: Allow using self in lambdasGeorge Marques
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-30Fix autocompletion of static methods in built-in types in GDScriptYuri Roubinsky
2022-02-03GDScript: Consolidate behavior for assigning enum typesGeorge Marques
2022-01-10Merge pull request #55715 from nathanfranke/enum-orderedRémi Verschelde
2022-01-05Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde
2022-01-04GDScript: Add annotation to ignore warningsGeorge Marques
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-16Use OrderedHashMap for enum_valuesNathan Franke
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-10-08GDScript: Report property type errorsZuBsPaCe
2021-09-21Merge pull request #52906 from vnen/gdscript-show-error-on-yieldRémi Verschelde
2021-09-21GDScript: Show specific error when "yield" is usedGeorge Marques
2021-09-21GDScript: Allow classes declaration to be done in single lineGeorge Marques
2021-09-17Merge pull request #51671 from RandomShaper/fix_gdscript_crashGeorge Marques
2021-09-11Implement iterator variable typing in GDScriptPedro J. Estébanez
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-08-17Remove underscore hacksMax Hilbrunner
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