virtualx-engine/modules/gdscript
Andrii Doroshenko (Xrayez) accdd575f6
Make dict2inst to work with arbitrary _init parameters
This is achieved by skipping initializer call while creating an instance
of a GDScript. This is implemented by passing -1 as an argument count
to `_new` and interpreting any value below 0 to mean that the initializer
should not be called during instantiation, because internal members of
an instance are going to be overridden afterwards.
2022-12-31 23:57:35 +01:00
..
doc_classes Document print_stack() and get_stack() requiring a debugger connection 2022-12-12 14:55:23 +08:00
editor Fix variables highlighting as types 2022-09-17 01:24:19 -07:00
icons Add support for creating editor icons per module 2019-06-28 23:42:26 +03:00
language_server LSP: Improve handling of file URI scheme 2022-12-12 15:58:20 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
gdscript.cpp Make dict2inst to work with arbitrary _init parameters 2022-12-31 23:57:35 +01:00
gdscript.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
gdscript_compiler.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
gdscript_compiler.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_editor.cpp Fix Script editor completion doesn't suggest members of a script for type hints 2022-12-12 13:36:32 +01:00
gdscript_function.cpp Fix typos with codespell 2022-05-23 21:41:46 +02:00
gdscript_function.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_functions.cpp Make dict2inst to work with arbitrary _init parameters 2022-12-31 23:57:35 +01:00
gdscript_functions.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_parser.cpp Fix Script editor completion doesn't suggest members of a script for type hints 2022-12-12 13:36:32 +01:00
gdscript_parser.h Fix parsing inner class declaration when "pass" keyword is on the same line 2022-06-21 10:04:26 +02:00
gdscript_tokenizer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_tokenizer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00