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_warning.cpp
Age
Commit message (
Expand
)
Author
2022-11-22
GDScript: Don't warn about RETURN_VALUE_DISCARDED by default
Rémi Verschelde
2022-11-21
change RETURN_VALUE_DISCARDED GDScript warn text
souplamp
2022-10-14
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-04-06
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-02-03
GDScript: Consolidate behavior for assigning enum types
George Marques
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-11-13
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-09-11
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-20
Add warning checks in GDScript analyzer
George Marques
2020-07-20
New GDScript tokenizer and parser
George Marques