godot/modules/gdscript
Rémi Verschelde 824784f80b
Merge pull request #72557 from vonagam/fix-make-value-protection
GDScript: Fix getting reduced value of incomplete subscript for autocomplete
2023-02-02 09:49:37 +01: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 call update_exports from LSP didSave function 2023-01-20 19:16:53 -08:00
tests Revert "GDScript: Add warnings that are set to error by default" 2023-02-01 10:54:22 +01:00
config.py
gdscript.cpp Merge pull request #72444 from reduz/fix-global-class-parsing 2023-01-31 13:20:00 +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 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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_cache.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_disassembler.cpp GDScript: Fix disassembly of typed array assignment and construction 2023-02-01 11:18:54 +02:00
gdscript_editor.cpp GDScript: Allow constant expressions in annotations 2023-01-25 18:43:56 +03:00
gdscript_function.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_function.h GDScript: Add names for disassembling function pointers 2023-01-23 11:04:31 -03:00
gdscript_lambda_callable.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_lambda_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_rpc_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
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
register_types.cpp Remove references to compiled GDScript in export 2023-01-20 15:09:07 -03:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00