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