1
0
Fork 0
godot/modules/gdscript
Rémi Verschelde b12bf7ff02
Merge pull request #69550 from Rindbee/fix-script-editor-not-reload-via-lsp
Fix internal editor not updating when using external editor via LSP
2023-02-09 14:01:33 +01:00
..
doc_classes GDScript: Improve validation and documentation of `@export_flags` 2023-02-07 19:32:08 +03:00
editor Allow unicode identifier in GDScript syntax highlighter 2023-01-29 13:17:05 +08:00
icons
language_server Fix internal editor not updating when using external editor via LSP 2023-01-22 18:27:22 +08:00
tests Merge pull request #72546 from vonagam/fix-typed-array-can-reference 2023-02-06 23:32:47 +03:00
SCsub
config.py
gdscript.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript.h Merge pull request #71687 from reduz/support-script-class-name-in-efs 2023-01-21 16:54:23 +01:00
gdscript_analyzer.cpp Some code simplifications 2023-02-07 14:30:16 +01:00
gdscript_analyzer.h Merge pull request #72608 from vnen/gdscript-warning-default-error 2023-02-05 16:00:26 +03:00
gdscript_byte_codegen.cpp GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
gdscript_byte_codegen.h Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug 2023-01-23 12:24:15 -03:00
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug 2023-01-23 12:24:15 -03:00
gdscript_compiler.cpp GDScript: Allow void functions to return calls to other void functions 2023-01-31 11:37:30 -03:00
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Fix disassembly of typed array assignment and construction 2023-02-01 11:18:54 +02:00
gdscript_editor.cpp Merge pull request #72789 from Vilcrow/fix-jump-to-definition 2023-02-07 19:37:50 +01:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_function.h Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp GDScript: Improve validation and documentation of `@export_flags` 2023-02-07 19:32:08 +03:00
gdscript_parser.h Merge pull request #72608 from vnen/gdscript-warning-default-error 2023-02-05 16:00:26 +03:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Add support for Unicode identifiers in GDScript 2023-01-21 13:39:40 -03:00
gdscript_tokenizer.h Add support for Unicode identifiers in GDScript 2023-01-21 13:39:40 -03:00
gdscript_utility_functions.cpp Remove `@GDScript.str` (duplicate of `@GlobalScope.str`) 2023-01-30 14:29:07 +03:00
gdscript_utility_functions.h
gdscript_vm.cpp Fix null message in assert() 2023-02-08 20:19:24 +01:00
gdscript_warning.cpp GDScript: Add warnings that are set to error by default 2023-02-02 12:07:25 -03:00
gdscript_warning.h GDScript: Add warnings that are set to error by default 2023-02-02 12:07:25 -03:00
register_types.cpp Remove references to compiled GDScript in export 2023-01-20 15:09:07 -03:00
register_types.h