summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/utils.notest.gd
Commit message (Expand)AuthorAgeFilesLines
* Always add decimal when printing floatkobewi2024-10-231-1/+0
* Add `@export_tool_button` annotation for easily creating inspector buttonsDanil Alexeev2024-09-271-0/+3
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+7
* GDScript: Replace `assert()` with `Utils.check()` in testsDanil Alexeev2024-08-281-4/+14
* GDScript: Fix some export annotation issuesDanil Alexeev2024-05-131-7/+8
* Support Array and PackedArray in @export_*Abel Toy2024-03-061-1/+36
* GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-191-7/+18
* Add type_string() utilityJakub Janšta2023-10-021-83/+1
* GDScript: Fix subscript resolution for constant non-metatypesDanil Alexeev2023-09-191-0/+144
* GDScript: Fix some lambda bugsDanil Alexeev2023-09-141-0/+137