virtualx-engine/modules/gdscript/tests/scripts
George Marques 99b702ea3d
GDScript: Call implicit ready on base script first
It is generally expected that the base class is called before the
inherited clas. This commit implements this behavior for the implicit
ready function (`@onready` annotation) to make it consistent with the
expectations.
2024-05-02 11:25:52 -03:00
..
analyzer GDScript: Warn when enum variable has no default 2024-04-16 11:46:59 -03:00
completion Merge pull request #89884 from HolonProduction/tests-batch-2 2024-04-23 19:10:57 +02:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser GDScript: Suppress unused constant warning with underscore 2024-04-18 09:58:23 -03:00
runtime GDScript: Call implicit ready on base script first 2024-05-02 11:25:52 -03:00
.gitignore Add runner for GDScript testing 2021-04-08 09:34:59 -03:00
project.godot Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
utils.notest.gd Support Array and PackedArray in @export_* 2024-03-06 16:17:54 +09:00