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_parser.cpp
Age
Commit message (
Expand
)
Author
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-05
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-01
Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-...
Rémi Verschelde
2019-03-14
Fix duplicated lines in GDScript bytecode
Bojidar Marinov
2019-03-05
Fix enums coming from other classes without preload
Bojidar Marinov
2019-03-04
Revert "Forbid implicit type conversion in GDScript"
Rémi Verschelde
2019-03-04
Merge pull request #26562 from vnen/gdscript-no-implicit-cast
Rémi Verschelde
2019-03-03
GDScript: Fix issue when detecting file class in inner class
George Marques
2019-03-03
GDScript: Forbid implicit type conversion
George Marques
2019-03-03
GDScript: Allow `for` iterator to be rededefined
George Marques
2019-03-03
Merge pull request #26547 from vnen/gdscript-dependency-parse
Juan Linietsky
2019-03-03
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
Fix GDScript checking for assigning to a constant only in release
Bojidar Marinov
2019-02-26
Fix GDScript exports having the wrong type of default value by converting it
Bojidar Marinov
2019-02-24
Merge pull request #25018 from AllanDaemon/#24895
George Marques
2019-02-21
Request to use load when cyclic reference is found, closes #26119
Juan Linietsky
2019-02-20
Require `return` in all match branches
Daniel Spaniol
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-13
Fix typos with codespell
Rémi Verschelde
2019-02-12
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-12
Merge pull request #25550 from DualMatrix/fix-25357
Rémi Verschelde
2019-02-09
Merge pull request #25650 from willnationsdev/script-icon
Rémi Verschelde
2019-02-06
Fix script class icon filepath lookups at runtime.
Will Nations
2019-02-01
Fixed Null appearing inside export variables with type hints and no default v...
DualMatrix
2019-01-30
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-23
GDScript: do second pass of parsing on release
George Marques
2019-01-23
GDScript: fix default value for autoexported typed vars
George Marques
2019-01-23
GDScript: read constants from parent scripts
George Marques
2019-01-23
GDScript: allow local classes to be used as types
George Marques
2019-01-23
Fix #24895 (support for optional parameters in setters)
Allan Daemon
2019-01-17
Merge pull request #25069 from vnen/gdscript-fixes
Hein-Pieter van Braam
2019-01-16
GDScript: clarify error message about cycles
George Marques
2019-01-16
GDScript: fix type-check of indexed values
George Marques
2019-01-16
Merge pull request #25001 from jlahman/gdscript-export-var-fix
Rémi Verschelde
2019-01-15
Fixes export PackedScene "reset to default" throwing errors
jlahman
2019-01-15
GDScript: consider constructors as always existing
George Marques
2019-01-15
GDScript: allow objects to be keys of dictionaries
George Marques
2019-01-15
GDScript: don't check types on release builds
George Marques
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-07
Fix type-compatibilty check in GDScript
George Marques
2018-11-23
Merge pull request #23740 from ttencate/unused_argument_22139
Rémi Verschelde
2018-11-17
Check for valid values when checking for class members
George Marques
2018-11-16
Prevent unused_argument warning when passing arg to parent constructor
Thomas ten Cate
2018-11-11
Make enum values not be script constants if enum is named
George Marques
2018-11-06
Add missing flag for exported enum
Kanabenki
2018-11-04
Removed unnecessary assignments
Wilson E. Alvarez
2018-10-11
Do not make a function that returns Variant::NIL a void function. Fix #22791.
J08nY
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-03
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-01
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
[next]