summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-62/+4
* Merge pull request #71120 from jordigcs/ternaryGeorge Marques2023-01-251-0/+1
|\
| * Allow standalone ternary expressionsjordi2023-01-191-0/+1
* | Clarify error message about script-level annotationDanil Alexeev2023-01-241-1/+5
* | Merge pull request #71914 from vnen/gdscript-no-continue-matchRémi Verschelde2023-01-231-19/+1
|\ \
| * | GDScript: Remove function of `continue` for match statementGeorge Marques2023-01-221-19/+1
* | | Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-19/+9
|/ /
* | Merge pull request #67774 from aaronfranke/script-annotationsRémi Verschelde2023-01-161-43/+11
|\ \
| * | Make script annotations placed before class_name and extendsAaron Franke2022-12-191-43/+11
* | | Merge pull request #70540 from vaartis/multiline-arrays-dictionariesRémi Verschelde2023-01-131-0/+20
|\ \ \
| * | | Implement export_multiline support for Array[String] and DictionaryEkaterina Vaartis2022-12-251-0/+20
| |/ /
* | | Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflictsGeorge Marques2023-01-121-8/+2
|\ \ \
| * | | GDScript: Fix false name conflicts for unnamed enumsDmitrii Maganov2022-12-291-8/+2
| |/ /
* | | Merge pull request #69590 from anvilfolk/enumsRémi Verschelde2023-01-091-9/+14
|\ \ \
| * | | Assorted enum and native type fixesocean (they/them)2023-01-091-9/+14
| | |/ | |/|
* | | Merge pull request #70655 from vonagam/fix-assert-multilineRémi Verschelde2023-01-091-2/+7
|\ \ \ | |/ / |/| |
| * | GDScript: Fix multiline and trailing comma for assertDmitrii Maganov2023-01-081-2/+7
| |/
* | Unify typing of variables, constants and parameters in GDScriptDmitrii Maganov2023-01-061-5/+5
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* GDScript: Allow out of order member resolutionrune-scape2022-12-141-2/+50
* Merge pull request #69303 from Chaosus/gds_fix_loopsRémi Verschelde2022-12-011-1/+2
|\
| * Reset unassigned local variables to null in the loopsYuri Rubinsky2022-11-281-1/+2
* | Merge pull request #69269 from red1939/red1939/masterRémi Verschelde2022-11-301-3/+2
|\ \ | |/ |/|
| * Acknowledge that a CLASS kind of a DataType might not have an identifierBartosz Bielecki2022-11-301-3/+2
* | GDScript: Avoid using `get_global_class_native_base`rune-scape2022-11-271-2/+5
|/
* GDScript: Properly respect `int` type hint for `@export_range`unknown2022-11-241-0/+6
* GDScript: Only check if ignoring warnings in debug buildRémi Verschelde2022-11-241-0/+2
* GDScript: Fix setting to disable all warningsRémi Verschelde2022-11-201-0/+2
* Merge pull request #68854 from anvilfolk/highlight-varRémi Verschelde2022-11-181-2/+2
|\
| * Add error highlighting for duplicate variables/constantsocean (they/them)2022-11-181-2/+2
* | Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-1/+7
|/
* Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errorsRémi Verschelde2022-11-151-1/+1
|\
| * Fix "Treat Warnings as Errors" Project Setting not workingMicky2022-09-051-1/+1
* | GDScript compiler subclass bugfixesRune2022-11-131-0/+5
* | Fix named enums to use int64 typeYuri Rubinsky2022-11-081-1/+1
* | Added custom node exportGuilherme Sousa2022-10-141-5/+11
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-14/+8
* | Fix completion of parameters in function call (2)Yuri Rubinsky2022-10-021-1/+2
* | Fix completion of parameters in function callYuri Rubinsky2022-09-301-0/+4
* | Prevent null crash when datatype not resolvedFrancois Belair2022-09-231-1/+1
* | Add GDScript resource export.willnationsdev2022-09-171-0/+27
|/
* Remove old syntax for custom class iconVolTer2022-09-021-11/+0
* Add documentation for all annotationsYuri Sizov2022-08-191-1/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-27/+21
* Fix Vector4 parse errorkobewi2022-07-261-2/+2
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+3
* GDScript: Fix brief/long description doc comments.Vladimir Savin2022-07-181-1/+10
* Merge pull request #62901 from cdemirer/prevent-unnecessary-additional-parser...George Marques2022-07-131-1/+2
|\
| * Prevent unnecessary additional parser errorcdemirer2022-07-111-1/+2
* | Merge pull request #62900 from cdemirer/fix-parser-stuck-in-an-error-loopGeorge Marques2022-07-131-0/+1
|\ \