Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
2 年之前 |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 年之前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年之前 |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
2 年之前 |
Rémi Verschelde
|
ea2bc9795c
Merge pull request #73544 from mashumafi/fix-func-arg-null
|
2 年之前 |
mashumafi
|
30d4d3fa5e
Fix: Func with typed args error when arg is null
|
2 年之前 |
Dmitrii Maganov
|
8fe023ad93
GDScript: Rework type check
|
2 年之前 |
George Marques
|
34f0a2ca46
GDScript: Add limit to call depth
|
2 年之前 |
Rémi Verschelde
|
604493eb6e
Merge pull request #65910 from KoBeWi/gdsus
|
2 年之前 |
George Marques
|
80e06b29e7
GDScript: Add names for disassembling function pointers
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Juan Linietsky
|
7211e041df
Optimizations for GDScript VM
|
2 年之前 |
kobewi
|
e9a3e49086
Cleanup function state connections when destroying instance
|
2 年之前 |
Adam Scott
|
5704055d30
Fix cyclic references in GDScript 2.0
|
2 年之前 |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 年之前 |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
3 年之前 |
George Marques
|
511a4b761c
GDScript: Fix setter being called in chains for shared types
|
3 年之前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年之前 |
George Marques
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 年之前 |
Aaron Franke
|
f3eca5abef
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
|
3 年之前 |
George Marques
|
4710e2b278
GDScript: Add support for static method calls in native types
|
3 年之前 |
SaracenOne
|
62d87fbd8b
Return a correctly typed variant in case of a function error to prevent hard crashes
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Rémi Verschelde
|
7da392bcc5
Don't return reference on copy assignment operators
|
3 年之前 |
Rémi Verschelde
|
ffe8412291
Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix
|
3 年之前 |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
3 年之前 |
George Marques
|
3d13588057
GDScript: Fix loading of interdependent autoloads
|
3 年之前 |
Max Hilbrunner
|
5161c97c9c
Remove underscore hacks
|
4 年之前 |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 年之前 |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 年之前 |