godot/modules/gdscript
2022-11-08 11:20:28 +03:00
..
doc_classes Merge pull request #67656 from MewPurPur/instance🧹 2022-10-21 18:19:32 +02:00
editor Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
icons Make script type distinguishable by icon 2022-01-13 12:29:05 +01:00
language_server Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
tests Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mismatch 2022-11-02 14:18:24 +01:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
gdscript.cpp Fix built-in script path of GDScript 2022-10-25 03:41:18 +08:00
gdscript.h Fix built-in script path of GDScript 2022-10-25 03:41:18 +08:00
gdscript_analyzer.cpp Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mismatch 2022-11-02 14:18:24 +01:00
gdscript_analyzer.h Implement RETURN_VALUE_DISCARDED warning in GDscript 2022-10-13 11:56:45 -07:00
gdscript_byte_codegen.cpp Merge pull request #63049 from Faless/mp/4.x_as_module 2022-07-28 20:46:31 +02:00
gdscript_byte_codegen.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
gdscript_cache.cpp Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE 2022-09-24 16:06:36 +08:00
gdscript_cache.h Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE 2022-09-24 16:06:36 +08:00
gdscript_codegen.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
gdscript_compiler.cpp Fix named enums to use int64 type 2022-11-08 11:20:28 +03:00
gdscript_compiler.h Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
gdscript_disassembler.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
gdscript_editor.cpp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
gdscript_function.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
gdscript_function.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
gdscript_lambda_callable.cpp Clean up Hash Functions 2022-06-20 12:54:19 +02:00
gdscript_lambda_callable.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdscript_parser.cpp Fix named enums to use int64 type 2022-11-08 11:20:28 +03:00
gdscript_parser.h Fix named enums to use int64 type 2022-11-08 11:20:28 +03:00
gdscript_rpc_callable.cpp [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
gdscript_rpc_callable.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
gdscript_tokenizer.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
gdscript_tokenizer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gdscript_utility_functions.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
gdscript_utility_functions.h Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
gdscript_vm.cpp Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00
gdscript_warning.cpp Add STATIC_CALLED_ON_INSTANCE warning to highlight 2022-10-14 10:43:42 -07:00
gdscript_warning.h Add STATIC_CALLED_ON_INSTANCE warning to highlight 2022-10-14 10:43:42 -07:00
register_types.cpp Add support for scene/resource customization in export plugins 2022-09-01 11:16:00 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00