godot/modules/gdscript
Yuri Sizov a7276f1ce0
Merge pull request #75691 from dalexeev/gds-fix-signature-generation
GDScript: Misc fixes and improvements for signature generation
2023-04-14 20:01:27 +02:00
..
doc_classes Fix typo and slightly reword in @GDScript.xml 2023-03-31 20:30:29 +00:00
editor Make GDScript number highlighting stricter 2023-03-01 21:27:32 +01:00
icons
language_server Poll LSP/DAP clients for connection status updates 2023-04-09 12:36:01 +01:00
tests GDScript: Add missing member type check when resolving `extends` 2023-04-10 17:16:07 +03:00
SCsub
config.py
gdscript.cpp GDScript: Change parser representation of class extends 2023-03-13 01:40:13 +02:00
gdscript.h Remove unused `ScriptLanguage` methods 2023-02-26 22:30:56 -08:00
gdscript_analyzer.cpp Merge pull request #75691 from dalexeev/gds-fix-signature-generation 2023-04-14 20:01:27 +02:00
gdscript_analyzer.h GDScript: Fix missing warning for shadowing of built-in types 2023-03-13 00:49:34 +02:00
gdscript_byte_codegen.cpp GDScript: Don't use validated call for vararg methods 2023-02-24 14:06:02 -03:00
gdscript_byte_codegen.h Merge pull request #73489 from vonagam/type-check-node 2023-02-20 15:41:36 +01:00
gdscript_cache.cpp
gdscript_cache.h
gdscript_codegen.h GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_compiler.cpp Merge pull request #72056 from resistor/master 2023-03-20 19:16:30 +01:00
gdscript_compiler.h GDScript: Fix checking if a call is awaited in compiler 2023-03-01 09:31:35 +02:00
gdscript_disassembler.cpp GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_editor.cpp GDScript: Misc fixes and improvements for signature generation 2023-04-07 10:43:21 +03:00
gdscript_function.cpp
gdscript_function.h Merge pull request #73544 from mashumafi/fix-func-arg-null 2023-02-20 15:41:40 +01:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Fix mistakes in documentation and GDScript errors 2023-04-10 10:00:09 +02:00
gdscript_parser.h GDScript: Change parser representation of class extends 2023-03-13 01:40:13 +02:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp GDScript: Be more lenient with identifiers 2023-02-09 11:19:05 -03:00
gdscript_tokenizer.h
gdscript_utility_functions.cpp GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_utility_functions.h
gdscript_vm.cpp Added check for null objects in gdscript typed assign. 2023-02-21 15:29:07 -05:00
gdscript_warning.cpp Fix mistakes in documentation and GDScript errors 2023-04-10 10:00:09 +02:00
gdscript_warning.h
register_types.cpp
register_types.h