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-07-06
Merge pull request #62701 from cdemirer/for-variable-conflict
Rémi Verschelde
2022-07-06
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-05
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-04
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
Do error when for variable conflicts with a variable in scope
cdemirer
2022-06-27
GDScript: Enable exporting nodes to the inspector
George Marques
2022-06-23
Implement varargs in Methodinfo
reduz
2022-06-19
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-05-31
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
Rémi Verschelde
2022-05-27
GDScript: Support `%` in shorthand for `get_node`
George Marques
2022-05-26
Merge pull request #59943 from jordigcs/gdscript_warning_enums
Rémi Verschelde
2022-05-25
Use blank line instead of `@desc:` for doc comments
Danil Alexeev
2022-05-23
GDScript: Fix lambda captures in default argument values
George Marques
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
[next]