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-10-16
Clarified reason why a resource cannot be loaded.
João Martins
2022-10-14
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-13
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-17
Add GDScript resource export.
willnationsdev
2022-09-15
Fix GDScript `preload` fails in standalone build unless files are present in ...
Abdelhafidh Belalia
2022-08-31
Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-up
Rémi Verschelde
2022-08-30
Fix inferred GDScript enum values not appearing in inspector
Atlinx
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-07
fix(gdscript): Infer type from preload const
Antonio Dell'Annunziata
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-07-06
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
Rémi Verschelde
2022-07-06
Fix priority of annotated type vs initializer type
cdemirer
2022-07-05
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-06-27
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-17
Make enum/constant binds 64-bit.
bruvzg
2022-06-03
use correct error for unused bind match, suppress with underscore
Nathan Franke
2022-05-25
Merge pull request #61279 from Trioct/fix-typed-array-assignment
Rémi Verschelde
2022-05-25
Fix const typed array assignment
Trioct
2022-05-24
GDScript: Don't show redundant await warning on unknown types
George Marques
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Add a new HashMap implementation
reduz
2022-04-27
Merge pull request #60396 from vnen/gdscript-self-lambda
Rémi Verschelde
2022-04-24
GDScript: Allow using self in lambdas
George Marques
2022-04-19
Fixes GDScript define nested dictionary and array as constants #50285
PastMoments
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
[next]