Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
3 年 前 |
kobewi
|
c3606cb5f3
Swap arguments of ResourceSaver.save()
|
3 年 前 |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 年 前 |
Yuri Sizov
|
a9098e6147
Add support for documenting built-in annotations
|
3 年 前 |
George Marques
|
cf015673d3
GDScript: Use implicit method for @onready variables
|
3 年 前 |
Hugo Locurcio
|
cceeb671db
Improve stack overflow error message in GDScript and VisualScript
|
3 年 前 |
reduz
|
45af29da80
Add a new HashSet template
|
3 年 前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年 前 |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 年 前 |
George Marques
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 年 前 |
George Marques
|
4710e2b278
GDScript: Add support for static method calls in native types
|
3 年 前 |
Rémi Verschelde
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 年 前 |
reduz
|
360dea5348
Add GDExtension support to Script
|
3 年 前 |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 年 前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 年 前 |
fabriceci
|
9d5b807059
Improve editor template workflow
|
4 年 前 |
kobewi
|
3b320cd9fe
Show built-in script names in the debugger
|
4 年 前 |
George Marques
|
0b484c5f5f
Merge pull request #51456 from SaracenOne/super_init_fix
|
4 年 前 |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
4 年 前 |
SaracenOne
|
861bb3a488
Automatically call the _init function on base class if one does not exist.
|
4 年 前 |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 年 前 |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 年 前 |
Eric M
|
d0e78c86d7
Added support for scripts reporting multiple errors to ScriptTextEditor
|
4 年 前 |
Pedro J. Estébanez
|
2ca6b9c610
Fix slow load/save of scenes with many instances of the same script
|
4 年 前 |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 年 前 |
Fabio Alessandrelli
|
d779b5aa3e
[Net] Refactor RPCs, remove RSETs
|
4 年 前 |
Hugo Locurcio
|
e905e8f145
Highlight control flow keywords with a different color
|
4 年 前 |
George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
4 年 前 |
reduz
|
f8d03b98e7
Improve resource load cache
|
4 年 前 |
Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
5 年 前 |