summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-113-3/+3
|\
| * Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla...girdenis-p2024-11-063-3/+3
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-025-24/+24
|\|
| * Always add decimal when printing floatkobewi2024-10-235-24/+24
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-224-0/+10
|\|
| * GDScript: Fix annotation parsing adding new annotation entriesHolonProduction2024-10-134-0/+10
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-274-0/+12
* Style: Consolidate & migrate GDScript `.editorconfig`Thaddeus Crews2024-09-131-2/+0
* Implement typed dictionariesThaddeus Crews2024-09-042-0/+8
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-032-2/+2
|\
| * StringName Dictionary keysrune-scape2024-08-292-2/+2
* | GDScript: Replace `assert()` with `Utils.check()` in testsDanil Alexeev2024-08-288-93/+25
|/
* GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warningDanil Alexeev2024-06-281-0/+1
* GDScript: Fix non-global class exportDanil Alexeev2024-06-205-6/+11
* Register the export info correctly when a global class script is used as the ...PreslavPetrov2024-06-033-0/+12
* Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issuesRémi Verschelde2024-05-195-124/+172
|\
| * GDScript: Fix some export annotation issuesDanil Alexeev2024-05-135-124/+172
* | GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`Danil Alexeev2024-05-174-4/+22
|/
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+0
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-032-0/+4
* GDScript: Suppress unused constant warning with underscoreGeorge Marques2024-04-184-52/+9
* Merge pull request #89472 from dalexeev/gds-fix-bin-tokenizer-continuation-linesRémi Verschelde2024-04-152-0/+14
|\
| * GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`Danil Alexeev2024-04-102-0/+14
* | Fix multiline array/dictionary match statementsAiden Storey2024-04-124-0/+63
* | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-102-3/+23
|/
* GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-128-4/+30
* Merge pull request #82952 from AbelToy/gds-export-arrayRémi Verschelde2024-03-069-4/+288
|\
| * Support Array and PackedArray in @export_*Abel Toy2024-03-069-4/+288
* | [GDScript] Fix some test file pathsA Thousand Ships2024-03-042-0/+0
* | GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...20kdc2024-03-012-9/+29
|/
* Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotationRémi Verschelde2024-02-276-69/+105
|\
| * GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-196-69/+105
* | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-083-0/+1
* | GDScript: Add `is not` operatorDanil Alexeev2024-02-042-0/+17
* | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-298-26/+0
* | Add UID support to GDScript fileskobewi2024-01-178-0/+26
* | GDScript: Allow empty parentheses for property getter declarationDanil Alexeev2023-10-112-0/+6
|/
* GDScript: Add error when exporting node in non [Node]-derived classesDanil Alexeev2023-10-052-1/+8
* Merge pull request #80085 from vnen/gdscript-pattern-guardsYuri Sizov2023-09-284-0/+12
|\
| * GDScript: Implement pattern guards for match statementGeorge Marques2023-09-274-0/+12
* | GDScript: Improve call analysisDanil Alexeev2023-09-216-0/+11
|/
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-118-0/+57
* GDScript: Allow mixed indentation on blank linesDanil Alexeev2023-08-173-0/+26
* Change explicit 'Godot 4.0' references to 'Godot 4'Rémi Verschelde2023-07-101-1/+1
* Fix lambda parsing continuing on subsequent lines #73273今井きなみ2023-06-214-0/+92
* Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representableRémi Verschelde2023-06-182-0/+33
|\
| * GDScript: Fix `MIN_INT` not representable as numeric literalDanil Alexeev2023-02-152-0/+33
* | GDScript: Fix repeated `_` are allowed after decimal pointDanil Alexeev2023-06-146-11/+53
* | GDScript: Reorganize and unify warningsDanil Alexeev2023-04-2814-26/+26