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
*
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
|
|
|
/
|
|
/
|
*
/
|
Remove redundant assignments.
Anilforextra
2021-08-21
1
-1
/
+0
|
/
/
*
|
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-37
/
+2
*
|
Reorganise text editor settings
Paulb23
2021-08-16
1
-1
/
+1
|
/
*
Fix crash when parsing Dictionary
kobewi
2021-08-10
1
-1
/
+3
*
[Net] Default @rpc annotation should be puppet, not master.
Fabio Alessandrelli
2021-08-06
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-5
/
+5
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-11
/
+10
*
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-21
1
-2
/
+2
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-16
/
+44
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-1
/
+0
*
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-15
1
-1
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
[next]