index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
Age
Commit message (
Expand
)
Author
2023-04-24
GDScript: Add missing member type check when resolving `extends`
Danil Alexeev
2023-03-13
Fix GDScript code style regarding colon
Danil Alexeev
2023-02-21
GDScript: Fix error message for unfound type
Dmitrii Maganov
2023-02-19
Make global scope enums accessible as types in GDScript
George Marques
2023-02-16
Fix crash by freed object assign to typed variable
ocean (they/them)
2023-02-07
Revert "Remove script class checks when getting function signature"
Rémi Verschelde
2023-02-07
Remove script class checks when getting function signature
Adam Scott
2023-02-06
Merge pull request #72677 from dalexeev/gds-await-infer-type
Yuri Sizov
2023-02-06
GDScript: Fix `await` type inference
Danil Alexeev
2023-02-06
GDScript: Fix inheritance check of @onready for inner classes
George Marques
2023-02-06
Merge pull request #72512 from vonagam/fix-ternary-type-source
Yuri Sizov
2023-02-06
GDScript: Don't allow @onready without inheriting Node
George Marques
2023-02-05
Merge pull request #72608 from vnen/gdscript-warning-default-error
Yuri Sizov
2023-02-02
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
GDScript: Improve usability of setter chains
George Marques
2023-02-01
GDScript: Fix type certainty for result of ternary operator
Dmitrii Maganov
2023-02-01
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
GDScript: Add warnings that are set to error by default
George Marques
2023-01-31
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-29
Merge pull request #72285 from vnen/gdscript-variable-match
Rémi Verschelde
2023-01-28
GDScript: Allow variables in match patterns
George Marques
2023-01-29
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-25
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
Merge pull request #71349 from vonagam/disallow-infer-on-weak
Rémi Verschelde
2023-01-13
GDScript: Disallow type inference with untyped initializer
Dmitrii Maganov
2023-01-13
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-12
Merge pull request #70733 from vonagam/fix-assigning-untyped
Rémi Verschelde
2023-01-12
GDScript: Fix extending abstract classes, forbid their construction
Dmitrii Maganov
2023-01-12
GDScript: Fix some issues with assignments that involve untyped things
Dmitrii Maganov
2023-01-12
GDScript: Fix getting type from PropertyInfo for Variant arguments
Dmitrii Maganov
2023-01-10
Add GDScript `.editorconfig` rules
Adam Scott
2023-01-10
Merge pull request #71140 from vonagam/fix-const-index-subscript-type
Rémi Verschelde
2023-01-10
GDScript: Fix type for index subscript on constant
Dmitrii Maganov
2023-01-09
Fix GDScript base and outer classes, signals and functions lookup order
Adam Scott
2023-01-09
Merge pull request #71051 from vonagam/consts-are-deep-start
Rémi Verschelde
2023-01-09
Assorted enum and native type fixes
ocean (they/them)
2023-01-08
GDScript: Begin making constants deep, not shallow or flat
Dmitrii Maganov
2023-01-06
GDScript: Fix typing of lambda functions
Dmitrii Maganov
2023-01-06
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-03
Merge pull request #70702 from vnen/gdscript-error-on-assign-void
Rémi Verschelde
2023-01-03
Merge pull request #70656 from vonagam/fix-void-returns
Rémi Verschelde
2022-12-30
GDScript: Make using return of void function an error
George Marques
2022-12-29
GDScript: Disallow return with value in void functions
Dmitrii Maganov
2022-12-27
GDScript: Fix return type of constructor call for extending class
Dmitrii Maganov
2022-12-21
Add MethodInfo to signal datatype
ocean (they/them)
2022-12-17
Fix outer class lookup
Adam Scott
2022-12-14
GDScript: Allow out of order member resolution
rune-scape
2022-12-05
Unify String and StringName
rune-scape
2022-12-01
Improve parent signature error
kobewi
2022-11-17
Fix ability to overload "script" variable
ocean (they/them)
[next]