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
2023-02-06
Merge pull request #72804 from vnen/gdscript-no-onready-without-node
Yuri Sizov
2023-02-06
Merge pull request #72708 from KoBeWi/PackedMultilineStringArray
Yuri Sizov
2023-02-06
GDScript: Fix inheritance check of @onready for inner classes
George Marques
2023-02-06
Merge pull request #72330 from MinusKube/unreachable_code_bug
Rémi Verschelde
2023-02-06
Merge pull request #72794 from vnen/gdscript-no-onready-without-node
Rémi Verschelde
2023-02-06
GDScript: Don't allow @onready without inheriting Node
George Marques
2023-02-05
GDScript: Better handling of `@rpc` annotation and autocompletion
Danil Alexeev
2023-02-05
Merge pull request #72608 from vnen/gdscript-warning-default-error
Yuri Sizov
2023-02-04
Fix @export_multiline for PackedStringArray
kobewi
2023-02-04
Improve docs for rpc annotations
GeroVeni
2023-02-02
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
GDScript: Fix crash in export group annotations
Danil Alexeev
2023-02-01
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
GDScript: Add warnings that are set to error by default
George Marques
2023-01-31
GDScript: Fix `@icon` annotation
Danil Alexeev
2023-01-31
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-30
GDScript: Fix match branches return check on release
George Marques
2023-01-30
Merge pull request #72305 from dalexeev/gfs-fix-export-enum
Rémi Verschelde
2023-01-30
GDScript: Fix `@export_enum` works only with `int`
Danil Alexeev
2023-01-30
Merge pull request #72175 from dalexeev/gds-fix-export-group-annotations
Rémi Verschelde
2023-01-29
Fix unreachable code warning for elif block
MinusKube
2023-01-28
GDScript: Allow variables in match patterns
George Marques
2023-01-27
GDScript: Fix broken export group annotations
Danil Alexeev
2023-01-25
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
Merge pull request #71120 from jordigcs/ternary
George Marques
2023-01-24
Clarify error message about script-level annotation
Danil Alexeev
2023-01-23
Merge pull request #71914 from vnen/gdscript-no-continue-match
Rémi Verschelde
2023-01-22
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-21
Add support for Unicode identifiers in GDScript
George Marques
2023-01-19
Allow standalone ternary expressions
jordi
2023-01-16
Merge pull request #67774 from aaronfranke/script-annotations
Rémi Verschelde
2023-01-13
Merge pull request #70540 from vaartis/multiline-arrays-dictionaries
Rémi Verschelde
2023-01-12
Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflicts
George Marques
2023-01-09
Merge pull request #69590 from anvilfolk/enums
Rémi Verschelde
2023-01-09
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
Merge pull request #70655 from vonagam/fix-assert-multiline
Rémi Verschelde
2023-01-08
GDScript: Fix multiline and trailing comma for assert
Dmitrii Maganov
2023-01-06
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
GDScript: Fix false name conflicts for unnamed enums
Dmitrii Maganov
2022-12-25
Implement export_multiline support for Array[String] and Dictionary
Ekaterina Vaartis
2022-12-19
Make script annotations placed before class_name and extends
Aaron Franke
2022-12-14
GDScript: Allow out of order member resolution
rune-scape
2022-12-01
Merge pull request #69303 from Chaosus/gds_fix_loops
Rémi Verschelde
2022-11-30
Merge pull request #69269 from red1939/red1939/master
Rémi Verschelde
2022-11-30
Acknowledge that a CLASS kind of a DataType might not have an identifier
Bartosz Bielecki
2022-11-28
Reset unassigned local variables to null in the loops
Yuri Rubinsky
2022-11-27
GDScript: Avoid using `get_global_class_native_base`
rune-scape
2022-11-24
GDScript: Properly respect `int` type hint for `@export_range`
unknown
2022-11-24
GDScript: Only check if ignoring warnings in debug build
Rémi Verschelde
[next]