Yuri Sizov
|
2c77f07aaa
Add a script method to get its class icon
|
2 years ago |
Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
2 years ago |
Danil Alexeev
|
a0577eb23b
GDScript: Fix `_get_script_name()` function collision for SCU build
|
2 years ago |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
ocean (they/them)
|
6783ff69c0
Improve and fix GDScript documentation generation & behavior
|
2 years ago |
voidedWarranties
|
bd5ab9f9b4
Remove unused `ScriptLanguage` methods
|
2 years ago |
Rémi Verschelde
|
ebd0b40f6e
Merge pull request #71687 from reduz/support-script-class-name-in-efs
|
2 years ago |
Juan Linietsky
|
dddd8d43f6
Support script global resource name in EditorFileSystem
|
2 years ago |
George Marques
|
7e5c2f945d
Remove references to compiled GDScript in export
|
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 |