godot/modules/gdscript
George Marques d076c76551
GDScript: Fix setting native type with script inheritance
Sometimes the inheritance tree is compiled out of order and the base
don't have yet a native type set. This is now changed to not rely on the
base script but use the native type set in the datatype, which is
already resolved by the analyzer.
2023-02-21 14:09:10 -03:00
..
doc_classes GDScript: Rework type check 2023-02-17 19:57:18 +02:00
editor
icons
language_server
tests Add test for const class references 2023-02-20 23:01:32 -05:00
config.py
gdscript_analyzer.cpp Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +01:00
gdscript_analyzer.h Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +01:00
gdscript_byte_codegen.cpp Merge pull request #73489 from vonagam/type-check-node 2023-02-20 15:41:36 +01:00
gdscript_byte_codegen.h Merge pull request #73489 from vonagam/type-check-node 2023-02-20 15:41:36 +01:00
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_compiler.cpp GDScript: Fix setting native type with script inheritance 2023-02-21 14:09:10 -03:00
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_editor.cpp GDScript: Limit recursion depth for completion functions 2023-02-20 14:55:13 -03:00
gdscript_function.cpp
gdscript_function.h Merge pull request #73544 from mashumafi/fix-func-arg-null 2023-02-20 15:41:40 +01:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_parser.h Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +01:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_utility_functions.h
gdscript_vm.cpp Merge pull request #73489 from vonagam/type-check-node 2023-02-20 15:41:36 +01:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp Merge pull request #72867 from vnen/gdscript-limit-call-depth 2023-02-17 17:00:46 +03:00
gdscript.h
register_types.cpp
register_types.h
SCsub