godot/modules/gdscript
Yuri Sizov 41efc7cb86 Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-experimental
GDScript: Add `@deprecated` and `@experimental` doc comment tags
2023-07-31 21:01:08 +02:00
..
doc_classes Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
editor GDScript: Add @deprecated and @experimental doc comment tags 2023-07-08 18:13:19 +03:00
icons
language_server Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
tests Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflict 2023-07-31 21:01:03 +02:00
config.py
gdscript_analyzer.cpp Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_after_ignoring 2023-07-25 21:25:45 +02: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: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_byte_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_cache.cpp GDScript: Add static analysis error reporting in GDScriptCache::get_full_script() 2023-07-07 11:16:22 -04:00
gdscript_cache.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_codegen.h GDScript: Fix some bugs with static variables and functions 2023-06-16 22:52:11 +03:00
gdscript_compiler.cpp Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflict 2023-07-31 21:01:03 +02:00
gdscript_compiler.h Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit 2023-06-21 21:51:05 +02:00
gdscript_disassembler.cpp GDScript: Fix _get_script_name() function collision for SCU build 2023-06-20 12:03:54 +03:00
gdscript_editor.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_function.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
gdscript_lambda_callable.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_lambda_callable.h
gdscript_parser.cpp Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-experimental 2023-07-31 21:01:08 +02:00
gdscript_parser.h Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-experimental 2023-07-31 21:01:08 +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: Fix MIN_INT not representable as numeric literal 2023-02-15 17:41:46 +03:00
gdscript_utility_functions.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
gdscript_utility_functions.h
gdscript_vm.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
gdscript_warning.cpp GDScript: Reorganize and unify warnings 2023-04-28 18:25:11 +03:00
gdscript_warning.h GDScript: Reorganize and unify warnings 2023-04-28 18:25:11 +03:00
gdscript.cpp Support threads in the script debugger 2023-07-26 12:06:45 +02:00
gdscript.h Support threads in the script debugger 2023-07-26 12:06:45 +02:00
register_types.cpp Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
register_types.h
SCsub