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_analyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Fix crash when base of an attribute is invalid
George Marques
2021-04-28
1
-0
/
+6
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-7
/
+28
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
1
-13
/
+71
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-0
/
+4
*
GDScript: Fix resolution of dictionary keys
George Marques
2021-04-23
1
-20
/
+4
*
Merge pull request #47131 from vnen/gdscript-export-fix
Rémi Verschelde
2021-03-30
1
-71
/
+35
|
\
|
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-71
/
+35
*
|
GDScript: Fix array type check on constants
George Marques
2021-03-30
1
-2
/
+2
|
/
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-24
/
+195
*
Merge pull request #43176 from mateosss/crash-uninit-const
Rémi Verschelde
2021-01-11
1
-13
/
+15
|
\
|
*
Fix crash by adding nullcheck for uninitialized constants
Mateo de Mayo
2020-10-29
1
-13
/
+15
*
|
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
Rémi Verschelde
2021-01-11
1
-1
/
+4
|
\
\
|
*
|
GDScript assert message parsing bug fixed
Thakee Nathees
2020-12-27
1
-1
/
+4
*
|
|
Merge pull request #44672 from ThakeeNathees/array-dict-const-fold-bug-fix
Rémi Verschelde
2021-01-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Array/Dictionary marked as not safe to const fold
Thakee Nathees
2020-12-25
1
-0
/
+2
*
|
|
|
Merge pull request #44889 from ThakeeNathees/builtin-invalid-call-crash-fix
Rémi Verschelde
2021-01-11
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
GDScript builtin invalid function call crash fix
Thakee Nathees
2021-01-03
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
-7
/
+7
|
/
/
/
*
|
|
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-10
/
+85
|
\
\
\
|
*
|
|
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-10
/
+85
*
|
|
|
Merge pull request #44011 from KoBeWi/red_roses_minus_blue_violets
Rémi Verschelde
2020-12-03
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix subtracting colors and quats
Tomasz Chabora
2020-12-03
1
-1
/
+1
*
|
|
|
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
1
-1
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-1
/
+6
*
|
|
|
GDScript: Don't construct ref values in compiler
George Marques
2020-11-30
1
-1
/
+21
|
/
/
/
*
|
|
Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix
Rémi Verschelde
2020-11-27
1
-6
/
+8
|
\
\
\
|
*
|
|
GDScript range function typecheck bug fixed
Thakee Nathees
2020-11-27
1
-6
/
+8
*
|
|
|
Merge pull request #43895 from vnen/gdscript-operators-fix
Rémi Verschelde
2020-11-26
1
-65
/
+15
|
\
\
\
\
|
*
|
|
|
GDScript: Improve handling of operators
George Marques
2020-11-26
1
-65
/
+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
GDScript: Don't clear depended parsers too soon
George Marques
2020-11-26
1
-1
/
+0
*
|
|
|
GDScript: Give an error if dependency can't be parsed
George Marques
2020-11-26
1
-3
/
+11
|
/
/
/
*
/
/
GDScript: Fix range() being treated as array when optimized out
George Marques
2020-11-25
1
-6
/
+10
|
/
/
*
|
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
1
-2
/
+2
*
|
Refactored variant constructor logic
reduz
2020-11-09
1
-5
/
+8
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-4
/
+4
*
|
Refactored variant setters/getters
reduz
2020-11-07
1
-1
/
+1
*
|
Merge pull request #41516 from Lunatoid/allow-object-new
Rémi Verschelde
2020-11-03
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fixed ParseError when calling Object.new()
Lunatoid
2020-09-02
1
-3
/
+5
*
|
Merge pull request #41983 from ThakeeNathees/array-const-folding-bug-fix
George Marques
2020-10-20
1
-26
/
+51
|
\
\
|
*
|
Array/Dictinoary no more reduced to array/dictionary variant
Thakee Nathees
2020-09-11
1
-26
/
+51
*
|
|
Fix typos with codespell
Rémi Verschelde
2020-09-18
1
-1
/
+1
|
/
/
*
|
Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix
Rémi Verschelde
2020-09-08
1
-9
/
+23
|
\
\
|
*
|
fixed parser error when indexing a dictionary.
Thakee Nathees
2020-09-03
1
-9
/
+23
|
|
/
*
/
GDScript: parameter infer type bug fix
Thakee Nathees
2020-09-06
1
-5
/
+9
|
/
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-0
/
+5
*
GDScript: Don't mark function parameters as constant
George Marques
2020-09-01
1
-0
/
+1
*
GDScript: Properly set class inheritance for global classes
George Marques
2020-09-01
1
-0
/
+1
*
GDScript: Fix analysis of singleton dependencies
George Marques
2020-09-01
1
-0
/
+24
*
GDScript: Don't try to parse constant scripts that aren't valid
George Marques
2020-09-01
1
-41
/
+48
[next]