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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
1
-2
/
+2
*
Merge pull request #52906 from vnen/gdscript-show-error-on-yield
Rémi Verschelde
2021-09-21
1
-0
/
+1
|
\
|
*
GDScript: Show specific error when "yield" is used
George Marques
2021-09-21
1
-0
/
+1
*
|
GDScript: Allow classes declaration to be done in single line
George Marques
2021-09-21
1
-1
/
+1
|
/
*
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
George Marques
2021-09-17
1
-0
/
+4
|
\
|
*
Implement iterator variable typing in GDScript
Pedro J. Estébanez
2021-09-11
1
-0
/
+4
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-3
/
+3
|
/
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-1
/
+0
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-2
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
GDScript: Use analyzer data to decide assignment conversion
George Marques
2021-05-26
1
-0
/
+2
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-1
/
+2
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
1
-6
/
+16
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-5
/
+24
*
GDScript: Allow export of enum variables
George Marques
2021-03-30
1
-1
/
+1
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-0
/
+1
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-2
/
+58
*
Merge pull request #41897 from strank/not-in-conditional-done
Rémi Verschelde
2021-03-02
1
-0
/
+1
|
\
|
*
Add a "not in" operator to GDScript.
strank
2020-09-21
1
-0
/
+1
*
|
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-3
/
+3
*
|
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
Rémi Verschelde
2021-01-11
1
-1
/
+1
|
\
\
|
*
|
GDScript assert message parsing bug fixed
Thakee Nathees
2020-12-27
1
-1
/
+1
*
|
|
Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...
Rémi Verschelde
2021-01-11
1
-2
/
+1
|
\
\
\
|
*
|
|
GDScript operator `+` `-` precedence bug fix
Thakee Nathees
2021-01-10
1
-2
/
+1
|
|
/
/
*
/
/
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
/
*
|
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-2
/
+0
|
\
\
|
*
|
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-2
/
+0
*
|
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+1
*
|
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+38
|
/
/
*
/
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-11
/
+11
|
/
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-0
/
+2
*
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-18
1
-1
/
+4
*
Merge pull request #41055 from snichols/null-callee-fix
Rémi Verschelde
2020-08-11
1
-0
/
+8
|
\
|
*
Fixing null callee crash.
Stephen Nichols
2020-08-05
1
-0
/
+8
*
|
[GDScript] Add static HashMap cleanup.
bruvzg
2020-08-01
1
-0
/
+1
|
/
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-4
/
+32
*
Reintroduce code completion
George Marques
2020-07-20
1
-1
/
+59
*
Reenable GDScript LSP server
George Marques
2020-07-20
1
-0
/
+29
*
Added support for enums to be used as types in GDScript
George Marques
2020-07-20
1
-3
/
+9
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-6
/
+56
*
Add new GDScript type checker
George Marques
2020-07-20
1
-1
/
+4
*
Add better local variable detection in GDScript parser
George Marques
2020-07-20
1
-16
/
+128
*
Add support for properties
George Marques
2020-07-20
1
-0
/
+22
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-492
/
+829
*
break, continue outside of a loop, match statement handled
Thakee Nathees
2020-05-15
1
-0
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-6
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-68
/
+67
*
regression: static func can't access const fix
Thakee Nathees
2020-05-13
1
-1
/
+1
[next]