..
doc_classes
Remove references to compiled GDScript in export
2023-01-20 15:09:07 -03:00
editor
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
icons
language_server
call update_exports from LSP didSave function
2023-01-20 19:16:53 -08:00
tests
Fix unnammed enum crash regression
2023-01-18 09:35:48 -05:00
config.py
gdscript.cpp
Remove references to compiled GDScript in export
2023-01-20 15:09:07 -03:00
gdscript.h
Remove references to compiled GDScript in export
2023-01-20 15:09:07 -03:00
gdscript_analyzer.cpp
Fix unnammed enum crash regression
2023-01-18 09:35:48 -05:00
gdscript_analyzer.h
GDScript: Fix some issues with assignments that involve untyped things
2023-01-12 17:07:45 +02:00
gdscript_byte_codegen.cpp
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
2023-01-12 11:34:13 -03:00
gdscript_byte_codegen.h
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
2023-01-12 11:34:13 -03: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
GDScript: Fix missing conversion for default argument values
2023-01-06 11:49:06 +02:00
gdscript_compiler.cpp
Fix cyclic reference errors while reducing identifiers.
2023-01-15 19:19:25 -05:00
gdscript_compiler.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_disassembler.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_editor.cpp
Merge pull request #69970 from poohcom1/fix/autocomplete-custom-class
2023-01-16 09:44:23 -03:00
gdscript_function.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_function.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +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 #67774 from aaronfranke/script-annotations
2023-01-16 22:20:44 +01:00
gdscript_parser.h
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
2023-01-12 11:34:13 -03: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 parse error using Vector{2,3,4}.INF
2023-01-08 16:14:40 -05:00
gdscript_tokenizer.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_utility_functions.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_utility_functions.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_vm.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_warning.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_warning.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +01: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