godot/modules/gdscript
Dmitrii Maganov 23f2c1234c GDScript: Fix autocomplete inside a block with a type test condition
(cherry picked from commit e289a4ab2c)
2023-03-14 13:59:04 +01:00
..
doc_classes Fix GDScript code style regarding colon 2023-03-13 14:42:27 +01:00
editor
icons
language_server
tests Fix GDScript code style regarding colon 2023-03-13 14:42:27 +01: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: Fix wrong unsafety mark for binary operator 2023-02-26 01:35:53 +02:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp GDScript: Don't use validated call for vararg methods 2023-02-24 14:06:02 -03:00
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