index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-12-13
1
-34
/
+3
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Fix typo in `gdscript_parser`
Raul Santos
2021-12-03
1
-4
/
+4
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-11-13
1
-27
/
+24
*
Merge pull request #54676 from Chaosus/gds_restrict_names
Rémi Verschelde
2021-11-10
1
-8
/
+76
|
\
|
*
Prevent identifiers from naming as built-in funcs and global classes
Yuri Roubinsky
2021-11-08
1
-8
/
+76
*
|
Allow using $/root node paths
Maximilian
2021-11-09
1
-0
/
+17
|
/
*
Merge pull request #54350 from akien-mga/clang-format-dont-align-operands
Rémi Verschelde
2021-10-28
1
-3
/
+3
|
\
|
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-3
/
+3
*
|
Merge pull request #53526 from KoBeWi/super_print
Rémi Verschelde
2021-10-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Change print_line() to use any number of Variants
kobewi
2021-10-07
1
-1
/
+1
*
|
GDScript: Avoid crash if missing setter signature
George Marques
2021-10-15
1
-6
/
+8
*
|
Merge pull request #53103 from ZuBsPaCe/gdscript-analyze-properties-fix
George Marques
2021-10-11
1
-7
/
+42
|
\
\
|
*
|
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
1
-7
/
+42
*
|
|
Remove redundant String operation from GDScript enum exports
Yuri Sizov
2021-10-11
1
-1
/
+1
|
/
/
*
/
[Net] Rename RPCConfig.sync to call_local.
Fabio Alessandrelli
2021-10-08
1
-2
/
+2
|
/
*
Fix outdated no_call_local, use call_remote
Max Hilbrunner
2021-10-06
1
-1
/
+1
*
GDScript Check for null list in `for` loop
Brian Semrau
2021-10-02
1
-0
/
+4
*
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-10-01
1
-8
/
+8
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-3
/
+3
*
Merge pull request #52906 from vnen/gdscript-show-error-on-yield
Rémi Verschelde
2021-09-21
1
-1
/
+6
|
\
|
*
GDScript: Show specific error when "yield" is used
George Marques
2021-09-21
1
-1
/
+6
*
|
Merge pull request #52905 from vnen/gdscript-single-line-declaration
Rémi Verschelde
2021-09-21
1
-7
/
+16
|
\
\
|
*
|
GDScript: Allow classes declaration to be done in single line
George Marques
2021-09-21
1
-7
/
+16
|
|
/
*
/
GDScript: Allow multiple lines in signal parameters declaration
George Marques
2021-09-21
1
-1
/
+4
|
/
*
GDScript: Properly catch error when missing index in subscript
George Marques
2021-09-17
1
-0
/
+4
*
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
George Marques
2021-09-17
1
-0
/
+33
|
\
|
*
Implement iterator variable typing in GDScript
Pedro J. Estébanez
2021-09-11
1
-0
/
+33
*
|
Merge pull request #52706 from vnen/gdscript-ternary-operator-crash
Rémi Verschelde
2021-09-15
1
-0
/
+4
|
\
\
|
*
|
GDScript: Show error when missing expression after ternary else
George Marques
2021-09-15
1
-0
/
+4
*
|
|
GDScript: Show error on unary operators without argument
George Marques
2021-09-15
1
-0
/
+12
|
/
/
*
|
GDScript: Allow string keys on Lua-style dictionaries
George Marques
2021-09-15
1
-3
/
+12
*
|
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Rémi Verschelde
2021-09-13
1
-3
/
+20
|
\
\
|
*
|
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-09-11
1
-3
/
+20
*
|
|
GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
ZuBsPaCe
2021-09-10
1
-2
/
+6
*
|
|
Merge pull request #52063 from KoBeWi/double_comma_of_doom
George Marques
2021-09-10
1
-2
/
+4
|
\
\
\
|
*
|
|
Fix crash with consecutive commas in Dictionary
kobewi
2021-09-10
1
-2
/
+4
*
|
|
|
Merge pull request #51593 from KoBeWi/if
George Marques
2021-09-10
1
-1
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Prevent crash when awaiting in a getter/setter
kobewi
2021-08-13
1
-1
/
+3
*
|
|
|
Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze
George Marques
2021-09-10
1
-43
/
+42
|
\
\
\
\
|
*
|
|
|
Added tests for expression matching
ThreeRhinosInAnElephantCostume
2021-09-03
1
-1
/
+2
|
*
|
|
|
Fixed pattern matching with expressions
ThreeRhinosInAnElephantCostume
2021-08-25
1
-43
/
+41
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-9
/
+9
*
|
|
|
[GDScript] [Net] Allow mixing rpc annotation paramters.
Fabio Alessandrelli
2021-08-30
1
-21
/
+15
*
|
|
|
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-30
1
-7
/
+5
*
|
|
|
Print error message when await is not followed by signal or coroutine
William Deurwaarder
2021-08-28
1
-1
/
+5
*
|
|
|
Fixed crash when parsing an empty assignment.
Louis Dumont
2021-08-25
1
-0
/
+3
|
/
/
/
*
|
|
Merge pull request #51971 from aaronfranke/https
Max Hilbrunner
2021-08-23
1
-1
/
+1
|
\
\
\
|
*
|
|
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
|
|
|
/
|
|
/
|
[next]