Danil Alexeev
|
5f0ecf4c8c
GDScript: Remove some unnecessary booleans
|
2 週間 前 |
Serhii Snitsaruk
|
a095c5e3fa
GDScript call stack as reverse linked list with fixed coroutines
|
4 ヶ月 前 |
Danil Alexeev
|
e2d4469dc2
GDScript: Add missing type conversions in `for range`
|
4 ヶ月 前 |
Thaddeus Crews
|
0f05e91889
Merge pull request #82808 from dalexeev/gds-vararg
|
4 ヶ月 前 |
Danil Alexeev
|
a13fbc6e3e
GDScript: Optimize non-constant `for`-`range`
|
5 ヶ月 前 |
Danil Alexeev
|
ee121ef80e
GDScript: Add support for variadic functions
|
6 ヶ月 前 |
Thaddeus Crews
|
86415f1732
Merge pull request #99150 from dalexeev/gds-fix-callable-call-errror-text
|
4 ヶ月 前 |
Yufeng Ying
|
5484ec0be2
Remove deadcode in GDScript function CallState.
|
7 ヶ月 前 |
Danil Alexeev
|
2b30f23595
GDScript: Fix `Callable` call error text
|
5 ヶ月 前 |
Thaddeus Crews
|
4248411baf
Merge pull request #102521 from HolonProduction/cancel-await
|
6 ヶ月 前 |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
8 ヶ月 前 |
HolonProduction
|
676e4c9013
GDScript: Cancel suspended functions when reloading a script
|
8 ヶ月 前 |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 年 前 |
Danil Alexeev
|
2d8f6c1b1d
GDScript: Fix message when calling non-tool function in tool mode
|
1 年間 前 |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 年間 前 |
George Marques
|
7ca038effa
GDScript: Perform validated calls with static methods
|
1 年間 前 |
Danil Alexeev
|
27d7760f41
GDScript: Fix uninitialized local variables not being reset
|
1 年間 前 |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 年間 前 |
msreis
|
f1cc14d525
Fix missing time for some script functions in profiler
|
2 年 前 |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
2 年 前 |
George Marques
|
4a7d49a89a
GDScript: Replace ptrcalls on MethodBind to validated calls
|
2 年 前 |
A Thousand Ships
|
517e9f8aef
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 年 前 |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
2 年 前 |
Yuri Sizov
|
f6e02dc437
Merge pull request #79990 from vnen/gdscript-assume-op-types
|
2 年 前 |
George Marques
|
c1bca65d09
GDScript: Optimize operators by assuming the types
|
2 年 前 |
Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
2 年 前 |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 年 前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年 前 |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
2 年 前 |
Rémi Verschelde
|
ea2bc9795c
Merge pull request #73544 from mashumafi/fix-func-arg-null
|
2 年 前 |