godot/modules/gdscript
2023-03-07 23:42:40 +01:00
..
doc_classes Tweak @GlobalScope & GDScript's documentation 2023-02-14 13:26:18 +01:00
editor
icons
language_server
tests GDScript: Fix usage of ints with typed array of floats 2023-02-13 22:06:38 +02:00
config.py
gdscript_analyzer.cpp GDScript: Fix default value of exported enum variable 2023-02-14 18:07:50 +03:00
gdscript_analyzer.h Clean up ProjectConverter3To4 architecture, move renames map to separate file 2023-02-10 14:35:22 +01:00
gdscript_byte_codegen.cpp
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp
gdscript_compiler.h
gdscript_disassembler.cpp
gdscript_editor.cpp Revert "Fixed the jumping to function definition using 'Ctrl+LMB'." 2023-02-13 17:58:59 +01:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Fix error spam when naming a func at the end of the script 2023-03-07 23:42:40 +01:00
gdscript_parser.h
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp GDScript: Be more lenient with identifiers 2023-02-09 11:19:05 -03:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp Improve GDScript error for method call on null/previously freed instance 2023-02-12 21:52:05 +01:00
gdscript_warning.cpp
gdscript_warning.h
gdscript.cpp GDScript: Remove treat_warnings_as_errors project setting 2023-02-10 10:16:33 +03:00
gdscript.h
register_types.cpp
register_types.h
SCsub