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
/
parser
/
warnings
Age
Commit message (
Expand
)
Author
2023-01-29
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-21
Add support for Unicode identifiers in GDScript
George Marques
2022-12-30
GDScript: Make using return of void function an error
George Marques
2022-11-21
change RETURN_VALUE_DISCARDED GDScript warn text
souplamp
2022-10-14
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-13
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-05-18
Merge pull request #55201 from Scony/fix-unreachable-code-false-positive
RĂ©mi Verschelde
2022-02-03
GDScript: Consolidate behavior for assigning enum types
George Marques
2021-12-13
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-11-21
Fix 'unreachable-code' false-positive, fixes #55154
Pawel Lampe
2021-11-13
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-09-14
Add dozens of new integration tests to the GDScript test suite
Hugo Locurcio
2021-09-11
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-04-16
Rename GDScript test script filenames to use `snake_case`
Andrii Doroshenko (Xrayez)