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_vm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #79990 from vnen/gdscript-assume-op-types
Yuri Sizov
2023-08-01
1
-15
/
+59
|
\
|
*
GDScript: Optimize operators by assuming the types
George Marques
2023-07-28
1
-15
/
+59
*
|
Support threads in the script debugger
Juan Linietsky
2023-07-26
1
-9
/
+11
|
/
*
GDScript: Fix `_get_script_name()` function collision for SCU build
Danil Alexeev
2023-06-20
1
-16
/
+5
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-5
/
+43
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+2
*
Merge pull request #75732 from vonagam/fix-duplicate-condition
Rémi Verschelde
2023-04-28
1
-3
/
+3
|
\
|
*
GDScript: Fix unnecessary duplication of pointed out lines
Dmitrii Maganov
2023-04-06
1
-3
/
+3
*
|
Add support for static variables in GDScript
George Marques
2023-04-27
1
-2
/
+2
*
|
GDScript: Don't fail when freed object is return
George Marques
2023-04-26
1
-4
/
+0
*
|
Fix wrong file on function call error
sodaJar
2023-04-24
1
-3
/
+4
|
/
*
Added check for null objects in gdscript typed assign.
ocean (they/them)
2023-02-21
1
-18
/
+20
*
Merge pull request #73489 from vonagam/type-check-node
Rémi Verschelde
2023-02-20
1
-64
/
+70
|
\
|
*
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-64
/
+70
*
|
Merge pull request #73501 from anvilfolk/oopsiedaisy
Yuri Sizov
2023-02-18
1
-19
/
+13
|
\
\
|
|
/
|
/
|
|
*
Fix inability to assign null regression
ocean (they/them)
2023-02-17
1
-19
/
+13
*
|
Merge pull request #72867 from vnen/gdscript-limit-call-depth
Yuri Sizov
2023-02-17
1
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
GDScript: Add limit to call depth
George Marques
2023-02-07
1
-0
/
+32
*
|
Fix crash by freed object assign to typed variable
ocean (they/them)
2023-02-16
1
-6
/
+27
*
|
Improve GDScript error for method call on null/previously freed instance
pkowal
2023-02-12
1
-8
/
+11
*
|
Merge pull request #72654 from RandomShaper/ptrcall_ret_raw_obj
Rémi Verschelde
2023-02-11
1
-1
/
+7
|
\
\
|
*
|
Avoid losing references to objects in the native-scripting boundary
Pedro J. Estébanez
2023-02-03
1
-1
/
+7
|
|
/
*
/
Fix null message in assert()
kobewi
2023-02-08
1
-1
/
+4
|
/
*
GDScript: Improve usability of setter chains
George Marques
2023-02-02
1
-6
/
+23
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-41
/
+46
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #70838 from reduz/gdscript-vm-optimization
Rémi Verschelde
2023-01-05
1
-209
/
+232
|
\
|
*
Optimizations for GDScript VM
Juan Linietsky
2023-01-02
1
-209
/
+232
*
|
GDScript: Error when assigning return value of void function
George Marques
2022-12-30
1
-0
/
+20
|
/
*
GDScript: Fix subclass script path issues
rune-scape
2022-12-01
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-1
/
+1
*
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-2
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Merge pull request #63560 from V-Sekai/named_global_crashfix
Rémi Verschelde
2022-07-28
1
-0
/
+1
|
\
|
*
Prevent hard crash in GDScriptVM when a named global can not be found.
SaracenOne
2022-07-27
1
-0
/
+1
*
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+18
|
/
*
Remove outdated code path
kobewi
2022-07-10
1
-5
/
+1
*
Merge pull request #53135 from briansemrau/fix-ref-leak
Rémi Verschelde
2022-06-28
1
-1
/
+1
|
\
|
*
GDScript Don't double-reference Refs returned from native function
Brian Semrau
2021-09-28
1
-1
/
+1
*
|
Merge pull request #62468 from V-Sekai/core-const-expressions
Rémi Verschelde
2022-06-28
1
-0
/
+2
|
\
\
|
*
|
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+2
*
|
|
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
1
-0
/
+16
|
/
/
*
|
Do not reset return value in release build
Black Cat
2022-06-22
1
-1
/
+1
*
|
GDScript: Fix stack overflow when using multiple `await`
George Marques
2022-05-27
1
-9
/
+12
*
|
Merge pull request #61003 from vnen/gdscript-await-stack-fix
Rémi Verschelde
2022-05-16
1
-29
/
+26
|
\
\
|
*
|
GDScript: Fix stack manipulation for `await`
George Marques
2022-05-13
1
-29
/
+26
*
|
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
|
/
/
*
|
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-0
/
+36
*
|
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
Aaron Franke
2022-04-07
1
-2
/
+2
*
|
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-3
/
+49
[next]