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_disassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
fixes crash in disassemlber for opcode OPCODE_ASSIGN_TYPED_NATIVE
Jordan Schidlowsky
2020-12-15
1
-4
/
+1
*
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-4
/
+39
|
\
|
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-4
/
+39
*
|
fixes crash for OPCODE_CAST_TO_NATIVE opcode in gdscript disassemlber
Jordan Schidlowsky
2020-11-25
1
-4
/
+1
|
/
*
GDScript: Add faster instruction for validated constructor
George Marques
2020-11-21
1
-1
/
+18
*
GDScript: Add typed iterate instructions
George Marques
2020-11-21
1
-0
/
+54
*
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
1
-0
/
+21
*
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
1
-0
/
+106
*
GDScript: Add speficic set/get instructions
George Marques
2020-11-21
1
-4
/
+67
*
GDScript: Add faster operator for known types
George Marques
2020-11-21
1
-0
/
+11
*
GDScript: Gather instructions arguments beforehand
George Marques
2020-11-21
1
-62
/
+63
*
GDScript: Split Function code into multiple files
George Marques
2020-11-21
1
-0
/
+540