virtualx-engine/modules/gdscript
Rémi Verschelde 58439ac22c
Merge pull request #74053 from vnen/gdscript-fix-disassembler-lambda-crash
GDScript: Fix wrong increment for disassembly of lambda
2023-04-27 08:46:40 +02:00
..
doc_classes Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
editor Improve and fix GDScript documentation generation & behavior 2023-04-21 10:17:30 -04:00
icons Make script type distinguishable by icon 2022-01-13 12:29:05 +01:00
language_server Fix GDScript LSP variable rename 2023-04-22 14:35:34 -04:00
tests GDScript: Use default path in test generator if not provided 2023-04-26 11:12:47 -03:00
config.py [Scons] Implement module dependency sorting. 2022-08-04 20:00:19 +02:00
gdscript.cpp Improve and fix GDScript documentation generation & behavior 2023-04-21 10:17:30 -04:00
gdscript.h Improve and fix GDScript documentation generation & behavior 2023-04-21 10:17:30 -04: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 Fix edge cases of object lifetime when signals involved 2023-04-11 17:27:39 +02:00
gdscript_byte_codegen.h Fix edge cases of object lifetime when signals involved 2023-04-11 17:27:39 +02:00
gdscript_cache.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_cache.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_codegen.h Fix edge cases of object lifetime when signals involved 2023-04-11 17:27:39 +02:00
gdscript_compiler.cpp Merge pull request #72095 from anvilfolk/gd-docs 2023-04-26 16:54:25 +02: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: Fix wrong increment for disassembly of lambda 2023-02-27 11:19:22 -03:00
gdscript_editor.cpp Merge pull request #76170 from HolonProduction/string-highlight 2023-04-18 18:01:02 +02:00
gdscript_function.cpp Merge pull request #65910 from KoBeWi/gdsus 2023-02-03 16:13:06 +01:00
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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_lambda_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_parser.cpp Merge pull request #72095 from anvilfolk/gd-docs 2023-04-26 16:54:25 +02:00
gdscript_parser.h Improve and fix GDScript documentation generation & behavior 2023-04-21 10:17:30 -04:00
gdscript_rpc_callable.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_rpc_callable.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
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 One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_vm.cpp Fix wrong file on function call error 2023-04-24 15:30:51 +02:00
gdscript_warning.cpp Fix mistakes in documentation and GDScript errors 2023-04-10 10:00:09 +02:00
gdscript_warning.h GDScript: Add warnings that are set to error by default 2023-02-02 12:07:25 -03:00
register_types.cpp Remove references to compiled GDScript in export 2023-01-20 15:09:07 -03:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00