Danil Alexeev
|
a13fbc6e3e
GDScript: Optimize non-constant `for`-`range`
|
3 months ago |
Thaddeus Crews
|
86415f1732
Merge pull request #99150 from dalexeev/gds-fix-callable-call-errror-text
|
2 months ago |
Yufeng Ying
|
5484ec0be2
Remove deadcode in GDScript function CallState.
|
5 months ago |
Danil Alexeev
|
2b30f23595
GDScript: Fix `Callable` call error text
|
3 months ago |
Thaddeus Crews
|
4248411baf
Merge pull request #102521 from HolonProduction/cancel-await
|
4 months ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
6 months ago |
HolonProduction
|
676e4c9013
GDScript: Cancel suspended functions when reloading a script
|
6 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
2 years ago |
Danil Alexeev
|
2d8f6c1b1d
GDScript: Fix message when calling non-tool function in tool mode
|
1 year ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
George Marques
|
7ca038effa
GDScript: Perform validated calls with static methods
|
1 year ago |
Danil Alexeev
|
27d7760f41
GDScript: Fix uninitialized local variables not being reset
|
1 year ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
msreis
|
f1cc14d525
Fix missing time for some script functions in profiler
|
2 years ago |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
1 year ago |
George Marques
|
4a7d49a89a
GDScript: Replace ptrcalls on MethodBind to validated calls
|
2 years ago |
A Thousand Ships
|
517e9f8aef
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
1 year ago |
Yuri Sizov
|
f6e02dc437
Merge pull request #79990 from vnen/gdscript-assume-op-types
|
2 years ago |
George Marques
|
c1bca65d09
GDScript: Optimize operators by assuming the types
|
2 years ago |
Juan Linietsky
|
5e512b705e
Support threads in the script debugger
|
2 years ago |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
2 years ago |
Rémi Verschelde
|
ea2bc9795c
Merge pull request #73544 from mashumafi/fix-func-arg-null
|
2 years ago |
mashumafi
|
30d4d3fa5e
Fix: Func with typed args error when arg is null
|
2 years ago |
Dmitrii Maganov
|
8fe023ad93
GDScript: Rework type check
|
2 years ago |
George Marques
|
34f0a2ca46
GDScript: Add limit to call depth
|
2 years ago |
Rémi Verschelde
|
604493eb6e
Merge pull request #65910 from KoBeWi/gdsus
|
2 years ago |
George Marques
|
80e06b29e7
GDScript: Add names for disassembling function pointers
|
2 years ago |