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
/
gdscript_analyzer.cpp
Age
Commit message (
Expand
)
Author
2022-04-06
GDScript: Add support for static method calls in native types
George Marques
2022-03-31
Fix typos with codespell
Rémi Verschelde
2022-03-30
GDScript: Fix issues with completion and `super` calls
George Marques
2022-03-22
Prevent NARROWING_CONVERSION warning for int(float) function in GDScript
Yuri Roubinsky
2022-03-22
Merge pull request #59056 from Chaosus/gds_fix_extends_crash
Yuri Rubinsky
2022-03-14
Fix default value count checking for inherited function
Yuri Roubinsky
2022-03-12
Prevent crash due to empty error message on empty extends in GDScript
Yuri Roubinsky
2022-03-07
Restore building web platform by enclosing resolve_function_signature.
K. S. Ernest (iFire) Lee
2022-03-06
GDScript: Check if method signature matches the parent
George Marques
2022-03-04
Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fix
Rémi Verschelde
2022-03-04
Merge pull request #58626 from groud/fix_gdscript_analyser_crash
Rémi Verschelde
2022-03-03
Merge pull request #58262 from Sauermann/fix-range-doc
Max Hilbrunner
2022-02-28
Fix a crash in GDScriptAnalyzer when a script class's file is not found
Gilles Roudière
2022-02-22
Fixes cyclic detection from variables assigning themselves to themselves in a...
SaracenOne
2022-02-18
Describe usage of float in range documentation
Markus Sauermann
2022-02-16
Fix error when assigning to an explicitly annotated variant from an ambiguous...
SaracenOne
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-04
Merge pull request #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-03
GDScript: Treat enum values as int and enum types as dictionary
George Marques
2022-02-03
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-01-26
Fix crash with non-constant keys in match statement Dictionary pattern
cdemirer
2022-01-17
Merge pull request #55995 from Xwdit/enum_fix
Rémi Verschelde
2022-01-10
Merge pull request #56194 from cdemirer/fix-operation-result-type-inference
Rémi Verschelde
2022-01-10
Merge pull request #56232 from V-Sekai/invalid_explicit_variant_assign_fix
Rémi Verschelde
2022-01-10
Merge pull request #56260 from cdemirer/fix-type-mutation-upon-assignment-wit...
Rémi Verschelde
2022-01-05
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-04
GDScript: Add annotation to ignore warnings
George Marques
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-27
Fix type mutation upon compound assignment
cdemirer
2021-12-25
Fix 'Compiler bug: unresolved assign' on explicitly annotated variants.
SaracenOne
2021-12-23
Fix operation result type inference
cdemirer
2021-12-16
Fix enum int comparison
Xwdit
2021-12-14
Avoid a crash in the gdscript analyser
Gilles Roudière
2021-12-13
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-11-23
Improve various texts
kobewi
2021-10-18
Fix incorrect debug check for setters
Benjamin Navarro
2021-10-15
Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant
Rémi Verschelde
2021-10-15
GDScript: Fix inferred typed array marked as constant
George Marques
2021-10-14
GDScript: Fix typing for await expression
George Marques
2021-10-14
GDScript: Remove error when coroutine is called without await
George Marques
2021-10-14
Merge pull request #53726 from briansemrau/gd-outer-class
George Marques
2021-10-13
GDScript: Access outer scope classes
Brian Semrau
2021-10-12
Merge pull request #53720 from vnen/gdscript-typed-array-custom-class
Rémi Verschelde
2021-10-12
GDScript: Fix typed array with custom classes
George Marques
2021-10-12
GDScript: Make setter parameter type same as variable type
George Marques
2021-10-08
GDScript: Report property type errors
ZuBsPaCe
2021-10-07
GDScript: Use getter return type for the property type
George Marques
2021-10-06
Merge pull request #53479 from vnen/gdscript-subscript-object-self
Rémi Verschelde
2021-10-06
GDScript: Allow subscript on self and object types
George Marques
2021-10-06
GDScript: Avoid hard errors on inferred types
George Marques
[next]