summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_parser.h
AgeCommit message (Expand)Author
2023-02-20Merge pull request #73590 from vnen/gdscript-global-scope-enumsRémi Verschelde
2023-02-19Make global scope enums accessible as types in GDScriptGeorge Marques
2023-02-17GDScript: Rework type checkDmitrii Maganov
2023-02-05Merge pull request #72608 from vnen/gdscript-warning-default-errorYuri Sizov
2023-02-02GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-02-02GDScript: Improve usability of setter chainsGeorge Marques
2023-02-01Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde
2023-02-01GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-01-31Merge pull request #72454 from dalexeev/gds-fix-icon-annotationRémi Verschelde
2023-01-31GDScript: Fix `@icon` annotationDanil Alexeev
2023-01-31GDScript: Allow void functions to return calls to other void functionsGeorge Marques
2023-01-31GDScript: Fix issues with typed arraysDmitrii Maganov
2023-01-25GDScript: Allow constant expressions in annotationsDanil Alexeev
2023-01-23Merge pull request #71914 from vnen/gdscript-no-continue-matchRémi Verschelde
2023-01-22GDScript: Remove function of `continue` for match statementGeorge Marques
2023-01-21Add support for Unicode identifiers in GDScriptGeorge Marques
2023-01-12Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques
2023-01-09Assorted enum and native type fixesocean (they/them)
2023-01-06GDScript: Fix missing conversion for default argument valuesDmitrii Maganov
2023-01-06Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-28Fix usage of Enum as constantDmitrii Maganov
2022-12-14GDScript: Allow out of order member resolutionrune-scape
2022-11-28Reset unassigned local variables to null in the loopsYuri Rubinsky
2022-11-24GDScript: Only check if ignoring warnings in debug buildRémi Verschelde
2022-11-22Fix using signals in lambda functionsYuri Rubinsky
2022-11-08Fix named enums to use int64 typeYuri Rubinsky
2022-10-25Fix enum type to use int64_t instead of int in GDScriptYuri Rubinsky
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
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