Rémi Verschelde
|
f6ea295bb1
Merge pull request #69467 from rune-scape/rune-subclass-script-path
|
2 years ago |
Adam Scott
|
88f3045301
Move GDScript uninitialization to `GDScriptLanguage::finalize()`
|
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 |
Rémi Verschelde
|
5bf95518fd
GDScript/C#: Tweak error message for invalid script type for object
|
2 years ago |
Rindbee
|
f1a4041f52
Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE
|
3 years ago |
Yuri Rubinsky
|
213bd4199b
Fix last_modified_time on scripts
|
2 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
3 years ago |
Xwdit
|
f265f175e3
Fix script documentation method argument default values
|
3 years ago |
Hristo Stamenov
|
0e1f7e9f89
Removed faulty function update after get_property_list.
|
3 years ago |
kobewi
|
c3606cb5f3
Swap arguments of ResourceSaver.save()
|
3 years ago |
Aaron Franke
|
ac870ab1c8
Move editor paths into the EditorPaths class
|
3 years ago |
Rémi Verschelde
|
14d021287b
Merge pull request #63049 from Faless/mp/4.x_as_module
|
3 years ago |
Antonio Dell'Annunziata
|
e03b7b1935
fix(gdscript): Fix out of bounds crash after reloading member variables
|
3 years ago |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 years ago |
Xwdit
|
5d49df8d97
Fix missing method qualifiers in script doc
|
3 years ago |
Dallon Feldner
|
07ddc8b3b8
Don't print redundant errors when parsing GDScript
|
3 years ago |
Xwdit
|
152466938f
Fix grouping annotations displayed in document
|
3 years ago |
kobewi
|
2f777b9a1e
Remove unused hints
|
3 years ago |
bruvzg
|
0c5431644d
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
3 years ago |
George Marques
|
cf015673d3
GDScript: Use implicit method for @onready variables
|
3 years ago |
George Marques
|
81cac4907f
GDScript: Don't add implicit constructor to the list of functions
|
3 years ago |
bruvzg
|
860e24683f
Make enum/constant binds 64-bit.
|
3 years ago |
Yuri Rubinsky
|
c9ad370f20
Add a null checking to `GDScript::_super_implicit_constructor`
|
3 years ago |
George Marques
|
68b86220c8
Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classname
|
3 years ago |
Rémi Verschelde
|
f2a7bb6b51
Merge pull request #59943 from jordigcs/gdscript_warning_enums
|
3 years ago |