COMMITS
/ modules/gdscript/gdscript_analyzer.cpp May 6, 2024
G
GDScript: Make check for exposed classes more consistent
George Marques committed
October 31, 2025
T
Merge pull request #109433 from KoBeWi/hastension
Thaddeus Crews committed
October 7, 2025
October 1, 2025
T
Merge pull request #110240 from westenral/add_int_division_warnings
Thaddeus Crews committed
September 30, 2025
T
Merge pull request #107936 from mihe/missing-await-warning
Thaddeus Crews committed
September 3, 2025
W
Add checks for integer vectors for integer division warning
westenral committed
August 13, 2025
A
Improve error messages for lambda functions without a body
Aaron Franke committed
August 8, 2025
K
Add has_extension() method to String
kobewi committed
July 24, 2025
G
GDScript: Properly detect native class on static call optimization
George Marques committed
June 10, 2025
A
Editor: Restructure editor code
A Thousand Ships committed
June 24, 2025
M
Add opt-in GDScript warning for when calling coroutine without `await`
Mikael Hermansson committed
June 19, 2025
A
GDScript: Replace `abstract` keyword with `@abstract` annotation
Aaron Franke committed
June 9, 2025
T
Merge pull request #82808 from dalexeev/gds-vararg
Thaddeus Crews committed
May 2, 2025
D
GDScript: Optimize non-constant `for`-`range`
Danil Alexeev 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
May 15, 2025
T
Style: Remove redundant `DEBUG_METHODS_ENABLED`
Thaddeus Crews committed
May 13, 2025
T
Merge pull request #67777 from aaronfranke/virtually-annotated
Thaddeus Crews committed
March 28, 2025
M
Fix a few GDScript warning messages for grammar and consistency
Malcolm Anderson committed
October 8, 2023
A
Add a keyword for abstract classes in GDScript
Aaron Franke committed
April 29, 2025
L
Add `GLOBAL_GET` cached macros.
lawnjelly committed
April 28, 2025
L
Fix various sanitizer issues.
Lukas Tenbrink committed
April 24, 2025
T
Merge pull request #78837 from dalexeev/gds-const-array-and-dict-constructors
Thaddeus Crews committed
August 20, 2024
T
Core: Add dedicated `BitField` template
Thaddeus Crews committed
August 31, 2024
H
Autocompletion: Don't add parenthesis if `Callable` is expected
HolonProduction committed
March 20, 2025
Y
size() <= 0 and size() < 1.
Yufeng Ying committed
March 31, 2025
D
GDScript: Add constant `Array` and `Dictionary` constructors
Danil Alexeev committed
May 7, 2024
A
[Core] Use `Vector` for `MethodInfo::arguments`
A Thousand Ships committed
November 16, 2024
A
Use `get_slicec` instead of `get_slice` for single character splitters
A Thousand Ships committed
February 4, 2025
M
Display correct symbol in warning when unique name is used without @onready annotation
Malcolm Anderson committed
January 11, 2025
K
Ensure path for shallow scripts
kobewi committed
January 9, 2025
D
GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum
Danil Alexeev committed
January 8, 2025
A
Fix various typos
Aarni Koskela committed
August 25, 2024
A
Improve use of `Ref.is_null/valid`
A Thousand Ships committed
December 21, 2024
Y
Remove unused header in drivers and modules.
Yufeng Ying committed
November 22, 2024
D
Core: Fix built-in enum constant bindings
Danil Alexeev committed
November 6, 2024
G
Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses
girdenis-p committed
October 25, 2024
C
Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments
Clay John committed
October 21, 2024
R
GDScript: Fix cached parser error when using typed Dictionaries
rune-scape committed
October 20, 2024
Y
Add some comments to #endif's where it will easier life
Yevhen Babiichuk (DustDFG) committed
August 6, 2024
C
Fix lookup symbol for enum members to search a correct code definition
Chaosus committed
September 6, 2024
R
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde committed
September 5, 2024
R
Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warning
Rémi Verschelde committed
June 24, 2023
T
Implement typed dictionaries
Thaddeus Crews committed
August 28, 2024
R
Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-error
Rémi Verschelde committed
August 3, 2024
R
GDScript: Fix too many calls to 'remove_parser'
rune-scape committed
July 23, 2024
R
GDScript: Fix common mismatched external parser errors
rune-scape committed
R
GDScript: Fix common mismatched external parser errors
rune-scape committed
July 25, 2024
R
Revert "GDScript: Fix common mismatched external parser errors"
Rémi Verschelde committed
July 24, 2024
R
Merge pull request #94617 from rune-scape/fix-mismatched-parsers
Rémi Verschelde committed