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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
GDScript: Fix crash when base of an attribute is invalid
George Marques
2021-04-28
2
-1
/
+7
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
16
-39
/
+364
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
5
-24
/
+122
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
6
-63
/
+224
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+0
*
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-26
1
-2
/
+2
*
Merge pull request #48139 from vnen/gdscript-dict-keys
Rémi Verschelde
2021-04-24
3
-24
/
+10
|
\
|
*
GDScript: Make sure Lua-style dicts use StringName as keys
George Marques
2021-04-23
2
-2
/
+4
|
*
GDScript: Fix resolution of dictionary keys
George Marques
2021-04-23
2
-22
/
+6
*
|
Merge pull request #47891 from Razoric480/lsp-update-filesystem
Rémi Verschelde
2021-04-24
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make LSP update the filesystem of changed scripts
Francois Belair
2021-04-14
1
-0
/
+1
*
|
Merge pull request #47956 from vnen/gdscript-double-stack
Rémi Verschelde
2021-04-20
8
-56
/
+400
|
\
\
|
*
|
GDScript: Adjust type of temporaries when needed
George Marques
2021-04-16
6
-8
/
+286
|
*
|
GDScript: Pool temporary values by type on the stack
George Marques
2021-04-14
5
-49
/
+115
*
|
|
Merge pull request #47701 from vnen/gdscript-test-runner
Rémi Verschelde
2021-04-16
33
-78
/
+882
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add runner for GDScript testing
George Marques
2021-04-08
33
-78
/
+882
*
|
|
Merge pull request #47330 from Blackiris/fix-corrupt-scene-when-export-has-se...
George Marques
2021-04-14
1
-2
/
+1
|
\
\
\
|
*
|
|
Fix corrupt scene when export var has setter
Julien Nguyen
2021-04-14
1
-2
/
+1
|
|
|
/
|
|
/
|
*
/
|
Fix type argument in is_builtin which was treated as an address
Julien Nguyen
2021-04-11
1
-1
/
+1
|
/
/
*
|
Reduce number of addressing modes in GDScript VM
George Marques
2021-04-08
8
-193
/
+128
*
|
Merge pull request #47648 from Blackiris/fix-gdscript-editor-hangs
Rémi Verschelde
2021-04-07
1
-1
/
+1
|
\
\
|
*
|
Fix infinite loop when guessing argument type from parent class
Julien Nguyen
2021-04-05
1
-1
/
+1
|
|
/
*
/
Fix stack overflow in setter
Julien Nguyen
2021-04-06
1
-0
/
+2
|
/
*
Merge pull request #47569 from vnen/gdscript-typed-return
Rémi Verschelde
2021-04-05
4
-6
/
+304
|
\
|
*
GDScript: Properly validate return type
George Marques
2021-04-05
4
-6
/
+304
*
|
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
2
-23
/
+46
*
|
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
2
-5
/
+5
*
|
Fix GDScript variables addresses getting mixed
Julien Nguyen
2021-04-04
1
-0
/
+4
*
|
Merge pull request #46991 from madmiraal/rename-invert-reverse
Rémi Verschelde
2021-04-01
3
-4
/
+4
|
\
\
|
*
|
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
3
-4
/
+4
*
|
|
Merge pull request #47131 from vnen/gdscript-export-fix
Rémi Verschelde
2021-03-30
7
-143
/
+167
|
\
\
\
|
*
|
|
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
3
-10
/
+22
|
*
|
|
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
6
-135
/
+126
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #47492 from vnen/gdscript-typed-arrays
Rémi Verschelde
2021-03-30
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix array type check on constants
George Marques
2021-03-30
1
-2
/
+2
*
|
|
Merge pull request #46830 from vnen/gdscript-typed-arrays
Rémi Verschelde
2021-03-29
12
-58
/
+569
|
\
|
|
|
*
|
Add typed arrays to GDScript
George Marques
2021-03-29
12
-58
/
+569
*
|
|
Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templates
Rémi Verschelde
2021-03-23
1
-3
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add unit tests for export templates
Gordon MacPherson
2021-03-22
1
-3
/
+4
*
|
|
Fix missing quote in multiline GDScript string
Alex Hirsch
2021-03-19
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge pull request #46936 from DavidSichma/match_temp_header
Rémi Verschelde
2021-03-14
1
-4
/
+4
|
\
\
|
*
|
Fixed match test expression for temporaries
David Sichma
2021-03-12
1
-4
/
+4
*
|
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
6
-6
/
+6
|
/
/
*
|
Implement Navigation layers
Gilles Roudière
2021-03-10
1
-0
/
+2
*
|
Fixed match for expression pattern
David Sichma
2021-03-02
1
-1
/
+1
*
|
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
[next]