summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* Autocompletion: register depended parsers with the main parserHolonProduction2024-07-181-0/+2
* GDScript: Fix "Mismatched external parser" for autoloadsDanil Alexeev2024-07-091-1/+1
* Fix synchronization of global class nameHilderin2024-06-251-1/+8
* Merge pull request #92874 from Chaosus/completion_color_colorRémi Verschelde2024-06-241-1/+12
|\
| * Add coloring for completion of Color componentsYuri Rubinsky2024-06-071-1/+12
* | GDScript: Fix non-global class exportDanil Alexeev2024-06-201-50/+60
* | Merge pull request #85488 from miv391/fix-expected-indented-block-error-messa...Rémi Verschelde2024-06-101-1/+1
|\ \ | |/ |/|
| * Moving 'Expected indented block' error message lines numbers backMika Viskari2023-11-281-1/+1
* | Register the export info correctly when a global class script is used as the ...PreslavPetrov2024-06-031-10/+26
* | Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issuesRémi Verschelde2024-05-191-9/+34
|\ \
| * | GDScript: Fix some export annotation issuesDanil Alexeev2024-05-131-9/+34
* | | GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`Danil Alexeev2024-05-171-0/+4
|/ /
* | Merge pull request #84706 from HolonProduction/completion-get-childRémi Verschelde2024-05-071-1/+4
|\ \
| * | Fix autocompletion after DOLLAR tokenHolonProduction2024-03-021-1/+4
* | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+5
* | | GDScript: invalidate GDScriptParserRef when reloadingrune-scape2024-04-181-11/+25
* | | Fix multiline array/dictionary match statementsAiden Storey2024-04-121-15/+19
* | | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-101-22/+0
* | | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-141-1/+1
|\ \ \
| * | | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* | | | GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-121-89/+227
* | | | Editor Help: Add syntax highlighting for code blocksDanil Alexeev2024-03-091-5/+19
|/ / /
* | | GDScript: Add @export_custom annotationGeorge Marques2024-03-071-0/+25
* | | Support Array and PackedArray in @export_*Abel Toy2024-03-061-49/+94
|/ /
* | Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotationRémi Verschelde2024-02-271-6/+15
|\ \
| * | GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-191-6/+15
* | | GDScript: Canonicalize script path in FQCNDanil Alexeev2024-02-261-2/+2
* | | Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-4/+16
* | | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* | | GDScript: Enable compression on exportGeorge Marques2024-02-081-0/+3
* | | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-27/+77
* | | Merge pull request #87124 from rsubtil/bugfix-warn_as_errRémi Verschelde2024-02-081-1/+1
|\ \ \
| * | | Simplify script paths to ensure proper resource path checksRicardo Subtil2024-01-121-1/+1
| |/ /
* | | GDScript: Add `is not` operatorDanil Alexeev2024-02-041-1/+27
* | | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-291-35/+3
* | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-4/+4
* | | Add UID support to GDScript fileskobewi2024-01-171-3/+35
* | | Merge pull request #83120 from dalexeev/gds-allow-property-getter-empty-paren...Rémi Verschelde2024-01-041-3/+7
|\ \ \
| * | | GDScript: Allow empty parentheses for property getter declarationDanil Alexeev2023-10-111-3/+7
| | |/ | |/|
* | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \ \ | |_|/ |/| |
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | Merge pull request #85487 from vnen/gdscript-static-register-annotationsYuri Sizov2023-12-191-35/+39
|\ \ \ | |/ / |/| |
| * | GDScript: Make annotations register statically in parserGeorge Marques2023-11-281-35/+39
| |/
* / Change container_element_type to vector containerThaddeus Crews2023-12-051-26/+33
|/
* Merge pull request #83050 from k0T0z/fix-unnecessary-includeRémi Verschelde2023-10-101-4/+0
|\
| * removing unnecessary include of gdscript_warning.h as it is already included ...Saif Kandil2023-10-091-4/+0
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
|/