virtualx-engine/modules/gdscript
2023-01-09 09:46:27 +01:00
..
doc_classes Document print_stack() and get_stack() requiring a debugger connection 2022-12-12 14:55:23 +08:00
editor Fix variables highlighting as types 2022-09-17 01:24:19 -07:00
icons
language_server LSP: Improve handling of file URI scheme 2022-12-12 15:58:20 +01:00
config.py
gdscript.cpp Merge pull request #62408 from Razoric480/raz/fix-no-cache 2022-08-05 23:43:54 +02:00
gdscript.h Fix custom res caching sub-res even if no-cache 2022-07-13 11:18:26 -04:00
gdscript_compiler.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
gdscript_compiler.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_editor.cpp Fix Script editor completion doesn't suggest members of a script for type hints 2022-12-12 13:36:32 +01:00
gdscript_function.cpp Fix local variables not showing when breaking on final line 2023-01-09 09:46:27 +01:00
gdscript_function.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_functions.cpp GDScript: Keep builtin method info on release builds 2022-05-17 11:01:12 -03:00
gdscript_functions.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_parser.cpp Fix Script editor completion doesn't suggest members of a script for type hints 2022-12-12 13:36:32 +01:00
gdscript_parser.h Fix parsing inner class declaration when "pass" keyword is on the same line 2022-06-21 10:04:26 +02:00
gdscript_tokenizer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
gdscript_tokenizer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub