1
0
Fork 0
godot/modules/gdscript
Danil Alexeev d31002cfbe GDScript: Add missing member type check when resolving `extends`
(cherry picked from commit 66279b98b6)
2023-04-24 17:00:35 +02:00
..
doc_classes Fix typo and slightly reword in @GDScript.xml 2023-04-03 18:41:54 +02:00
editor Make GDScript number highlighting stricter 2023-03-27 16:58:50 +02:00
icons
language_server Poll LSP/DAP clients for connection status updates 2023-04-24 14:16:37 +02:00
tests GDScript: Add missing member type check when resolving `extends` 2023-04-24 17:00:35 +02:00
SCsub
config.py
gdscript.cpp Prevent cache corruption when saving resources in the editor 2023-03-13 14:16:13 +01:00
gdscript.h Remove unused `ScriptLanguage` methods 2023-02-26 22:30:56 -08:00
gdscript_analyzer.cpp GDScript: Add missing member type check when resolving `extends` 2023-04-24 17:00:35 +02:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp GDScript: Fix checking if a call is awaited in compiler 2023-03-13 21:54:05 +01:00
gdscript_compiler.h GDScript: Fix checking if a call is awaited in compiler 2023-03-13 21:54:05 +01:00
gdscript_disassembler.cpp
gdscript_editor.cpp GDScript: Fix autocomplete inside a block with a type test condition 2023-03-14 13:59:04 +01:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Fix error spam when naming a func at the end of the script 2023-03-14 13:59:03 +01:00
gdscript_parser.h
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp
register_types.h