godot/modules/gdscript/tests/scripts
George Marques 7ca038effa
GDScript: Perform validated calls with static methods
When the types are validated at compile time, this type of call runs
faster. It is already used for instance methods, this adds this
optimization to native static methods as well.
2024-04-25 21:19:40 -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: Perform validated calls with static methods 2024-04-25 21:19:40 -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