Juan Linietsky
|
dddd8d43f6
Support script global resource name in EditorFileSystem
|
2 years ago |
Adam Scott
|
d22199990e
Resolve `GDScript::clear()` `heap-use-after-free` ASAN errors
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
ocean (they/them)
|
fb418685a0
Unify GDScriptAnalyzer in-editor and runtime autoload checks
|
2 years ago |
rune-scape
|
e1c63fee86
GDScript: Fix built-in script and other `find_class` bugs
|
2 years ago |
rune-scape
|
d531869a7c
GDScript: Fix subclass script path issues
|
2 years ago |
Adam Scott
|
5704055d30
Fix cyclic references in GDScript 2.0
|
2 years ago |
Rune
|
bce6f1792e
GDScript compiler subclass bugfixes
|
2 years ago |
Wei Guo
|
d0edd36f80
Fix built-in script path of GDScript
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
3 years ago |
kobewi
|
c3606cb5f3
Swap arguments of ResourceSaver.save()
|
3 years ago |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 years ago |
Yuri Sizov
|
a9098e6147
Add support for documenting built-in annotations
|
3 years ago |
George Marques
|
cf015673d3
GDScript: Use implicit method for @onready variables
|
3 years ago |
Hugo Locurcio
|
cceeb671db
Improve stack overflow error message in GDScript and VisualScript
|
3 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
George Marques
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 years ago |
George Marques
|
4710e2b278
GDScript: Add support for static method calls in native types
|
3 years ago |
Rémi Verschelde
|
f8ab79e68a
Zero initialize all pointer class and struct members
|
3 years ago |
reduz
|
360dea5348
Add GDExtension support to Script
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
fabriceci
|
9d5b807059
Improve editor template workflow
|
3 years ago |
kobewi
|
3b320cd9fe
Show built-in script names in the debugger
|
3 years ago |
George Marques
|
0b484c5f5f
Merge pull request #51456 from SaracenOne/super_init_fix
|
4 years ago |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
4 years ago |
SaracenOne
|
861bb3a488
Automatically call the _init function on base class if one does not exist.
|
4 years ago |