COMMITS
/ modules/gdscript/gdscript_parser.cpp December 3, 2025
A
Add new monospace related hint strings
Adam Scott committed
May 6, 2024
G
GDScript: Make check for exposed classes more consistent
George Marques committed
November 1, 2025
D
GDScript: Add `debug/gdscript/warnings/directory_rules` project setting
Danil Alexeev committed
October 6, 2025
T
Merge pull request #111223 from Ivorforce/remove-iterator-include
Thaddeus Crews committed
October 3, 2025
L
Replace `std::size` usage with `std_size` to avoid `<iterator>` include.
Lukas Tenbrink committed
T
Merge pull request #89409 from aaronfranke/server-folders
Thaddeus Crews committed
March 12, 2024
A
Move server files into their subfolders
Aaron Franke committed
September 22, 2025
A
Allow trailing comma in `preload`
Artemy Fedotov committed
August 4, 2025
H
GDScript: Don't stop annotation argument parsing at file end
HolonProduction committed
July 25, 2025
H
Autocompletion: Push empty call for lambdas
HolonProduction committed
July 8, 2025
C
Fix lookup symbol for super()
Chaosus committed
June 10, 2025
A
Editor: Restructure editor code
A Thousand Ships committed
June 19, 2025
A
GDScript: Replace `abstract` keyword with `@abstract` annotation
Aaron Franke committed
June 12, 2025
R
Merge pull request #105414 from KoBeWi/disable_uid_here
Rémi Verschelde 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
April 15, 2025
K
Add @export_file_path to export raw paths (no UID)
kobewi committed
H
GDScript: Do phrase level recovery for match
HolonProduction committed
T
Merge pull request #102218 from HolonProduction/dictionary-recovery
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 30, 2025
T
Merge pull request #105910 from lawnjelly/global_get_fast4
Thaddeus Crews committed
April 29, 2025
L
Add `GLOBAL_GET` cached macros.
lawnjelly committed
R
Remove WinAPI `#undef` hacks needed for mingw-std-threads
Rémi Verschelde committed
April 28, 2025
T
Merge pull request #89324 from KoBeWi/pandora's_can_of_worms
Thaddeus Crews committed
March 26, 2025
M
Add errors for keywords removed in Godot 4
Malcolm Anderson committed
April 11, 2025
T
Merge pull request #105249 from Repiteo/core/math-defs-namespace
Thaddeus Crews committed
April 10, 2025
T
Merge pull request #96375 from HolonProduction/completion-callable-braces
Thaddeus Crews committed
T
Core: Use `Math` namespace for constants
Thaddeus Crews committed
August 31, 2024
H
Autocompletion: Don't add parenthesis if `Callable` is expected
HolonProduction committed
April 8, 2025
L
Change `get_class_static` to return `StringName`.
Lukas Tenbrink committed
March 29, 2025
T
CI: Bump various pre-commit hooks
Thaddeus Crews committed
March 23, 2025
H
GDScript: Return early when parsing invalid super call
HolonProduction committed
March 14, 2025
H
GDScript: Fix head class range to include `class_name`
HolonProduction committed
March 7, 2025
T
Merge pull request #102419 from Ivorforce/std-size
Thaddeus Crews committed
January 30, 2025
H
GDScript: Do phrase level recovery when parsing faulty dictionaries
HolonProduction committed
March 24, 2024
K
Allow exporting variables of type Variant
kobewi committed
February 13, 2025
H
Autocompletion: Override context for preload
HolonProduction committed
February 4, 2025
L
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
Lukas Tenbrink committed
January 9, 2025
D
GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum
Danil Alexeev 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 11, 2024
T
Merge pull request #100174 from Calinou/gdscript-add-deprecated-experimental-annotations
Thaddeus Crews committed
December 10, 2024
T
Merge pull request #99887 from JackErb/gdscript-parser-error-fix
Thaddeus Crews committed
November 30, 2024
J
Improve GDScript "unexpected token in class body" parser error
JackErb committed
December 8, 2024
H
Tweak unknown annotation GDScript error for `@deprecated`/`@experimental`/`@tutorial`
Hugo Locurcio committed