Danil Alexeev
|
fbede89573
GDScript: Fix call hint appearance for complex callees
|
3 月之前 |
Danil Alexeev
|
ee121ef80e
GDScript: Add support for variadic functions
|
6 月之前 |
Danil Alexeev
|
a7cf2069d5
GDScript: Add abstract methods
|
5 月之前 |
Thaddeus Crews
|
ec675fc329
Merge pull request #100333 from YYF233333/reduce_list
|
6 月之前 |
Lukas Tenbrink
|
fbe64ffb45
Change `get_class_static` to return `StringName`.
|
6 月之前 |
Yufeng Ying
|
f7e4987d0e
Dictionary::get_key_list use LocalVector instead of List.
|
7 月之前 |
Danil Alexeev
|
80d11500b5
Code Editor: Add documentation tooltips
|
10 月之前 |
Danil Alexeev
|
ba943e4481
Adjust `make_rst.py` for GDScript documentation
|
10 月之前 |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
11 月之前 |
A Thousand Ships
|
79f654ced5
[Core] Fix sorting of `Dictionary` keys
|
1 年之前 |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 年之前 |
Danil Alexeev
|
0498305b6b
GDScript: Improve DocGen for non-constant expressions
|
1 年之前 |
Danil Alexeev
|
af28f87791
Documentation: Add support for deprecated/experimental messages
|
1 年之前 |
Danil Alexeev
|
5e7cda3405
GDScript: Use autoload singleton name in `GDScriptDocGen`
|
1 年之前 |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
2 年之前 |
Danil Alexeev
|
faa066f9e5
GDScript DocGen: Fix regression with return metatypes
|
2 年之前 |
Danil Alexeev
|
426ccba70e
GDScript DocGen: Fix and improve appearance of metatypes and values
|
2 年之前 |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
2 年之前 |
Danil Alexeev
|
34d432807f
GDScript: Improve DocGen
|
2 年之前 |
Danil Alexeev
|
c1b450566a
GDScript: Add `@deprecated` and `@experimental` doc comment tags
|
2 年之前 |
ocean (they/them)
|
d48636c3bf
Fix regression with enum descriptions now showing up in documentation.
|
2 年之前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年之前 |
David Snopek
|
a64137d5dd
Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATH
|
2 年之前 |
ocean (they/them)
|
6783ff69c0
Improve and fix GDScript documentation generation & behavior
|
2 年之前 |