COMMITS
/ modules/gdscript/gdscript_parser.h November 1, 2025
D
GDScript: Add `debug/gdscript/warnings/directory_rules` project setting
Danil Alexeev committed
July 24, 2025
G
GDScript: Properly detect native class on static call optimization
George Marques committed
July 17, 2025
T
Merge pull request #108306 from Chaosus/gds_fix_super_completion
Thaddeus Crews committed
July 8, 2025
C
Fix lookup symbol for super()
Chaosus committed
July 31, 2024
H
GDScript: Fix autocompletion issues with nested types
HolonProduction committed
June 19, 2025
A
GDScript: Replace `abstract` keyword with `@abstract` annotation
Aaron Franke committed
March 30, 2025
D
GDScript: Add support for variadic functions
Danil Alexeev committed
May 14, 2025
D
GDScript: Add abstract methods
Danil Alexeev committed
June 8, 2025
R
Merge pull request #106198 from SatLess/User-Func-Autocomplete
Rémi Verschelde committed
May 8, 2025
June 5, 2025
R
Merge pull request #106683 from dalexeev/gds-remove-leftmost-rightmost-column
Rémi Verschelde committed
May 23, 2025
T
Merge pull request #105413 from HolonProduction/gdscript-recover-match
Thaddeus Crews committed
May 21, 2025
D
GDScript: Remove `leftmost_column` and `rightmost_column` fields
Danil Alexeev committed
October 8, 2023
A
Add a keyword for abstract classes in GDScript
Aaron Franke committed
April 15, 2025
H
GDScript: Do phrase level recovery for match
HolonProduction committed
T
Merge pull request #102218 from HolonProduction/dictionary-recovery
Thaddeus Crews committed
August 31, 2024
H
Autocompletion: Don't add parenthesis if `Callable` is expected
HolonProduction committed
February 1, 2025
T
Style: Replace header guards with `#pragma once`
Thaddeus Crews committed
January 30, 2025
H
GDScript: Do phrase level recovery when parsing faulty dictionaries
HolonProduction committed
February 11, 2025
H
Autocompletion: Account for invalid annotations when making arghint
HolonProduction committed
December 21, 2024
Y
Remove unused header in drivers and modules.
Yufeng Ying committed
December 14, 2024
D
Code Editor: Add documentation tooltips
Danil Alexeev committed
December 6, 2024
D
GDScript: Add `@warning_ignore_start` and `@warning_ignore_restore` annotations
Danil Alexeev committed
November 15, 2024
T
Merge pull request #98099 from dalexeev/pot-gen-add-comment-support
Thaddeus Crews committed
October 21, 2024
R
GDScript: Fix cached parser error when using typed Dictionaries
rune-scape committed
October 11, 2024
D
POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
Danil Alexeev committed
September 26, 2024
D
Add `@export_tool_button` annotation for easily creating inspector buttons
Danil Alexeev committed
September 6, 2024
R
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde committed
June 24, 2023
T
Implement typed dictionaries
Thaddeus Crews committed
August 30, 2024
H
Autocompletion: reintroduce enum options on assignment
HolonProduction committed
August 27, 2024
R
Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parser
Rémi Verschelde committed
August 20, 2024
R
Merge pull request #94082 from HolonProduction/completion-force
Rémi Verschelde committed
July 28, 2024
R
Avoid const_cast in GDScriptParser
rune-scape committed
July 16, 2024
H
Autocompletion: register depended parsers with the main parser
HolonProduction committed
July 8, 2024
H
Autocompletion: rework argument options string literal completion
HolonProduction committed
May 24, 2024
H
Fix synchronization of global class name
Hilderin committed
May 19, 2024
R
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
Rémi Verschelde committed
May 13, 2024
R
Revert "GDScript: Implement get_dependencies()"
Rémi Verschelde committed
April 15, 2024
D
GDScript: Fix some export annotation issues
Danil Alexeev committed
May 1, 2024
D
GDScript: Fix access non-static members in static context
Danil Alexeev committed
April 29, 2024
R
Merge pull request #90860 from vnen/gdscript-get-dependencies
Rémi Verschelde committed
April 12, 2024
R
GDScript: invalidate GDScriptParserRef when reloading
rune-scape committed
April 18, 2024
G
GDScript: Implement get_dependencies()
George Marques committed
April 4, 2024
J
Don't pass `self` when calling a static function from a non-static context
Jamie Hill-Daniel committed
March 14, 2024
R
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde committed
February 28, 2024
D
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev committed
March 8, 2024
T
Enforce template syntax `typename` over `class`
Thaddeus Crews committed
February 8, 2023
G
GDScript: Add @export_custom annotation
George Marques committed
February 12, 2024
D
Documentation: Add support for deprecated/experimental messages
Danil Alexeev committed
January 22, 2024
G
GDScript: Reintroduce binary tokenization on export
George Marques committed