2
0
Fork 0
godot/modules/gdscript
SaracenOne ae0026bc7b Make 'is_attribute' false during parse error to prevent crash 2022-02-18 12:52:46 +07:00
..
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +07:00
editor Improve compilation speed (forward declarations/includes cleanup) 2022-02-12 02:46:22 +07:00
editor_templates Merge pull request #57748 from fabriceci/rename-script-template-variable 2022-02-07 13:22:23 +07:00
icons
language_server Convert _notification methods to switch - Chunk C 2022-02-16 13:03:05 +07:00
tests Refactor some object type checking code with `cast_to` 2022-02-08 10:08:34 +07:00
SCsub
config.py
gdscript.cpp [Net] Implement GDScript custom RPC callable. 2022-02-07 13:39:10 +07:00
gdscript.h
gdscript_analyzer.cpp Refactor some object type checking code with `cast_to` 2022-02-08 10:08:34 +07:00
gdscript_analyzer.h GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 +07:00
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp GDScript cache crashfix. 2022-01-22 17:42:54 +07:00
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp GDScript: Treat enum values as int and enum types as dictionary 2022-02-03 13:32:34 +07:00
gdscript_compiler.h
gdscript_disassembler.cpp
gdscript_editor.cpp Refactor some object type checking code with `cast_to` 2022-02-08 10:08:34 +07:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Make 'is_attribute' false during parse error to prevent crash 2022-02-18 12:52:46 +07:00
gdscript_parser.h GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 +07:00
gdscript_rpc_callable.cpp [Net] Add type check to GDScriptRPCCallable. 2022-02-07 13:39:45 +07:00
gdscript_rpc_callable.h [Net] Add type check to GDScriptRPCCallable. 2022-02-07 13:39:45 +07:00
gdscript_tokenizer.cpp Cleanup and move char functions to the `char_utils.h` header. 2022-02-04 11:35:01 +07:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp
gdscript_warning.cpp GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 +07:00
gdscript_warning.h GDScript: Consolidate behavior for assigning enum types 2022-02-03 13:32:16 +07:00
register_types.cpp
register_types.h