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 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
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-1
/
+1
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
GDScript: Fix crash when base of an attribute is invalid
George Marques
2021-04-28
1
-1
/
+1
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-3
/
+3
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
1
-5
/
+20
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-57
/
+182
*
GDScript: Make sure Lua-style dicts use StringName as keys
George Marques
2021-04-23
1
-0
/
+2
*
Fix corrupt scene when export var has setter
Julien Nguyen
2021-04-14
1
-2
/
+1
*
GDScript: Implement export of typed arrays
George Marques
2021-03-30
1
-1
/
+19
*
GDScript: Allow export of enum variables
George Marques
2021-03-30
1
-2
/
+19
*
GDScript: Show error on invalid initializer expression
George Marques
2021-03-30
1
-0
/
+3
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-23
/
+82
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-0
/
+16
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Implement Navigation layers
Gilles Roudière
2021-03-10
1
-0
/
+2
*
Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fix
George Marques
2021-03-02
1
-2
/
+7
|
\
|
*
GDScript export array/dictionary type infer bug fix
Thakee Nathees
2020-09-13
1
-2
/
+7
*
|
Merge pull request #41897 from strank/not-in-conditional-done
Rémi Verschelde
2021-03-02
1
-1
/
+12
|
\
\
|
*
|
Add a "not in" operator to GDScript.
strank
2020-09-21
1
-1
/
+12
*
|
|
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
Rémi Verschelde
2021-01-11
1
-6
/
+3
|
\
\
\
|
*
|
|
GDScript assert message parsing bug fixed
Thakee Nathees
2020-12-27
1
-6
/
+3
*
|
|
|
Merge pull request #44818 from ThakeeNathees/const-crash-fix
Rémi Verschelde
2021-01-11
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
GDScript crash at incomplete const bug fix
Thakee Nathees
2020-12-30
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...
Rémi Verschelde
2021-01-11
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
GDScript operator `+` `-` precedence bug fix
Thakee Nathees
2021-01-10
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
|
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-21
/
+21
|
/
/
/
*
|
|
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-10
/
+1
|
\
\
\
|
*
|
|
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-10
/
+1
*
|
|
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-16
/
+2
*
|
|
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+285
*
|
|
|
Merge pull request #43500 from AndreaCatania/gds_fixes
Rémi Verschelde
2020-11-27
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
Fixes crash when returns .
Andrea Catania
2020-11-13
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge pull request #43226 from mateosss/unreachable-prop-crash
George Marques
2020-11-27
1
-1
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix crash due to unreachable code in properties
Mateo de Mayo
2020-10-30
1
-1
/
+5
|
|
/
/
*
|
|
Fix completion for built-in load function
Gustav
2020-11-10
1
-19
/
+21
*
|
|
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
1
-1
/
+1
*
|
|
Refactored variant constructor logic
reduz
2020-11-09
1
-2
/
+6
*
|
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
|
/
/
*
/
Fix typos with codespell
Rémi Verschelde
2020-09-18
1
-3
/
+3
|
/
[next]