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
2022-05-23
GDScript: Fix `if` after lambda being seen as ternary
George Marques
2022-05-23
GDScript: Do not allow standalone lambdas
George Marques
2022-05-18
Merge pull request #55201 from Scony/fix-unreachable-code-false-positive
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Fix first value update
JoJoX
2022-05-12
Add a new HashMap implementation
reduz
2022-05-12
Fix incorrect precedence of pow operator in GDScript
Yuri Rubinsky
2022-05-11
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-pattern
Rémi Verschelde
2022-04-24
GDScript: Allow using self in lambdas
George Marques
2022-04-06
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-04-04
Fix issues with multiple bind patterns in match statement
cdemirer
2022-03-30
Merge pull request #59694 from vnen/gdscript-better-call-super
Rémi Verschelde
2022-03-30
GDScript: Fix issues with completion and `super` calls
George Marques
2022-03-30
Fix autocompletion of static methods in built-in types in GDScript
Yuri Roubinsky
2022-03-22
Merge pull request #58971 from Chaosus/gds_multiline_annotation
Yuri Rubinsky
2022-03-16
Add an error emitting when the `@export_flags` arg count is exceeded
Yuri Roubinsky
2022-03-10
Allow making multiline annotations in GDScript
Yuri Roubinsky
2022-02-18
Make 'is_attribute' false during parse error to prevent crash
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: Consolidate behavior for assigning enum types
George Marques
2022-01-22
Merge pull request #55433 from V-Sekai/prev_operand_nullptr_check
Rémi Verschelde
2022-01-22
Merge pull request #55214 from Scony/fix-gdscript-crash-2
Rémi Verschelde
2022-01-17
Merge pull request #55625 from cdemirer/fix-type-guessing-and-gdscript-parser...
Rémi Verschelde
2022-01-13
Fix various typos
luz paz
2022-01-10
Merge pull request #55715 from nathanfranke/enum-ordered
Rémi Verschelde
2022-01-10
Merge pull request #56342 from NNesh/fix/class-completion
Rémi Verschelde
2022-01-08
Fixed completion showing for class members
NNesh
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
2022-01-03
Fix gdscript-parser crash
cdemirer
2021-12-16
Use OrderedHashMap for enum_values
Nathan Franke
2021-12-13
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-03
Fix typo in `gdscript_parser`
Raul Santos
2021-11-29
Check for nullptr expression in parse_precedence function
SaracenOne
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-21
Fix GDScript parser crash on 'dollar mixed with assignment' expression
Pawel Lampe
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-11-10
Merge pull request #54676 from Chaosus/gds_restrict_names
Rémi Verschelde
2021-11-09
Allow using $/root node paths
Maximilian
2021-11-08
Prevent identifiers from naming as built-in funcs and global classes
Yuri Roubinsky
2021-10-28
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-15
GDScript: Avoid crash if missing setter signature
George Marques
2021-10-11
Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix
George Marques
[prev]
[next]