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_byte_codegen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Improve handling of operators
George Marques
2020-11-26
1
-1
/
+22
*
GDScript: Fix mishandling of stack pointers
George Marques
2020-11-25
1
-18
/
+51
*
GDScript: Add faster instruction for validated constructor
George Marques
2020-11-21
1
-1
/
+53
*
GDScript: Add typed iterate instructions
George Marques
2020-11-21
1
-2
/
+89
*
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
1
-0
/
+47
*
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
1
-7
/
+78
*
GDScript: Add speficic set/get instructions
George Marques
2020-11-21
1
-2
/
+134
*
GDScript: Add faster operator for known types
George Marques
2020-11-21
1
-0
/
+28
*
GDScript: Gather instructions arguments beforehand
George Marques
2020-11-21
1
-115
/
+111
*
Merge pull request #42067 from ThakeeNathees/for-loop-stack-overriden-fix
George Marques
2020-10-19
1
-3
/
+5
|
\
|
*
GDScript: for loop override stack variable bug fix
Thakee Nathees
2020-09-18
1
-3
/
+5
*
|
GDScript crash on builtin type constructor fix
Thakee Nathees
2020-09-08
1
-0
/
+1
|
/
*
Add GDScript code generation interface
George Marques
2020-09-01
1
-0
/
+736