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_compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix infinite loop when creating a newly inherited GdScript file
Julien Nguyen
2021-08-09
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+1
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-5
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
Fix regression from 160c260 causing export of non-@export properties.
Lyuma
2021-06-10
1
-2
/
+3
*
Merge pull request #49067 from JFonS/fix_gcc_warnings
Rémi Verschelde
2021-06-01
1
-1
/
+1
|
\
|
*
Fix some warnings raised by GCC-11.1
jfons
2021-05-25
1
-1
/
+1
*
|
GDScript: Use analyzer data to decide assignment conversion
George Marques
2021-05-26
1
-3
/
+15
|
/
*
Merge pull request #48347 from Blackiris/fix-temporary-key-not-released
George Marques
2021-05-17
1
-0
/
+3
|
\
|
*
Fix temporary value not released when used as a dictionary key
Julien Nguyen
2021-05-06
1
-0
/
+3
*
|
GDScript: Add support for builtin static method calls
George Marques
2021-05-16
1
-27
/
+32
|
/
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-23
/
+66
*
GDScript: Make sure Lua-style dicts use StringName as keys
George Marques
2021-04-23
1
-2
/
+2
*
GDScript: Fix resolution of dictionary keys
George Marques
2021-04-23
1
-2
/
+2
*
GDScript: Pool temporary values by type on the stack
George Marques
2021-04-14
1
-2
/
+2
*
Reduce number of addressing modes in GDScript VM
George Marques
2021-04-08
1
-3
/
+6
*
Fix stack overflow in setter
Julien Nguyen
2021-04-06
1
-0
/
+2
*
Fix GDScript variables addresses getting mixed
Julien Nguyen
2021-04-04
1
-0
/
+4
*
GDScript: Allow export of enum variables
George Marques
2021-03-30
1
-7
/
+2
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-6
/
+48
*
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
1
-1
/
+1
|
/
*
Fixed match for expression pattern
David Sichma
2021-03-02
1
-1
/
+1
*
false positive "Identifier not found" error or signals fixed
Thakee Nathees
2021-02-24
1
-22
/
+45
*
Merge pull request #44104 from nekomatata/coroutine-await-fix
Rémi Verschelde
2021-01-11
1
-2
/
+10
|
\
|
*
Fix error when calling coroutine with await in _ready
PouleyKetchoupp
2020-12-17
1
-2
/
+10
*
|
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
-2
/
+2
|
/
*
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-11
/
+14
|
\
|
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-11
/
+14
*
|
Fix base script not initialized properly in some cases
PouleyKetchoupp
2020-12-06
1
-5
/
+8
*
|
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
1
-6
/
+69
|
\
\
|
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-3
/
+3
|
*
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-6
/
+69
*
|
|
Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix
George Marques
2020-12-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript default argument override bug fix
Thakee Nathees
2020-11-28
1
-1
/
+1
*
|
|
GDScript: Improve handling of operators
George Marques
2020-11-26
1
-13
/
+13
|
|
/
|
/
|
*
|
Merge pull request #43856 from vnen/gdscript-some-fixes
Rémi Verschelde
2020-11-25
1
-1
/
+1
|
\
\
|
*
|
GDScript: Fix return of cast expression on compilation
George Marques
2020-11-25
1
-1
/
+1
*
|
|
GDScript: Fix mishandling of stack pointers
George Marques
2020-11-25
1
-12
/
+24
|
/
/
*
|
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
1
-0
/
+2
*
|
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
1
-2
/
+77
*
|
GDScript: Fix native class not set with inheritance
George Marques
2020-11-13
1
-0
/
+2
|
/
*
Prevent cyclic reference between script and its members
Pedro J. Estébanez
2020-09-10
1
-9
/
+15
*
Fix GDScript codegen leak.
bruvzg
2020-09-02
1
-0
/
+7
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-1664
/
+980
*
GDScript: Fix issues when deriving from other scripts
George Marques
2020-08-26
1
-6
/
+17
[next]