1
0
Fork 0
godot/modules/gdscript
Rémi Verschelde dc3175e4cd
Merge pull request #70810 from adamscott/cache-gdscript-even-when-error
Cache script when reloading even if there's errors
2023-01-04 11:41:11 +01:00
..
doc_classes Add a note for `inst_to_dict` to prevent using it on built-in instances 2022-12-19 19:12:00 +03:00
editor Stop highlighting node refs if they are invalid identifiers 2023-01-03 16:00:16 +02:00
icons
language_server Fix use of comma instead of semicolon 2022-12-17 20:17:04 -05:00
tests Merge pull request #70859 from vonagam/fix-preload-native-type 2023-01-03 23:22:23 +01:00
SCsub
config.py
gdscript.cpp Merge pull request #70503 from rune-scape/inner-class-docs 2023-01-03 12:15:44 +01:00
gdscript.h Unify GDScriptAnalyzer in-editor and runtime autoload checks 2022-12-20 19:01:28 -05:00
gdscript_analyzer.cpp Merge pull request #70859 from vonagam/fix-preload-native-type 2023-01-03 23:22:23 +01:00
gdscript_analyzer.h GDScript: Allow out of order member resolution 2022-12-14 21:44:05 -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 Cache script when reloading even if there's errors. 2023-01-01 14:09:17 -05:00
gdscript_cache.h GDScript: Allow out of order member resolution 2022-12-14 21:44:05 -05:00
gdscript_codegen.h Fix use of comma instead of semicolon 2022-12-17 20:17:04 -05:00
gdscript_compiler.cpp Merge pull request #70702 from vnen/gdscript-error-on-assign-void 2023-01-03 12:23:00 +01: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 Remove unused code paragraph from gdscript_editor.cpp/complete_code 2022-12-22 11:10:11 +03: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 GDScript: Allow out of order member resolution 2022-12-14 21:44:05 -05:00
gdscript_parser.h Fix usage of Enum as constant 2022-12-28 23:04:40 +02: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: Error when assigning return value of void function 2022-12-30 12:08:58 -03:00
gdscript_warning.cpp GDScript: Make using return of void function an error 2022-12-30 13:35:38 -03:00
gdscript_warning.h GDScript: Make using return of void function an error 2022-12-30 13:35:38 -03:00
register_types.cpp
register_types.h