.. |
doc_classes
|
Merge pull request #80109 from timothyqiu/not-markdown
|
2023-08-01 20:04:00 +02:00 |
editor
|
GDScript: Improve DocGen
|
2023-08-19 19:54:43 +03:00 |
icons
|
Optimize and fix up some SVGs
|
2023-08-13 17:48:17 +03:00 |
language_server
|
Fixes LSP connection error when launched in a separate thread
|
2023-08-16 16:29:28 +03:00 |
tests
|
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
|
2023-08-25 21:26:44 +02:00 |
config.py
|
|
|
gdscript.cpp
|
Add error message when a GDScript resource fails to load.
|
2023-07-31 13:16:29 -04:00 |
gdscript.h
|
|
|
gdscript_analyzer.cpp
|
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
|
2023-08-25 21:26:44 +02:00 |
gdscript_analyzer.h
|
GDScript: Fix lambda resolution with cyclic references
|
2023-08-25 16:29:11 +03:00 |
gdscript_byte_codegen.cpp
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
gdscript_byte_codegen.h
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
gdscript_cache.cpp
|
|
|
gdscript_cache.h
|
|
|
gdscript_codegen.h
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
gdscript_compiler.cpp
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
gdscript_compiler.h
|
|
|
gdscript_disassembler.cpp
|
|
|
gdscript_editor.cpp
|
Fix completion option location not found
|
2023-08-05 02:15:45 +02:00 |
gdscript_function.cpp
|
|
|
gdscript_function.h
|
Merge pull request #79990 from vnen/gdscript-assume-op-types
|
2023-08-01 17:25:52 +02:00 |
gdscript_lambda_callable.cpp
|
Fix get_method from named lambda
|
2023-08-11 20:31:08 +07:00 |
gdscript_lambda_callable.h
|
Fix get_method from named lambda
|
2023-08-11 20:31:08 +07:00 |
gdscript_parser.cpp
|
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
|
2023-08-25 21:26:44 +02:00 |
gdscript_parser.h
|
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
|
2023-08-25 21:26:44 +02:00 |
gdscript_rpc_callable.cpp
|
Fix get_method from named lambda
|
2023-08-11 20:31:08 +07:00 |
gdscript_rpc_callable.h
|
Fix get_method from named lambda
|
2023-08-11 20:31:08 +07:00 |
gdscript_tokenizer.cpp
|
GDScript: Allow mixed indentation on blank lines
|
2023-08-17 10:54:43 +03:00 |
gdscript_tokenizer.h
|
|
|
gdscript_utility_functions.cpp
|
|
|
gdscript_utility_functions.h
|
|
|
gdscript_vm.cpp
|
Merge pull request #79990 from vnen/gdscript-assume-op-types
|
2023-08-01 17:25:52 +02:00 |
gdscript_warning.cpp
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
gdscript_warning.h
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
register_types.cpp
|
|
|
register_types.h
|
|
|
SCsub
|
|
|