summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features
Commit message (Expand)AuthorAgeFilesLines
* Always add decimal when printing floatkobewi2024-10-235-24/+24
* Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-272-0/+9
* 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
* GDScript: Fix some export annotation issuesDanil Alexeev2024-05-135-124/+172
* 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-182-52/+0
* 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: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-124-2/+15
* Support Array and PackedArray in @export_*Abel Toy2024-03-065-4/+276
* 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-081-0/+1
* | GDScript: Add `is not` operatorDanil Alexeev2024-02-042-0/+17
* | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-292-6/+0
* | Add UID support to GDScript fileskobewi2024-01-172-0/+6
* | 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-282-0/+5
|\
| * GDScript: Implement pattern guards for match statementGeorge Marques2023-09-272-0/+5
* | GDScript: Improve call analysisDanil Alexeev2023-09-216-0/+11
|/
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-112-0/+44
* GDScript: Allow mixed indentation on blank linesDanil Alexeev2023-08-172-0/+24
* Fix lambda parsing continuing on subsequent lines #73273今井きなみ2023-06-212-0/+84
* 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-142-9/+46
* | GDScript: Reorganize and unify warningsDanil Alexeev2023-04-283-14/+14
* | Merge pull request #72979 from dalexeev/gds-annotation-parsingYuri Sizov2023-04-172-0/+61
|\ \
| * | GDScript: Fix and improve annotation parsingDanil Alexeev2023-04-142-0/+61
* | | fix access to identifiers that are reserved keywordsajreckof2023-04-142-0/+37
|/ /
* | Fix GDScript code style regarding colonDanil Alexeev2023-03-052-5/+7
* | Minor typo and docs URL fixesRémi Verschelde2023-02-281-1/+1
* | GDScript: Fix parsing unexpected break/continue in lambdaDmitrii Maganov2023-02-232-0/+15
|/
* Merge pull request #72971 from vnen/gdscript-multiline-commentRémi Verschelde2023-02-092-0/+23
|\
| * GDScript: Allow strings as multiline commentsGeorge Marques2023-02-092-0/+23
* | GDScript: Be more lenient with identifiersGeorge Marques2023-02-094-0/+27
|/
* Revert "Remove script class checks when getting function signature"Rémi Verschelde2023-02-072-14/+0
* Remove script class checks when getting function signatureAdam Scott2023-02-072-0/+14
* GDScript: Fix `@export_enum` works only with `int`Danil Alexeev2023-01-302-0/+22
* GDScript: Allow variables in match patternsGeorge Marques2023-01-282-0/+27
* GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-252-2/+2