Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always add decimal when printing float | kobewi | 2024-10-23 | 1 | -1/+0 |
| | |||||
* | Add `@export_tool_button` annotation for easily creating inspector buttons | Danil Alexeev | 2024-09-27 | 1 | -0/+3 |
| | | | | | | Co-authored-by: jordi <creptthrust@gmail.com> Co-authored-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> Co-authored-by: Mack <86566939+Macksaur@users.noreply.github.com> | ||||
* | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 1 | -0/+7 |
| | |||||
* | GDScript: Replace `assert()` with `Utils.check()` in tests | Danil Alexeev | 2024-08-28 | 1 | -4/+14 |
| | |||||
* | GDScript: Fix some export annotation issues | Danil Alexeev | 2024-05-13 | 1 | -7/+8 |
| | |||||
* | Support Array and PackedArray in @export_* | Abel Toy | 2024-03-06 | 1 | -1/+36 |
| | |||||
* | GDScript: Add `@export_storage` annotation | Danil Alexeev | 2023-12-19 | 1 | -7/+18 |
| | |||||
* | Add type_string() utility | Jakub Janšta | 2023-10-02 | 1 | -83/+1 |
| | |||||
* | GDScript: Fix subscript resolution for constant non-metatypes | Danil Alexeev | 2023-09-19 | 1 | -0/+144 |
| | |||||
* | GDScript: Fix some lambda bugs | Danil Alexeev | 2023-09-14 | 1 | -0/+137 |