Rémi Verschelde
|
ebc36a7225
Merge pull request #107717 from aaronfranke/abstract-annotation
|
1 month ago |
Thaddeus Crews
|
7ea1b3aabb
Merge pull request #105801 from dalexeev/gds-update-stack-funcs
|
1 month ago |
Aaron Franke
|
1085200f51
GDScript: Replace `abstract` keyword with `@abstract` annotation
|
1 month ago |
Danil Alexeev
|
ee121ef80e
GDScript: Add support for variadic functions
|
4 months ago |
Danil Alexeev
|
a7cf2069d5
GDScript: Add abstract methods
|
3 months ago |
Danil Alexeev
|
2bacfc8b59
GDScript: Update `get_stack()`, `print_stack()`, and `print_debug()`
|
3 months ago |
Dynamic-Pistol
|
c8fed1e1d0
Add PROPERTY_HINT_INPUT_NAME
|
7 months ago |
kobewi
|
5c0f2414cd
Always add decimal when printing float
|
1 year ago |
Danil Alexeev
|
85dfd89653
Add `@export_tool_button` annotation for easily creating inspector buttons
|
10 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
Danil Alexeev
|
c1322d41e6
GDScript: Replace `assert()` with `Utils.check()` in tests
|
11 months ago |
Danil Alexeev
|
76b2d85c9f
GDScript: Fix some export annotation issues
|
1 year ago |
Abel Toy
|
882441a0ad
Support Array and PackedArray in @export_*
|
1 year ago |
Danil Alexeev
|
3a3a2011f4
GDScript: Add `@export_storage` annotation
|
1 year ago |
Jakub Janšta
|
74c937079c
Add type_string() utility
|
1 year ago |
Danil Alexeev
|
c35cb51d74
GDScript: Fix subscript resolution for constant non-metatypes
|
1 year ago |
Danil Alexeev
|
b1eb737719
GDScript: Fix some lambda bugs
|
1 year ago |