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-11-24
Ensure class name is printed in STATIC_CALLED_ON_INSTANCE warning
clayjohn
2022-11-23
[godot#68977] Fix constants parameters
Adam Scott
2022-11-22
Merge pull request #68970 from Chaosus/gds_fix_lambda_signal
Rémi Verschelde
2022-11-22
Fix using signals in lambda functions
Yuri Rubinsky
2022-11-21
[godot#61386] Fix autoload scenes implicit types
Adam Scott
2022-11-18
Remove fix leftover that caused cyclic load issues
Adam Scott
2022-11-18
Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2
Rémi Verschelde
2022-11-18
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-17
Fix ability to overload "script" variable
ocean (they/them)
2022-11-13
GDScript compiler subclass bugfixes
Rune
2022-11-02
Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...
Rémi Verschelde
2022-11-02
Merge pull request #68040 from adamscott/fix-property-getter-return-type
Rémi Verschelde
2022-11-02
GDScript Fix type mismatch in optimized single arg `range`
kleonc
2022-10-31
Merge pull request #68065 from zCubed3/fix_min_max_crash
Rémi Verschelde
2022-10-31
Merge pull request #62695 from Spartan322/relax-constant-asserts
Rémi Verschelde
2022-10-30
Fix math utility functions crashing when invalid args passed
zCubed3
2022-10-29
[godot#68001] Fix property getter with custom return type
Adam Scott
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-18
Allow non-constant string message for assert
George L. Albany
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
[next]