godot/modules/gdscript
2023-05-06 15:41:55 +02:00
..
doc_classes Merge pull request #76664 from Xenoparrot/simple-typos 2023-05-06 15:41:55 +02:00
editor Improve and fix GDScript documentation generation & behavior 2023-04-21 10:17:30 -04:00
icons
language_server Fix GDScript LSP variable rename 2023-04-22 14:35:34 -04:00
tests Merge pull request #76412 from dalexeev/gds-reorganize-warnings 2023-04-28 18:45:48 +02:00
config.py
gdscript.cpp GDScript: Fix template_debug compilation with TOOLS/DEBUG macro mismatch 2023-04-28 11:09:12 +02:00
gdscript.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_analyzer.cpp Merge pull request #76412 from dalexeev/gds-reorganize-warnings 2023-04-28 18:45:48 +02:00
gdscript_analyzer.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_byte_codegen.cpp Fix edge cases of object lifetime when signals involved 2023-04-11 17:27:39 +02:00
gdscript_byte_codegen.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_cache.cpp Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_cache.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_codegen.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_compiler.cpp Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_compiler.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_disassembler.cpp GDScript: Fix wrong increment for disassembly of lambda 2023-02-27 11:19:22 -03:00
gdscript_editor.cpp Merge pull request #72288 from MewPurPur/use-string-repeat 2023-05-05 09:56:48 -07:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
gdscript_function.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h
gdscript_parser.cpp Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_parser.h Add support for static variables in GDScript 2023-04-27 09:51:44 -03:00
gdscript_rpc_callable.cpp
gdscript_rpc_callable.h
gdscript_tokenizer.cpp Fix for mixed tabs and spaces in gdscript 2023-04-20 12:08:23 +02:00
gdscript_tokenizer.h Add support for Unicode identifiers in GDScript 2023-01-21 13:39:40 -03:00
gdscript_utility_functions.cpp GDScript: Rework type check 2023-02-17 19:57:18 +02:00
gdscript_utility_functions.h
gdscript_vm.cpp Merge pull request #75732 from vonagam/fix-duplicate-condition 2023-04-28 18:45:25 +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
register_types.cpp Remove references to compiled GDScript in export 2023-01-20 15:09:07 -03:00
register_types.h
SCsub