2
0
Fork 0
godot/modules/gdscript
Haoyu Qiu b63db1e6fc Fix extraction of chained tr() calls
(cherry picked from commit 3e88c4cd5c)
2023-06-29 16:03:22 +07:00
..
doc_classes Add more info on the nature of NAN 2023-06-16 15:12:59 +07:00
editor Fix extraction of chained tr() calls 2023-06-29 16:03:22 +07:00
icons
language_server LSP: don't send empty completion command 2023-05-12 12:31:21 +07:00
tests GDScript: Fix warning ignoring for member variables 2023-06-16 20:55:20 +07:00
SCsub
config.py
gdscript.cpp Prevent cache corruption when saving resources in the editor 2023-03-13 14:16:13 +07:00
gdscript.h Remove unused `ScriptLanguage` methods 2023-02-26 22:30:56 +07:00
gdscript_analyzer.cpp GDScript: Fix `validate_call_arg()` for unresolved datatype 2023-06-16 20:55:23 +07:00
gdscript_analyzer.h Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +07:00
gdscript_byte_codegen.cpp GDScript: Don't use validated call for vararg methods 2023-02-24 14:06:02 +07:00
gdscript_byte_codegen.h Merge pull request #73489 from vonagam/type-check-node 2023-02-20 15:41:36 +07:00
gdscript_cache.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_cache.h One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_codegen.h GDScript: Rework type check 2023-02-17 19:57:18 +07:00
gdscript_compiler.cpp GDScript: Fix checking if a call is awaited in compiler 2023-03-13 21:54:05 +07:00
gdscript_compiler.h GDScript: Fix checking if a call is awaited in compiler 2023-03-13 21:54:05 +07:00
gdscript_disassembler.cpp GDScript: Fix wrong increment for disassembly of lambda 2023-04-27 08:49:29 +07:00
gdscript_editor.cpp Fix multi-line string highlighting with single quotes. 2023-04-26 14:14:05 +07:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +07:00
gdscript_function.h Merge pull request #73544 from mashumafi/fix-func-arg-null 2023-02-20 15:41:40 +07:00
gdscript_lambda_callable.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_lambda_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_parser.cpp Add missing `script_type` `nullptr` check 2023-06-16 20:55:24 +07:00
gdscript_parser.h Merge pull request #73590 from vnen/gdscript-global-scope-enums 2023-02-20 15:41:45 +07:00
gdscript_rpc_callable.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_rpc_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_tokenizer.cpp Fix for mixed tabs and spaces in gdscript 2023-04-26 14:29:27 +07:00
gdscript_tokenizer.h Add support for Unicode identifiers in GDScript 2023-01-21 13:39:40 +07:00
gdscript_utility_functions.cpp GDScript: Rework type check 2023-02-17 19:57:18 +07:00
gdscript_utility_functions.h One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00
gdscript_vm.cpp GDScript: Don't fail when freed object is return 2023-04-27 08:49:29 +07:00
gdscript_warning.cpp GDScript: Add warnings that are set to error by default 2023-02-02 12:07:25 +07:00
gdscript_warning.h GDScript: Add warnings that are set to error by default 2023-02-02 12:07:25 +07:00
register_types.cpp Remove references to compiled GDScript in export 2023-01-20 15:09:07 +07:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +07:00