godot/modules/gdscript
Rémi Verschelde 7c1abe8599
Merge pull request #82789 from dalexeev/gds-fix-unresolved-type-for-incomplete-bin-op
GDScript: Fix unresolved datatype for incomplete binary operator
2023-10-05 10:10:33 +02:00
..
doc_classes Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
editor Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-values 2023-10-05 10:07:43 +02:00
icons
language_server [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
tests Core: Fix Object::has_method() for script static methods 2023-10-04 19:44:32 +03:00
.editorconfig
config.py
gdscript_analyzer.cpp Merge pull request #82789 from dalexeev/gds-fix-unresolved-type-for-incomplete-bin-op 2023-10-05 10:10:33 +02:00
gdscript_analyzer.h
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp Merge pull request #82186 from dalexeev/gds-fix-property-duplication 2023-09-28 20:04:18 +02:00
gdscript_compiler.h
gdscript_disassembler.cpp
gdscript_editor.cpp GDScript: Fix native_type is empty for autoload without script 2023-10-04 16:09:18 +03:00
gdscript_function.cpp Fix expected argument count for Callable call errors 2023-09-29 20:00:10 +03:00
gdscript_function.h [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Merge pull request #80085 from vnen/gdscript-pattern-guards 2023-09-28 20:03:57 +02:00
gdscript_parser.h Merge pull request #80085 from vnen/gdscript-pattern-guards 2023-09-28 20:03:57 +02:00
gdscript_rpc_callable.cpp [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
gdscript_rpc_callable.h
gdscript_tokenizer.cpp GDScript: Implement pattern guards for match statement 2023-09-27 11:25:25 -03:00
gdscript_tokenizer.h GDScript: Implement pattern guards for match statement 2023-09-27 11:25:25 -03:00
gdscript_utility_functions.cpp Fix expected argument count for Callable call errors 2023-09-29 20:00:10 +03:00
gdscript_utility_functions.h
gdscript_vm.cpp Fix expected argument count for Callable call errors 2023-09-29 20:00:10 +03:00
gdscript_warning.cpp GDScript: Fix UNSAFE_CALL_ARGUMENT warning for Variant constructors 2023-09-30 13:57:09 +03:00
gdscript_warning.h GDScript: Add INFERRED_DECLARATION warning 2023-09-22 23:13:52 +03:00
gdscript.cpp Core: Fix Object::has_method() for script static methods 2023-10-04 19:44:32 +03:00
gdscript.h Core: Fix Object::has_method() for script static methods 2023-10-04 19:44:32 +03:00
register_types.cpp
register_types.h
SCsub