..
doc_classes
GDScript: Fix @export_enum
works only with int
2023-01-30 12:30:37 +03:00
editor
Allow unicode identifier in GDScript syntax highlighter
2023-01-29 13:17:05 +08:00
icons
Make script type distinguishable by icon
2022-01-13 12:29:05 +01:00
language_server
call update_exports from LSP didSave function
2023-01-20 19:16:53 -08:00
tests
GDScript: Fix @export_enum
works only with int
2023-01-30 12:30:37 +03:00
config.py
[Scons] Implement module dependency sorting.
2022-08-04 20:00:19 +02:00
gdscript.cpp
GDScript: Avoid calling non-static methods on native classes
2023-01-28 20:33:01 -03:00
gdscript.h
Merge pull request #71687 from reduz/support-script-class-name-in-efs
2023-01-21 16:54:23 +01:00
gdscript_analyzer.cpp
Merge pull request #72175 from dalexeev/gds-fix-export-group-annotations
2023-01-30 10:00:54 +01:00
gdscript_analyzer.h
GDScript: Fix constant conversions
2023-01-29 00:01:53 +02:00
gdscript_byte_codegen.cpp
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
2023-01-23 12:24:15 -03:00
gdscript_byte_codegen.h
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
2023-01-23 12:24:15 -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
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
2023-01-23 12:24:15 -03:00
gdscript_compiler.cpp
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
2023-01-23 12:24:15 -03:00
gdscript_compiler.h
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_disassembler.cpp
GDScript: Add names for disassembling function pointers
2023-01-23 11:04:31 -03:00
gdscript_editor.cpp
GDScript: Allow constant expressions in annotations
2023-01-25 18:43:56 +03:00
gdscript_function.cpp
One Copyright Update to rule them all
2023-01-05 13:25:55 +01:00
gdscript_function.h
GDScript: Add names for disassembling function pointers
2023-01-23 11:04:31 -03: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
GDScript: Fix match branches return check on release
2023-01-30 15:18:36 -03:00
gdscript_parser.h
GDScript: Allow constant expressions in annotations
2023-01-25 18:43:56 +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
Add support for Unicode identifiers in GDScript
2023-01-21 13:39:40 -03:00
gdscript_tokenizer.h
Add support for Unicode identifiers in GDScript
2023-01-21 13:39:40 -03: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
GDScript: Fix constant conversions
2023-01-29 00:01:53 +02:00
gdscript_warning.h
GDScript: Fix constant conversions
2023-01-29 00:01:53 +02: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