A Thousand Ships
|
a1846b27ea
Improve use of `Ref.is_null/valid`
|
11 months ago |
Danil Alexeev
|
4dc568856a
GDScript: Rework `GDScriptUtilityFunctions` macros
|
9 months ago |
Yevhen Babiichuk (DustDFG)
|
8c29ef38fc
Add some comments to #endif's where it will easier life
|
9 months ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
Rémi Verschelde
|
06bb9f28e7
Merge pull request #86704 from AThousandShips/len_fix
|
1 year ago |
A Thousand Ships
|
045d921044
[GDScript] Add `StringName` support to `@GDScript.len`
|
1 year ago |
EddieBreeg
|
8747c67d9e
Fix potential integer underflow in rounded up divisions
|
2 years ago |
Danil Alexeev
|
0c2202c56e
GDScript: Fix incorrect error message for utility functions
|
2 years ago |
Danil Alexeev
|
aff767ef07
Fix expected argument count for `Callable` call errors
|
1 year ago |
A Thousand Ships
|
517e9f8aef
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Rémi Verschelde
|
13f0ab88f2
Merge pull request #81079 from dalexeev/gds-fix-get-method-list
|
1 year ago |
Aaron Franke
|
6f7eccc758
Add a type conversion method to Variant Utility and expose to scripting
|
2 years ago |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
1 year ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
Dmitrii Maganov
|
8fe023ad93
GDScript: Rework type check
|
2 years ago |
Danil Alexeev
|
be4f36b87e
Remove `@GDScript.str` (duplicate of `@GlobalScope.str`)
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
rune-scape
|
d531869a7c
GDScript: Fix subclass script path issues
|
2 years ago |
Micky
|
59e11934d8
Rename `str2var` to `str_to_var` and similar
|
3 years ago |
kobewi
|
f7f4873ed0
Replace Array return types with TypedArray 3
|
3 years ago |
Edward
|
67e34f6120
inconsistent str() error fix
|
3 years ago |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Brian Semrau
|
d3051b2637
GDScript gracefully handle debug functions from separate thread
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |