godot/modules/gdscript
Rémi Verschelde 40363a88bd
Merge pull request #80283 from ajreckof/fix-completion-option-location-not-found
Fix completion option location not found
2023-08-07 14:53:10 +02:00
..
doc_classes Merge pull request #80109 from timothyqiu/not-markdown 2023-08-01 20:04:00 +02:00
editor GDScript: Highlight comment markers (TODO, FIXME, etc.) 2023-08-07 11:33:51 +03:00
icons
language_server Fix various typos with codespell 2023-08-07 13:09:47 +02:00
tests GDScript: Fix regression with native signal not found 2023-08-02 15:42:36 +03:00
config.py
gdscript_analyzer.cpp GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
gdscript_analyzer.h Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_after_ignoring 2023-07-25 21:25:45 +02:00
gdscript_byte_codegen.cpp GDScript: Optimize operators by assuming the types 2023-07-28 13:08:21 -03:00
gdscript_byte_codegen.h
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h
gdscript_compiler.cpp GDScript: Fix regression with native signal not found 2023-08-02 15:42:36 +03:00
gdscript_compiler.h
gdscript_disassembler.cpp GDScript: Optimize operators by assuming the types 2023-07-28 13:08:21 -03:00
gdscript_editor.cpp Fix completion option location not found 2023-08-05 02:15:45 +02:00
gdscript_function.cpp
gdscript_function.h Merge pull request #79990 from vnen/gdscript-assume-op-types 2023-08-01 17:25:52 +02:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Merge pull request #79935 from dalexeev/gds-validate-node-path-annotation 2023-08-01 17:25:44 +02:00
gdscript_parser.h Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below 2023-07-31 21:01:36 +02:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Merge pull request #73226 from AThousandShips/gdscript_tok_improvement 2023-07-31 21:00:57 +02:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp Merge pull request #79990 from vnen/gdscript-assume-op-types 2023-08-01 17:25:52 +02:00
gdscript_warning.cpp GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
gdscript_warning.h GDScript: Fix bug with identifier shadowed below in current scope 2023-07-26 11:26:57 +03:00
gdscript.cpp Add error message when a GDScript resource fails to load. 2023-07-31 13:16:29 -04:00
gdscript.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
register_types.cpp
register_types.h
SCsub