.. |
doc_classes
|
Update docs to mention @icon only works with global script classes
|
2022-12-01 12:52:58 -06:00 |
editor
|
Remove redundant Variant-types initializations
|
2022-11-14 19:35:19 +01:00 |
icons
|
|
|
language_server
|
Keep GDScriptAnalyzer alive for whole parse()
|
2022-12-06 10:01:18 +01:00 |
tests
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
config.py
|
|
|
gdscript_analyzer.cpp
|
Merge pull request #66733 from MewPurPur/unary-op-warnings
|
2022-12-11 22:33:58 +01:00 |
gdscript_analyzer.h
|
Fix constant base typing in extended GDScript class
|
2022-12-10 13:39:45 -05:00 |
gdscript_byte_codegen.cpp
|
GDScript: Fix subclass script path issues
|
2022-12-01 20:43:27 -05:00 |
gdscript_byte_codegen.h
|
|
|
gdscript_cache.cpp
|
Fix GDScriptCache::clear() crash when clearing packed scenes
|
2022-12-10 19:10:12 -05:00 |
gdscript_cache.h
|
Fix GDScriptCache to not remove scripts/scenes individually when clearing
|
2022-12-10 12:48:07 -05:00 |
gdscript_codegen.h
|
|
|
gdscript_compiler.cpp
|
Add GDScript member initializer implicit type conversion
|
2022-12-11 16:55:02 -05:00 |
gdscript_compiler.h
|
Add GDScript member initializer implicit type conversion
|
2022-12-11 16:55:02 -05:00 |
gdscript_disassembler.cpp
|
|
|
gdscript_editor.cpp
|
Add identifier completion for custom classes.
|
2023-01-16 00:25:24 +07:00 |
gdscript_function.cpp
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
gdscript_function.h
|
Fix cyclic references in GDScript 2.0
|
2022-11-18 16:41:31 -05:00 |
gdscript_lambda_callable.cpp
|
|
|
gdscript_lambda_callable.h
|
|
|
gdscript_parser.cpp
|
Merge pull request #69303 from Chaosus/gds_fix_loops
|
2022-12-01 10:21:21 +01:00 |
gdscript_parser.h
|
Reset unassigned local variables to null in the loops
|
2022-11-28 19:45:24 +03:00 |
gdscript_rpc_callable.cpp
|
|
|
gdscript_rpc_callable.h
|
|
|
gdscript_tokenizer.cpp
|
|
|
gdscript_tokenizer.h
|
|
|
gdscript_utility_functions.cpp
|
GDScript: Fix subclass script path issues
|
2022-12-01 20:43:27 -05:00 |
gdscript_utility_functions.h
|
|
|
gdscript_vm.cpp
|
GDScript: Fix subclass script path issues
|
2022-12-01 20:43:27 -05:00 |
gdscript_warning.cpp
|
GDScript: Don't warn about RETURN_VALUE_DISCARDED by default
|
2022-11-22 15:01:24 +01:00 |
gdscript_warning.h
|
|
|
gdscript.cpp
|
Add GDScript member initializer implicit type conversion
|
2022-12-11 16:55:02 -05:00 |
gdscript.h
|
GDScript: Fix subclass script path issues
|
2022-12-01 20:43:27 -05:00 |
register_types.cpp
|
|
|
register_types.h
|
|
|
SCsub
|
|
|