godot/modules/gdscript
Mikael Hermansson 036c9715c2
Allow LSP to process multiple messages per poll
(cherry picked from commit e2485044a1)
2024-03-11 15:01:23 +01:00
..
doc_classes Explain a bit more RPCs options 2023-06-27 11:25:15 +02:00
editor [4.1] GDScript: Fix POT generator crash on assignee with index 2023-09-20 22:12:10 +03:00
icons Make script type distinguishable by icon 2022-01-13 12:29:05 +01:00
language_server Allow LSP to process multiple messages per poll 2024-03-11 15:01:23 +01:00
tests GDScript: Add check for `super()` methods not being implemented 2023-10-24 16:52:59 +02:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
gdscript.cpp Add error message when a GDScript resource fails to load. 2023-09-21 15:12:58 +02:00
gdscript.h GDScript: Fix `_get_script_name()` function collision for SCU build 2023-06-20 12:03:54 +03:00
gdscript_analyzer.cpp GDScript: Add check for `super()` methods not being implemented 2023-10-24 16:52:59 +02:00
gdscript_analyzer.h Merge pull request #77324 from anvilfolk/oh-no-its-virtual 2023-06-15 15:26:18 +02:00
gdscript_byte_codegen.cpp GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_byte_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_cache.cpp Fix `GDScriptCache::get_full_script` eating parsing errors because of early exit 2023-10-24 19:51:53 +02:00
gdscript_cache.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_compiler.cpp GDScript: Fix conflict between property and group names 2023-09-21 14:09:19 +02:00
gdscript_compiler.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_disassembler.cpp GDScript: Fix `_get_script_name()` function collision for SCU build 2023-06-20 12:03:54 +03:00
gdscript_editor.cpp Fix completion option location not found 2023-10-19 21:21:54 +02:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_function.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_lambda_callable.cpp Fix `get_method` from named lambda 2023-10-19 21:45:12 +02:00
gdscript_lambda_callable.h Fix `get_method` from named lambda 2023-10-19 21:45:12 +02:00
gdscript_parser.cpp GDScript: Check `get_node()` shorthand in static functions 2023-10-19 21:49:00 +02:00
gdscript_parser.h GDScript: Check `get_node()` shorthand in static functions 2023-10-19 21:49:00 +02:00
gdscript_rpc_callable.cpp Fix `get_method` from named lambda 2023-10-19 21:45:12 +02:00
gdscript_rpc_callable.h Fix `get_method` from named lambda 2023-10-19 21:45:12 +02:00
gdscript_tokenizer.cpp Merge pull request #72824 from dalexeev/gds-invalid-char-error 2023-06-19 15:39:58 +02:00
gdscript_tokenizer.h GDScript: Fix `MIN_INT` not representable as numeric literal 2023-02-15 17:41:46 +03:00
gdscript_utility_functions.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_utility_functions.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_vm.cpp GDScript: Fix `_get_script_name()` function collision for SCU build 2023-06-20 12:03:54 +03:00
gdscript_warning.cpp GDScript: Reorganize and unify warnings 2023-04-28 18:25:11 +03:00
gdscript_warning.h GDScript: Reorganize and unify warnings 2023-04-28 18:25:11 +03:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00