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
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
2021-10-11
Remove redundant String operation from GDScript enum exports
Yuri Sizov
2021-10-08
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
[Net] Rename RPCConfig.sync to call_local.
Fabio Alessandrelli
2021-10-07
Change print_line() to use any number of Variants
kobewi
2021-10-06
Fix outdated no_call_local, use call_remote
Max Hilbrunner
2021-10-02
GDScript Check for null list in `for` loop
Brian Semrau
2021-10-01
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-21
Merge pull request #52906 from vnen/gdscript-show-error-on-yield
Rémi Verschelde
2021-09-21
Merge pull request #52905 from vnen/gdscript-single-line-declaration
Rémi Verschelde
2021-09-21
GDScript: Show specific error when "yield" is used
George Marques
2021-09-21
GDScript: Allow classes declaration to be done in single line
George Marques
2021-09-21
GDScript: Allow multiple lines in signal parameters declaration
George Marques
2021-09-17
GDScript: Properly catch error when missing index in subscript
George Marques
2021-09-17
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
George Marques
2021-09-15
Merge pull request #52706 from vnen/gdscript-ternary-operator-crash
Rémi Verschelde
2021-09-15
GDScript: Show error when missing expression after ternary else
George Marques
2021-09-15
GDScript: Show error on unary operators without argument
George Marques
2021-09-15
GDScript: Allow string keys on Lua-style dictionaries
George Marques
2021-09-13
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Rémi Verschelde
2021-09-11
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-09-11
Implement iterator variable typing in GDScript
Pedro J. Estébanez
2021-09-10
GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
ZuBsPaCe
2021-09-10
Merge pull request #52063 from KoBeWi/double_comma_of_doom
George Marques
2021-09-10
Fix crash with consecutive commas in Dictionary
kobewi
2021-09-10
Merge pull request #51593 from KoBeWi/if
George Marques
2021-09-10
Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze
George Marques
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-03
Added tests for expression matching
ThreeRhinosInAnElephantCostume
2021-08-30
[GDScript] [Net] Allow mixing rpc annotation paramters.
Fabio Alessandrelli
2021-08-30
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-28
Print error message when await is not followed by signal or coroutine
William Deurwaarder
2021-08-25
Fixed crash when parsing an empty assignment.
Louis Dumont
2021-08-25
Fixed pattern matching with expressions
ThreeRhinosInAnElephantCostume
2021-08-23
Merge pull request #51971 from aaronfranke/https
Max Hilbrunner
2021-08-22
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-21
Remove redundant assignments.
Anilforextra
[prev]
[next]