1
0
Fork 0
godot/modules/gdscript
Rémi Verschelde cbcdda60c0
Merge pull request #49570 from RandomShaper/fix_slow_scene_io
2021-06-15 14:51:24 +02:00
..
doc_classes Increase String::num default decimal precision 2021-05-29 11:24:57 -04:00
editor Highlight annotations in the GDScript syntax highlighter 2021-06-06 21:33:23 +02:00
icons
language_server Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
tests Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
SCsub
config.py
gdscript.cpp Fix slow load/save of scenes with many instances of the same script 2021-06-13 13:32:44 +02:00
gdscript.h Fix slow load/save of scenes with many instances of the same script 2021-06-13 13:32:44 +02:00
gdscript_analyzer.cpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_analyzer.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_byte_codegen.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gdscript_byte_codegen.h GDScript: Use analyzer data to decide assignment conversion 2021-05-26 14:09:00 -03:00
gdscript_cache.cpp Core: Move DirAccess and FileAccess to `core/io` 2021-06-11 14:52:39 +02:00
gdscript_cache.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_codegen.h GDScript: Use analyzer data to decide assignment conversion 2021-05-26 14:09:00 -03:00
gdscript_compiler.cpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_compiler.h
gdscript_disassembler.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gdscript_editor.cpp Core: Move DirAccess and FileAccess to `core/io` 2021-06-11 14:52:39 +02:00
gdscript_function.cpp
gdscript_function.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_lambda_callable.cpp
gdscript_lambda_callable.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_parser.cpp Core: Move DirAccess and FileAccess to `core/io` 2021-06-11 14:52:39 +02:00
gdscript_parser.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdscript_tokenizer.cpp
gdscript_tokenizer.h
gdscript_utility_functions.cpp
gdscript_utility_functions.h
gdscript_vm.cpp Fix "super" call when having at least one argument 2021-06-13 17:46:03 +02:00
gdscript_warning.cpp
gdscript_warning.h
register_types.cpp Core: Move DirAccess and FileAccess to `core/io` 2021-06-11 14:52:39 +02:00
register_types.h