godot/modules/gdscript
2023-02-02 22:52:08 +10:00
..
doc_classes Merge pull request #72371 from dalexeev/remove-gds-str-duplicate 2023-02-01 07:25:02 +01:00
editor Allow unicode identifier in GDScript syntax highlighter 2023-01-29 13:17:05 +08:00
icons
language_server
tests Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00
config.py
gdscript_analyzer.cpp GDScript: Fix getting reduced value of incomplete subscript 2023-02-02 02:15:26 +02:00
gdscript_analyzer.h Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01: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 Fix crash in gdscript when autocompleting virtual function and signature does not match base. 2023-02-02 22:52:08 +10:00
gdscript_function.cpp
gdscript_function.h
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp GDScript: Fix crash in export group annotations 2023-02-02 08:37:39 +03:00
gdscript_parser.h Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp
gdscript_tokenizer.h
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 GDScript: Fix issues with typed arrays 2023-01-31 11:54:41 +02:00
gdscript_warning.cpp Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00
gdscript_warning.h Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00
gdscript.cpp Merge pull request #72444 from reduz/fix-global-class-parsing 2023-01-31 13:20:00 +01:00
gdscript.h
register_types.cpp
register_types.h
SCsub