summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+4
|\
| * Merge pull request #98099 from dalexeev/pot-gen-add-comment-supportThaddeus Crews2024-11-151-0/+4
| |\
| | * POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` commentsDanil Alexeev2024-10-131-0/+4
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #98356 from dustdfg/gdscript_endif_readability_commentsClay John2024-10-241-1/+1
| |\ \
| | * | Add some comments to #endif's where it will easier lifeYevhen Babiichuk (DustDFG)2024-10-211-1/+1
| | |/
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-7/+9
|\| |
| * | GDScript: Fix annotation parsing adding new annotation entriesHolonProduction2024-10-131-7/+9
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Merge pull request #96693 from HolonProduction/annotation-arg-hintRémi Verschelde2024-10-021-5/+11
|\
| * Autocompletion: Add arghint for annotationsHolonProduction2024-09-071-5/+11
* | Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-271-9/+54
|/
* Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-061-4/+214
|\
| * Implement typed dictionariesThaddeus Crews2024-09-041-4/+214
* | Merge pull request #96326 from HolonProduction/completion-hacks-and-fixesRémi Verschelde2024-09-041-6/+20
|\ \ | |/ |/|
| * Autocompletion: reintroduce enum options on assignmentHolonProduction2024-08-301-6/+20
* | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-2/+2
|/
* Fix missing GDScriptParser reference on completion contextAina2024-08-281-0/+1
* Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parserRémi Verschelde2024-08-281-21/+19
|\
| * Avoid const_cast in GDScriptParserrune-scape2024-07-281-21/+19
* | Autocompletion: enable string literal completion in subscriptsHolonProduction2024-08-271-0/+6
* | Merge pull request #94082 from HolonProduction/completion-forceRémi Verschelde2024-08-201-15/+37
|\ \ | |/ |/|
| * Autocompletion: rework argument options string literal completionHolonProduction2024-07-081-15/+37
* | 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
|/ /