virtualx-engine/modules/gdscript/tests/scripts
George Marques 030995c10d
GDScript: Allow casting enum to int
An enum value is always an integer so the cast is valid. The code here
now consider this case to avoid giving an error message.
2024-04-12 11:49:21 -03:00
..
analyzer GDScript: Allow casting enum to int 2024-04-12 11:49:21 -03:00
completion Merge pull request #89382 from dcaoc03/master 2024-04-09 22:25:13 +02:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
runtime Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin 2024-04-10 17:49:44 +02: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